Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2023-09-20 13:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Wed Sep 20 13:21:07 2023 rev:234 rq:1110395 version:1.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2023-03-15 
18:53:13.155972189 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new.16627/PackageKit.changes 
2023-09-20 13:21:08.305339117 +0200
@@ -1,0 +2,6 @@
+Mon Jul 17 13:28:33 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Add PackageKit-dynamic-export.patch: fix loading of modules when
+  built using glib 2.70 (boo#1213309).
+
+-------------------------------------------------------------------

New:
----
  PackageKit-dynamic-export.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.2HgG7C/_old  2023-09-20 13:21:10.501417792 +0200
+++ /var/tmp/diff_new_pack.2HgG7C/_new  2023-09-20 13:21:10.501417792 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -74,6 +74,8 @@
 Patch14:        PackageKit-zypp-fix-ambiguous-filesystem-reference.patch
 # PATCH-FIX-UPSTREAM PackageKit-fix-pkcon-permission.patch 
gh#PackageKit/PackageKit/commit/47b7f97bc, bsc#1209138 [email protected] -- 
trivial: Drop unnecessary x permission
 Patch15:        PackageKit-fix-pkcon-permission.patch
+# PATCH-FIX-UPSTREAM PackageKit-dynamic-export.patch boo#1213309 
[email protected] -- Fix loading modules when built with glib 2.70
+Patch16:        PackageKit-dynamic-export.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++


++++++ PackageKit-dynamic-export.patch ++++++
Index: PackageKit-1.2.5/src/meson.build
===================================================================
--- PackageKit-1.2.5.orig/src/meson.build
+++ PackageKit-1.2.5/src/meson.build
@@ -76,6 +76,7 @@ packagekitd_exec = executable(
   ],
   install: true,
   install_dir: get_option('libexecdir'),
+  export_dynamic: true,
   c_args: [
     '-DPK_BUILD_DAEMON=1',
     '-DG_LOG_DOMAIN="PackageKit"',

Reply via email to