Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-12-19 21:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2013-11-04 
07:08:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2013-12-19 21:38:56.000000000 +0100
@@ -1,0 +2,33 @@
+Thu Dec 19 08:59:10 UTC 2013 - [email protected]
+
+- Add PackageKit-dbus-interface-annotation.patch: annotate
+  GetHistory call for Qt bindings to compile.
+
+-------------------------------------------------------------------
+Sat Nov 23 22:10:21 UTC 2013 - [email protected]
+
+- Update to version 0.8.13:
+  + New Features:
+    - Add a systemd packagekit.service file.
+    - Provide a way to run the spawned backend under strace.
+  + Improvements to various backends: hawkey, poldek and yum.
+  + Bugfixes:
+    - Fix the --with-systemdsystemunitdir option to actually work.
+    - Do not abort the daemon if we can't write to a database.
+    - Do not proxy the action states when simulating.
+    - Don't crash if ProxyHTTP is set.
+    - Fix a small memory leak spotted by clang.
+    - Fix critical warning when killing a backend with new versions
+      of GLib.
+    - Fix memory leak when running plugins.
+    - Fix memory leak when using new versions of GLib.
+    - Ignore the prefix when dealing with the PackageKit prepared
+      update.
+    - Make the debugging print formatter thread safe.
+    - Remove duplicate assignment of pkcon '-y' option.
+    - browser-plugin: Never use the application icon.
+    - systemd-updates: Log all warnings and notices to the journal.
+    - systemd-updates: Show some text progress.
+- Add pkgconfig(libsystemd-journal) BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  PackageKit-0.8.12.tar.xz

New:
----
  PackageKit-0.8.13.tar.xz
  PackageKit-dbus-interface-annotation.patch

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.vMGSzl/_old  2013-12-19 21:38:56.000000000 +0100
+++ /var/tmp/diff_new_pack.vMGSzl/_new  2013-12-19 21:38:56.000000000 +0100
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:           PackageKit
-Version:        0.8.12
+Version:        0.8.13
 Release:        0
 Summary:        Simple software installation management software
 License:        GPL-2.0+
@@ -35,6 +35,8 @@
 Patch2:         0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
 # PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
[email protected] -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.
 Patch3:         PackageKit-dbus-location.patch
+# PATCH-FIX-UPSTREAM annotate-dbus-interface-for-qt.patch [email protected] -- 
Give Qt a mapping for the type
+Patch4:         PackageKit-dbus-interface-annotation.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches
@@ -70,6 +72,7 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  sqlite-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(libsystemd-journal)
 BuildRequires:  pkgconfig(systemd)
 Requires:       %{name}-branding = %{version}
 # We really want a working backend (likely zypp)
@@ -257,6 +260,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 translation-update-upstream
 
 %build
@@ -299,14 +303,16 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
 
-%if %{with_offline_updates}
 %pre 
+%service_add_pre packagekit.service
+%if %{with_offline_updates}
 %service_add_pre packagekit-offline-update.service
 %endif
 
 %post
 %{fillup_only -n packagekit-background}
 %mime_database_post
+%service_add_post packagekit.service
 %if %{with_offline_updates}
 %service_add_post packagekit-offline-update.service
 %else
@@ -318,13 +324,15 @@
   fi
 %endif
 
-%if %{with_offline_updates}
 %preun 
+%service_del_preun packagekit.service
+%if %{with_offline_updates}
 %service_del_preun packagekit-offline-update.service
 %endif
 
 %postun
 %mime_database_postun
+%service_del_postun packagekit.service
 %if %{with_offline_updates}
 %service_del_postun packagekit-offline-update.service
 %endif
@@ -405,6 +413,7 @@
 %{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy
 %{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules
 %{_datadir}/dbus-1/system-services/*
+%{_unitdir}/packagekit.service
 %doc %{_mandir}/man?/*.*
 %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
 %if %{with_offline_updates}

++++++ PackageKit-0.8.12.tar.xz -> PackageKit-0.8.13.tar.xz ++++++
++++ 5917 lines of diff (skipped)

++++++ PackageKit-dbus-interface-annotation.patch ++++++
Index: PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml
===================================================================
--- PackageKit-0.8.12.orig/src/org.freedesktop.PackageKit.xml
+++ PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml
@@ -317,6 +317,7 @@
 
     
<!--*****************************************************************************************-->
     <method name="GetPackageHistory">
+      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QVariant"/>
       <doc:doc>
         <doc:description>
           <doc:para>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to