[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Tue Dec 17 17:02:47 UTC 2013


commit 0da38f6cdd439284d863fd541a89f36728a9f7a5
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Dec 17 17:02:48 2013 +0000

    New upstream release

 .gitignore                                         |    1 +
 ...assert-when-re-using-a-PkPackage-instance.patch |   74 --------------
 0022-Use-syslog-correctly.patch                    |  105 --------------------
 PackageKit.spec                                    |   41 ++++++--
 sources                                            |    2 +-
 5 files changed, 32 insertions(+), 191 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8842a8..5a080f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.12.tar.xz
 /PackageKit-0.8.13.tar.xz
 /PackageKit-0.8.14.tar.xz
+/PackageKit-0.8.15.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 6b0738e..7894a9c 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,8 +5,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.14
-Release:   4%{?dist}
+Version:   0.8.15
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -17,16 +17,16 @@ Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
 # Upstreamable?  allow use of xulrunner2 for browser-plugin support
 Patch4: PackageKit-0.7.4-xulrunner2.patch
 
-# Upstream already
-Patch5: 0001-Do-not-assert-when-re-using-a-PkPackage-instance.patch
-Patch6: 0022-Use-syslog-correctly.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
 Requires: comps-extras
 Requires: systemd
 
+# This is for https://bugzilla.redhat.com/show_bug.cgi?id=1041577 and can be
+# removed when libsolv is available in updates
+Requires: libsolv >= 0.4.1
+
 # required by patch4
 BuildRequires: automake gtk-doc libtool
 BuildRequires: glib2-devel >= 2.32.0
@@ -220,8 +220,6 @@ using PackageKit.
 %setup -q
 %patch0 -p1 -b .fedora
 %patch4 -p1 -b .xulrunner2
-%patch5 -p1 -b .no-history-crash
-%patch6 -p1 -b .use_syslog_correctly
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -229,11 +227,12 @@ NOCONFIGURE=1 ./autogen.sh
 %configure \
         --disable-static \
         --enable-yum \
-        --disable-bash-completion \
 %if 0%{?rhel} == 0
         --enable-hawkey \
         --enable-introspection \
         --enable-bash-completion \
+%else
+        --disable-bash-completion \
 %endif
         --with-default-backend=auto \
         --disable-local \
@@ -311,7 +310,6 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
 %{_datadir}/polkit-1/rules.d/*
 %{_datadir}/PackageKit/pk-upgrade-distro.sh
 %{_libexecdir}/packagekitd
-%{_libexecdir}/pk-trigger-offline-update
 %{_bindir}/pkmon
 %{_bindir}/pkcon
 %{_bindir}/packagekit-bugreport.sh
@@ -334,7 +332,6 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
 
 %files yum
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/PackageKit/Yum.conf
 %{_libdir}/packagekit-backend/libpk_backend_yum.so
 %dir %{_datadir}/PackageKit/helpers/yum
 %{_datadir}/PackageKit/helpers/yum/*
@@ -403,6 +400,28 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Tue Dec 17 2013 Richard Hughes <rhughes at redhat.com> - 0.8.15-1
+- New upstream release
+- Do not update the role when doing the test transaction
+- Ignore progressbar start text if it unchanged
+- Only show some status values in pkcon after a small delay
+- Resolve internally in pkcon to provide a better output
+- Use the filter when removing and installing software using pkcon
+- Use the system database location when compiling with --enable-local
+- hawkey: Actually report progress when using DownloadPackages()
+- hawkey: Allow upgrading packages using InstallFiles
+- hawkey: Do not enable profiling by default
+- hawkey: Do not return available packages that are already installed
+- hawkey: Emit percentage events when processing a large transaction
+- hawkey: Implement RepairSystem
+- hawkey: List the packages in the downgrade warning
+- hawkey: Never replace newer metadata with an older copy
+- hawkey: Never use a cached sack when installing local packages
+- hawkey: Return a better error when the rpmdb is hosed
+- hawkey: Try harder to get the package name when cleaning up
+- hawkey: Use 'local' for the package-id data for files
+- hawkey: Use the correct error code when the lock is required
+
 * Thu Dec 12 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 0.8.14-4
 - Replace the PackageKit dependency in PackageKit-backend-devel
   with a dep on PackageKit-glib-devel (which it needs for its
diff --git a/sources b/sources
index 601ca13..23af4f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72fcf8b7c0ed40d0aff73d0cf78cb428  PackageKit-0.8.14.tar.xz
+147e35b64e3e3b9ca8b2baefb37531f6  PackageKit-0.8.15.tar.xz


More information about the scm-commits mailing list