Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-09-09 10:53:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-30 
17:14:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2013-09-09 10:53:21.000000000 +0200
@@ -1,0 +2,20 @@
+Sat Sep  7 17:25:35 UTC 2013 - dims...@opensuse.org
+
+- Add PackageKit-dbus-location.patch: Look for dbus socket in /run
+  instead of /var/run (bnc#829944).
+
+-------------------------------------------------------------------
+Tue Sep  3 06:37:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8.11:
+  + Make it possible to cancel an offline update.
+  + Add offline update commands to the pkcon man page.
+  + Make sure basic stuff is set up before entering the STARTED
+    plugin phase.
+  + pkcon: Add a few missing subcommands to the help output.
+  + pkcon: Document commands and options.
+  + zypp: Adapt to pk_backend_job_files change.
+  + Various backend fixes (not zypp related).
+- Drop PackageKit-zypp-buildfix.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  PackageKit-0.8.10.tar.xz
  PackageKit-zypp-buildfix.patch

New:
----
  PackageKit-0.8.11.tar.xz
  PackageKit-dbus-location.patch

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.ruxvEh/_old  2013-09-09 10:53:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ruxvEh/_new  2013-09-09 10:53:22.000000000 +0200
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:           PackageKit
-Version:        0.8.10
+Version:        0.8.11
 Release:        0
 Summary:        Simple software installation management software
 License:        GPL-2.0+
@@ -33,8 +33,8 @@
 Patch1:         0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
 # PATCH-FIX-UPSTREAM PackageKit-npapi.patch fdo#40026 w...@rosenauer.org -- 
Build against npapi-sdk instead of xulrunner
 Patch2:         0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
-# PATCH-FIX-UPSTREAM PackageKit-zypp-buildfix.patch dims...@opensuse.org -- 
internal API for pk_backend_job_files was changed to accept arrays; 
https://gitorious.org/packagekit/packagekit/merge_requests/8
-Patch3:         PackageKit-zypp-buildfix.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
 # 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

++++++ PackageKit-0.8.10.tar.xz -> PackageKit-0.8.11.tar.xz ++++++
++++ 4171 lines of diff (skipped)

++++++ PackageKit-dbus-location.patch ++++++
Index: PackageKit-0.8.11/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
@@ -11,7 +11,7 @@ command_not_found_handle () {
        retval=127
 
        # don't run if DBus isn't running
-       [ ! -S /var/run/dbus/system_bus_socket ] && runcnf=0
+       [ ! -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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to