Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2018-02-25 11:34:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Sun Feb 25 11:34:08 2018 rev:169 rq:579026 version:1.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2017-12-09 20:26:10.165317370 +0100 +++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes 2018-02-25 11:34:13.408349148 +0100 @@ -1,0 +2,31 @@ +Mon Feb 19 11:25:34 UTC 2018 - [email protected] + +- Update to version 1.1.8: + + Notes: The Slackware backend was renamed from "katja" to + "slack". + + Libraries: + - Add getters for PkEulaRequired. + - Add new pk_results_set_role() API. + + New Features: Save transaction role to the offline update + results file. + + Bugfixes: + - Various fixes to docs. + - Bring introspection and vapigen m4 macros into the source. + - command-not-found: Be more explicit when ignoring path + components. + - service: Use ConditionPathExists=!/run/ostree-booted. + + Backends: + - zypp: Return error if invalid package IDs are detected. + - Various changes related to aptcc and slack. +- Drop PK-zypp-return-error-invalid-package-ids.patch: fixed + upstream. +- Drop autoconf-archive and automake BuildRequires and no longer + call autoreconf: no patch changes the build system. +- Replace --enable/disable-systemd-updates configure parameter with + --enable/disable-offline-update: the relevant systemd-updates + parameters have not been valid since PackageKit 1.0.0. +- Drop --with-default-backend=zypp configure parameter: this has + not been udnerstood since PackageKit 1.0. PK just used the one + and only backend installed in the distro. + +------------------------------------------------------------------- Old: ---- PK-zypp-return-error-invalid-package-ids.patch PackageKit-1.1.7.tar.xz PackageKit-1.1.7.tar.xz.asc New: ---- PackageKit-1.1.8.tar.xz PackageKit-1.1.8.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.eWSr1Q/_old 2018-02-25 11:34:14.312316324 +0100 +++ /var/tmp/diff_new_pack.eWSr1Q/_new 2018-02-25 11:34:14.316316180 +0100 @@ -1,7 +1,7 @@ # # spec file for package PackageKit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -25,7 +25,7 @@ %define BUILD_CNF 0 %define with_offline_updates 1 Name: PackageKit -Version: 1.1.7 +Version: 1.1.8 Release: 0 Summary: Simple software installation management software License: GPL-2.0+ @@ -39,14 +39,9 @@ Patch0: PackageKit-avoid-endless-loop-on-autoupdate.patch # PATCH-FIX-OPENSUSE PackageKit-zypp-backend-improve-refresh-cache.patch bsc#899755 [email protected] -- Improve refresh-cache function in zypp backend. Patch1: PackageKit-zypp-backend-improve-refresh-cache.patch -# PATCH-FIX-UPSTREAM PK-zypp-return-error-invalid-package-ids.patch bsc#981011 [email protected] -- zypp: Return error if invalid package IDs are detected -Patch2: PK-zypp-return-error-invalid-package-ids.patch # PATCH-FIX-OPENSUSE PackageKit-cron-without-sleep.patch boo#1071521 [email protected] -- Do not sleep in the cron job; our cron mechansim has sufficient randomization -Patch3: PackageKit-cron-without-sleep.patch +Patch2: PackageKit-cron-without-sleep.patch BuildRequires: NetworkManager-devel -# Needed in order to be able to bootstrap (patch2) -BuildRequires: autoconf-archive -BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel @@ -231,14 +226,11 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif %build -# Needed for patch2 -autoreconf -fiv %if !0%{?is_opensuse} export CFLAGS="%{optflags} -DSLE" %endif @@ -246,7 +238,6 @@ --disable-static \ --enable-zypp \ --enable-gstreamer-plugin \ - --with-default-backend=zypp \ %if ! %{BUILD_CNF} --disable-command-not-found \ %else @@ -254,9 +245,9 @@ %endif --enable-systemd \ %if %{with_offline_updates} - --enable-systemd-updates \ + --enable-offline-update \ %else - --disable-systemd-updates \ + --disable-offline-update \ %endif %{nil} make %{?_smp_mflags} ++++++ PackageKit-1.1.7.tar.xz -> PackageKit-1.1.8.tar.xz ++++++ ++++ 83305 lines of diff (skipped)
