Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2016-03-29 14:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-12-17 
15:52:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2016-03-29 14:27:59.000000000 +0200
@@ -1,0 +2,49 @@
+Tue Feb 16 10:56:48 UTC 2016 - [email protected]
+
+- Update to version 1.1.0:
+  + New Features:
+    - Add client side API for triggering offline system upgrades.
+    - Add getters for PkProgress.
+    - Add pk_get_distro_version_id.
+    - Add system upgrade API to PkTask.
+    - Port to g_autoptr().
+    - Remove the PackageKit browser plugin.
+    - Use the GLib network monitoring support.
+  + Backends:
+    - zypp:
+      . Avoid media access when testing for cd/dvd URL scheme.
+      . Fix build.
+      . Use libzypp's arch compatibility check.
+    - Other fixes for alpm, aptcc and hif.
+  + Bugfixes:
+    - Add missing description for obsoleted packages.
+    - Add support for offline system upgrades.
+    - Allow to enable or disable systemd units for offline update.
+    - Correctly store file descriptor from logind (bgo#94070).
+    - Do not crash on GetPrepared when there are no offline
+      updates.
+    - Do not crash on transaction database corruption.
+    - Do not crash when parsing a very broken transaction log.
+    - Do not install offline update related files if disabled.
+    - Emit PropertiesChanged for UpgradeSystem transaction flags.
+    - Fix download-size-remaining property type.
+    - Fix various minor memory leaks.
+    - Make transaction get_proxy() return TRUE for no proxy
+      settings.
+    - Minor fixes in command_not_found_handle{,r}() for bash and
+      zsh.
+    - Relax validation performed on input strings passed to
+      backends.
+    - Require dbus.socket for offline update.
+    - Set PACKAGEKIT_CALLER_UID environment.
+    - Sort package names when printing out simulation.
+    - Use new PkTask API for system upgrades.
+- Rebase PackageKit-dbus-location.patch.
+- Drop PackageKit-zypp-buildfix.patch: fixed upstream.
+- Drop PackageKit-browser-plugin subpackage: the plugin was removed
+  upstream.
+- No longer pass --with-mozilla-plugin-dir to configure: without
+  the plugin there is no need to know where it would need to be
+  installed.
+
+-------------------------------------------------------------------

Old:
----
  PackageKit-1.0.11.tar.xz
  PackageKit-1.0.11.tar.xz.asc
  PackageKit-zypp-buildfix.patch

New:
----
  PackageKit-1.1.0.tar.xz
  PackageKit-1.1.0.tar.xz.asc

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.dk94DP/_old  2016-03-29 14:28:00.000000000 +0200
+++ /var/tmp/diff_new_pack.dk94DP/_new  2016-03-29 14:28:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define BUILD_CNF 0
 %define with_offline_updates 1
 Name:           PackageKit
-Version:        1.0.11
+Version:        1.1.0
 Release:        0
 Summary:        Simple software installation management software
 License:        GPL-2.0+
@@ -39,8 +39,6 @@
 Patch5:         PackageKit-fix-offline-trigger.patch
 # PATCH-FIX-UPSTREAM PackageKit-avoid-endless-loop-on-autoupdate.patch 
[email protected] -- Avoid a endless loop on autoupdates.
 Patch6:         PackageKit-avoid-endless-loop-on-autoupdate.patch
-# PATCH-FIX-UPSTREAM PackageKit-zypp-buildfix.patch [email protected] -- 
Fix build of the zypp backend
-Patch7:         PackageKit-zypp-buildfix.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  docbook-utils
@@ -83,6 +81,8 @@
 Obsoletes:      %{name}-gtk-module < 0.7.0
 # ruck was removed in 0.6.4, make sure it gets removed
 Obsoletes:      ruck <= 0.6.3
+# the browser-plugin was dropped with version 1.1.0
+Obsoletes:      %{name}-browser-plugin < 1.1.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 %{?systemd_requires}
@@ -200,21 +200,6 @@
 use some of the latest technology like PolicyKit to make the process
 suck less.
 
-%package browser-plugin
-Summary:        Simple software installation management software
-License:        GPL-2.0+
-Group:          Productivity/Networking/Web/Browsers
-Recommends:     %{name} = %{version}
-Supplements:    packageand(%{name}:MozillaFirefox)
-Supplements:    packageand(%{name}:epiphany)
-
-%description browser-plugin
-PackageKit is a system designed to make installing and updating
-software on your computer easier.  The primary design goal is to unify
-all the software graphical tools used in different distributions, and
-use some of the latest technology like PolicyKit to make the process
-suck less.
-
 %package branding-upstream
 Summary:        Simple software installation management software -- Upstream 
configuration
 License:        GPL-2.0+
@@ -245,18 +230,16 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 translation-update-upstream
 
 %build
 # Needed due to the tarball being bootstrapped with autoconf 1.13.
-autoreconf -fi
+#autoreconf -fi
 %configure \
        --disable-static \
        --enable-zypp \
        --enable-gstreamer-plugin \
        --with-default-backend=zypp \
-       --with-mozilla-plugin-dir=%{_libdir}/browser-plugins \
 %if ! %{BUILD_CNF}
        --disable-command-not-found \
 %else
@@ -436,10 +419,6 @@
 %{_includedir}/PackageKit/packagekit-glib2/
 %{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
 
-%files browser-plugin
-%defattr(-,root,root)
-%{_libdir}/browser-plugins/packagekit-plugin.so
-
 %files branding-upstream
 %defattr(-,root,root)
 %if %{BUILD_CNF}

++++++ PackageKit-1.0.11.tar.xz -> PackageKit-1.1.0.tar.xz ++++++
++++ 25737 lines of diff (skipped)

++++++ PackageKit-dbus-location.patch ++++++
--- /var/tmp/diff_new_pack.dk94DP/_old  2016-03-29 14:28:01.000000000 +0200
+++ /var/tmp/diff_new_pack.dk94DP/_new  2016-03-29 14:28:01.000000000 +0200
@@ -1,13 +1,13 @@
-Index: PackageKit-0.9.5/contrib/command-not-found/PackageKit.sh.in
+Index: PackageKit-1.1.0/contrib/command-not-found/PackageKit.sh.in
 ===================================================================
---- PackageKit-0.9.5.orig/contrib/command-not-found/PackageKit.sh.in
-+++ PackageKit-0.9.5/contrib/command-not-found/PackageKit.sh.in
+--- PackageKit-1.1.0.orig/contrib/command-not-found/PackageKit.sh.in
++++ PackageKit-1.1.0/contrib/command-not-found/PackageKit.sh.in
 @@ -14,7 +14,7 @@ command_not_found_handle () {
        [[ $- =~ i ]] || runcnf=0
  
        # 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
+-      [[ ! -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 @LIBEXECDIR@/packagekitd ] && runcnf=0
+       [[ ! -x '@LIBEXECDIR@/packagekitd' ]] && runcnf=0



Reply via email to