[PackageKit/f18] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon May 20 14:41:07 UTC 2013


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

    New upstream release

 .gitignore                                         |    1 +
 ...ot-rely-on-Python2-to-write-UTF-8-strings.patch |  215 --------------------
 ...Do-not-use-fPIE-when-calling-g-ir-scanner.patch |   70 -------
 PackageKit.spec                                    |   18 +-
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 295 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 622a3b5..08ec17c 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.8
-Release:   3%{?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
@@ -17,12 +17,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
 
-# Already upstream
-Patch5: 0001-Do-not-use-fPIE-when-calling-g-ir-scanner.patch
-
-# Already upstream
-Patch6: 0001-Do-not-rely-on-Python2-to-write-UTF-8-strings.patch
-
 # Don't change behaviour in a stable series
 Patch99: ActiveLocalUsersHaveToAuthenticate.patch
 
@@ -249,7 +243,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
-%patch5 -p1 -b .no-fPIE-when-calling-g-ir-scanner
 %patch99 -p1 -b .need-auth-to-install
 
 NOCONFIGURE=1 ./autogen.sh
@@ -451,6 +444,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
+
 * Mon May 20 2013 Richard Hughes <rhughes at redhat.com> - 0.8.8-3
 - Do not rely on Python2 to output UTF-8 strings.
 - Resolves: #963810
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