Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-11-04 07:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-03 
07:43:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2013-11-04 07:08:52.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Oct 19 22:53:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8.12:
+  + Libraries:
+    - Add a method to parse a PkPackage from it's description.
+    - Add pk_transaction_past_get_timestamp() as a helper.
+    - Add some simple getters for PkDetails.
+    - Add some simple getters for PkTransactionPast.
+    - Destroy and re-create the control proxy if the server
+      changes.
+    - Do not have duplicate 'interactive' properties.
+    - Make PkTask thread-default-context aware.
+  + pisi backend fixes.
+  + Add GetPackageHistory() that returns history data for packages.
+  + Check for packagekitd in the right location.
+  + Do not send the backend a cache age of -308 when using
+    UINT_MAX.
+- Rebase PackageKit-dbus-location.patch.
+- Drop PackageKit-destroy-and-recreate.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  PackageKit-0.8.11.tar.xz
  PackageKit-destroy-and-recreate.patch

New:
----
  PackageKit-0.8.12.tar.xz

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.DC2MK1/_old  2013-11-04 07:08:53.000000000 +0100
+++ /var/tmp/diff_new_pack.DC2MK1/_new  2013-11-04 07:08:53.000000000 +0100
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:           PackageKit
-Version:        0.8.11
+Version:        0.8.12
 Release:        0
 Summary:        Simple software installation management software
 License:        GPL-2.0+
@@ -35,8 +35,6 @@
 Patch2:         0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
 # PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
dims...@opensuse.org -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.
 Patch3:         PackageKit-dbus-location.patch
-# PATCH-FIX-UPSTREAM PackageKit-destroy-and-recreate.patch 
dims...@opensuse.org -- Destroy and re-create the control proxy if the server 
changes
-Patch4:         PackageKit-destroy-and-recreate.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
@@ -259,7 +257,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 translation-update-upstream
 
 %build

++++++ PackageKit-0.8.11.tar.xz -> PackageKit-0.8.12.tar.xz ++++++
++++ 8250 lines of diff (skipped)

++++++ PackageKit-dbus-location.patch ++++++
--- /var/tmp/diff_new_pack.DC2MK1/_old  2013-11-04 07:08:54.000000000 +0100
+++ /var/tmp/diff_new_pack.DC2MK1/_new  2013-11-04 07:08:54.000000000 +0100
@@ -1,7 +1,7 @@
-Index: PackageKit-0.8.11/contrib/command-not-found/PackageKit.sh.in
+Index: PackageKit-0.8.12/contrib/command-not-found/PackageKit.sh.in
 ===================================================================
---- PackageKit-0.8.11.orig/contrib/command-not-found/PackageKit.sh.in
-+++ PackageKit-0.8.11/contrib/command-not-found/PackageKit.sh.in
+--- PackageKit-0.8.12.orig/contrib/command-not-found/PackageKit.sh.in
++++ PackageKit-0.8.12/contrib/command-not-found/PackageKit.sh.in
 @@ -11,7 +11,7 @@ command_not_found_handle () {
        retval=127
  
@@ -10,4 +10,4 @@
 +      [ ! -S /run/dbus/system_bus_socket ] && runcnf=0
  
        # don't run if packagekitd doesn't exist in the _system_ root
-       [ ! -x /usr/libexec/packagekitd ] && runcnf=0
+       [ ! -x @LIBEXECDIR@/packagekitd ] && runcnf=0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to