[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Fri Jul 26 14:39:24 UTC 2013


commit 2304a404db7f903491c4d6d6961bec22ad90c4fb
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Jul 26 15:39:13 2013 +0100

    New upstream release

 PackageKit-git-fixes.patch |  182 --------------------------------------------
 PackageKit.spec            |   23 +++++-
 sources                    |    2 +-
 3 files changed, 20 insertions(+), 187 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 4c96558..45e1272 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,8 +5,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.9
-Release:   6%{?dist}
+Version:   0.8.10
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -21,7 +21,7 @@ Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 Patch4: PackageKit-0.7.4-xulrunner2.patch
 
 # Upstream already
-Patch99: PackageKit-git-fixes.patch
+#Patch99: PackageKit-git-fixes.patch
 
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
@@ -243,7 +243,7 @@ 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
-%patch99 -p1 -b .git
+#%patch99 -p1 -b .git
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -320,6 +320,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %dir %{_localstatedir}/cache/PackageKit
 %ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
 %dir %{_localstatedir}/cache/PackageKit/downloads
+%dir %{_localstatedir}/cache/PackageKit/metadata
 %{python_sitelib}/packagekit/*py*
 %if !0%{?rhel}
 %{_datadir}/bash-completion/completions/pkcon
@@ -446,6 +447,20 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Fri Jul 26 2013 Richard Hughes <rhughes at redhat.com> - 0.8.10-1
+- New upstream release
+- Actually return the error if any PkClient methods failed
+- Add a 'DOWNLOADED' filter to select only packages already in the cache
+- Add three pkcon sub-commands for offline updates
+- Local active users in the wheel group can install signed packages w/o a password
+- Fix a potential segfault when getting the error code for the results
+- If the transaction database is missing, show an error and cleanly shutdown
+- Only search newest packages when resolving 'pkcon update foo'
+- Raise the package process threshold to 5000
+- systemd-updates: Do not exit with an error for a race condition
+- yum: Only download the offline update packages if not already in the cache
+- yum: Use yb.downloadPkgs() to download updates
+
 * Sat Jun 22 2013 Matthias Clasen <mclasen at redhat.com> - 0.8.9-6
 - Trim %%changelog
 
diff --git a/sources b/sources
index fec6f54..2d2edfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2f40ba8eab770a1dfadbc937346bfcc  PackageKit-0.8.9.tar.xz
+d6eaa6c89be0bcfbc24340eb3e1c2e95  PackageKit-0.8.10.tar.xz


More information about the scm-commits mailing list