[PackageKit/f16] New upstream release.

Richard Hughes rhughes at fedoraproject.org
Wed Apr 11 14:36:38 UTC 2012


commit e4abcc7719af43764dac4e90a6888fd8ab78cf09
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Apr 11 15:35:33 2012 +0100

    New upstream release.
    
    - Remove upstreamed patches.
    - Speed up GetPackages() by a couple of orders of magnitude for yum.
    - Sort the output of GetFiles() when using the zif backend.

 .gitignore                               |    1 +
 PackageKit-0.6.21-fix-trusted-pkgs.patch |   89 ------------------------------
 PackageKit.spec                          |   14 +++--
 sources                                  |    2 +-
 4 files changed, 10 insertions(+), 96 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a683f4a..dcb2274 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.19.tar.xz
 /PackageKit-0.6.20.tar.xz
 /PackageKit-0.6.21.tar.xz
+/PackageKit-0.6.22.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 8e7b515..91793e8 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.6.21
-Release:   3%{?dist}
+Version:   0.6.22
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -14,9 +14,6 @@ Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
 # Fedora specific: the yum backend doesn't do time estimation correctly
 Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 
-# Upstreamed: yum: don't request authorization for trusted packages (#771746)
-Patch2:    PackageKit-0.6.21-fix-trusted-pkgs.patch
-
 Requires: PackageKit-glib = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -253,7 +250,6 @@ user to restart the computer or remove and re-insert the device.
 %setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
-%patch2 -p1 -b .fix-trusted-pkgs
 
 %build
 %configure \
@@ -467,6 +463,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Wed Apr 11 2012 Richard Hughes  <rhughes at redhat.com> - 0.6.22-1
+- New upstream release.
+- Remove upstreamed patches.
+- Speed up GetPackages() by a couple of orders of magnitude for yum.
+- Sort the output of GetFiles() when using the zif backend.
+
 * Mon Apr 02 2012 Nils Philippsen <nils at redhat.com> - 0.6.21-3
 - yum: fix regression introduced by the fix-trusted-packages patch
 
diff --git a/sources b/sources
index 5ad309f..0a9c7da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-216ad7429d6ea263e7e300be25a01110  PackageKit-0.6.21.tar.xz
+94ca18d084c2033f31bb920562659a95  PackageKit-0.6.22.tar.xz


More information about the scm-commits mailing list