Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2016-09-21 18:39:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-09-05 
21:14:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2016-09-21 18:39:16.000000000 +0200
@@ -1,0 +2,66 @@
+Mon Sep 19 20:26:10 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.1.4:
+  + Backends:
+    - aptcc:
+      . Add get-files-local support.
+      . Add support for pk_backend_get_details_local.
+      . Add support for searching for relative paths.
+      . Convert a few more loops to C++11 range for.
+      . Drop DebFile helper class.
+      . Fix locating package which a file list belongs to.
+      . Fix NULL assertion warning.
+      . Fix typo.
+      . Install local files using APT API.
+      . Update pk-matrix for GetDetailsLocal.
+      . Use C++11 range for loops.
+      . Use FindGrp instead of manual matching every package when
+        resolving.
+    - apt: Remove reference from pk-matrix.html.
+    - dnf: Port from libhif to libdnf.
+    - hif/dnf:
+      . Fix a tiny memory leak when installing packages.
+      . Fix a tiny memory leak when invalidating repo cache.
+    - zypp:
+      . Pass the patch "Application Restart Suggested" flag down
+        to PK.
+      . Return error if invalid package IDs are detected.
+  + New Features:
+    - Add a new DNF backend.
+    - Use GetFilesLocal in pkcon get-files if argument is a file.
+  + Bugfixes:
+    - Add a new REPO_ALREADY_SET error enum and use it in backends.
+    - Annotate PreparedUpgrade DBus property for usage in
+      PackageKit-Qt.
+    - Change the configuration of the cron script to a
+      sysconfig-like config.
+    - Do not try to exec plymouth if it is not installed.
+    - Don't crash when emitting PropertiesChanged for NULL values.
+    - Fix a leak in get_prepared_sack().
+    - Fix a tiny memory leak on error path.
+    - Fix a tiny memory leak when setting a proxy.
+    - Fix "cache-age changed to -1" debug message (when cache-age
+      is G_MAXUINT).
+    - Fix two small memory leaks when processing signals from the
+      daemon.
+    - Fix updates and change code to aid in not breaking this again
+      (gh#hughsie/PackageKit#149).
+    - Fix various g_variant_get ^a&s leaks.
+    - Invalidate PreparedUpgrade property when the prepared file
+      changes.
+    - Look for command-not-found dbus socket in /run instead of
+      /var/run.
+    - Remove declaration of non-existent
+      pk_task_{get,set}_interactive().
+- Drop
+  0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch,
+  PackageKit-dbus-location.patch,
+  PackageKit-annotate-dbus-interface.patch,
+  0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch
+  and 
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch:
+  Fixed upstream.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Stop passing V=1 to make, we do debugging locally.
+
+-------------------------------------------------------------------

Old:
----
  0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
  0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch
  PackageKit-1.1.3.tar.xz
  PackageKit-1.1.3.tar.xz.asc
  PackageKit-annotate-dbus-interface.patch
  PackageKit-dbus-location.patch
  
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch

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

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.tp036y/_old  2016-09-21 18:39:17.000000000 +0200
+++ /var/tmp/diff_new_pack.tp036y/_new  2016-09-21 18:39:17.000000000 +0200
@@ -20,7 +20,7 @@
 %define BUILD_CNF 0
 %define with_offline_updates 1
 Name:           PackageKit
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        Simple software installation management software
 License:        GPL-2.0+
@@ -30,18 +30,8 @@
 Source1:        
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz.asc
 Source2:        baselibs.conf
 Source99:       PackageKit.keyring
-# PATCH-FEATURE-OPENSUSE 
0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch 
vu...@opensuse.org -- Change the configuration of the cron script to a 
sysconfig-like config
-Patch1:         0001-Change-the-configuration-of-the-cron-script-to-a-sys.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-avoid-endless-loop-on-autoupdate.patch 
zai...@opensuse.org -- Avoid a endless loop on autoupdates.
-Patch6:         PackageKit-avoid-endless-loop-on-autoupdate.patch
-# PATCH-FIX-UPSTREAM PackageKit-annotate-dbus-interface.patch 
gh#hughsie/PackageKit#147 dims...@opensuse.org -- Annotate new DBus interface, 
which is too complex for Qt
-Patch7:         PackageKit-annotate-dbus-interface.patch
-# PATCH-FIX-UPSTREAM 
0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch bsc#981011 
gh#hughsie/PackageKit#148 -- Return error if invalid package IDs are detected; 
fixes segfault in some cases
-Patch8:         0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch
-# PATCH-FIX-SLED 
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
 r...@suse.com -- gpk-update-viewer should restart after certain kind of update.
-Patch9:         
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
+Patch0:         PackageKit-avoid-endless-loop-on-autoupdate.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -65,7 +55,9 @@
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  sqlite-devel
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  vala
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(libsystemd)
@@ -225,19 +217,15 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch3 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch0 -p1
 %if !0%{?is_opensuse}
-%patch9 -p1
-%endif
 translation-update-upstream
+%endif
 
 %build
-# Needed due to the tarball being bootstrapped with autoconf 1.13.
-#autoreconf -fi
+%if !0%{?is_opensuse}
+export CFLAGS="%{optflags} -DSLE"
+%endif
 %configure \
        --disable-static \
        --enable-zypp \
@@ -255,7 +243,7 @@
         --disable-systemd-updates \
 %endif
         %{nil}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++++++ PackageKit-1.1.3.tar.xz -> PackageKit-1.1.4.tar.xz ++++++
++++ 17206 lines of diff (skipped)



Reply via email to