[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon May 20 13:46:13 UTC 2013


commit be8300f123177ce7834f7ea31e45281a6694beca
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon May 20 14:45:25 2013 +0100

    New upstream release

 .gitignore                                         |    1 +
 ...package-is-removed-from-the-sack-properly.patch |   47 --------------------
 PackageKit.spec                                    |   15 ++++---
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 564a85d..b4db274 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.6.tar.xz
 /PackageKit-0.8.7.tar.xz
 /PackageKit-0.8.8.tar.xz
+/PackageKit-0.8.9.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 44dde28..95ddcbe 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -3,8 +3,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.8
-Release:   2%{?dist}
+Version:   0.8.9
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -18,9 +18,6 @@ Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 # Upstreamable?  allow use of xulrunner2 for browser-plugin support
 Patch4: PackageKit-0.7.4-xulrunner2.patch
 
-# Upstream
-Patch6: 0001-Ensure-the-package-is-removed-from-the-sack-properly.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -241,7 +238,6 @@ user to restart the computer or remove and re-insert the device.
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
 %patch4 -p1 -b .xulrunner2
-%patch6 -p1 -b .fix-package-sack-removal
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -441,6 +437,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Mon May 20 2013 Richard Hughes <rhughes at redhat.com> - 0.8.9-1
+- New upstream release
+- Add 'pkcon backend-details' to be get details of the selected backend
+- Do not rely on Python2 to write UTF-8 strings
+- Update the comps->group mapping for Fedora 19
+- When converting to unicode special case YumBaseError
+
 * Thu May 09 2013 Richard Hughes <rhughes at redhat.com> - 0.8.8-2
 - Backport a patch from master to fix package selection in gnome-packagekit
 - Resolves: #960081
diff --git a/sources b/sources
index e6f7751..fec6f54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29d3dee9cb75923e5a66c7aeb07b2ec8  PackageKit-0.8.8.tar.xz
+a2f40ba8eab770a1dfadbc937346bfcc  PackageKit-0.8.9.tar.xz


More information about the scm-commits mailing list