[PackageKit/f20] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Jan 20 16:55:27 UTC 2014


commit 6694c494d5e4687f140caddf69413290a2437c16
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jan 20 16:21:33 2014 +0000

    New upstream release

 .gitignore                                         |    1 +
 ...he-default-main-context-in-sync-PkClient-.patch | 1372 --------------------
 PackageKit.spec                                    |   28 +-
 sources                                            |    2 +-
 4 files changed, 18 insertions(+), 1385 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a080f2..7fc59f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.8.13.tar.xz
 /PackageKit-0.8.14.tar.xz
 /PackageKit-0.8.15.tar.xz
+/PackageKit-0.8.16.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 25b4c1d..d0f8d5b 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,8 +5,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.15
-Release:   2%{?dist}
+Version:   0.8.16
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -17,19 +17,12 @@ 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
 
-# Already upstream
-Patch5: 0001-Don-t-use-the-default-main-context-in-sync-PkClient-.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
@@ -66,9 +59,9 @@ BuildRequires: bash-completion
 %endif
 
 %if !0%{?rhel}
-BuildRequires: hawkey-devel >= 0.3.13
+BuildRequires: hawkey-devel >= 0.4.6
 BuildRequires: rpm-devel >= 4.11.0
-BuildRequires: librepo-devel >= 1.0.0
+BuildRequires: librepo-devel >= 1.1.5
 BuildRequires: libsolv-devel
 %endif
 
@@ -223,7 +216,6 @@ using PackageKit.
 %setup -q
 %patch0 -p1 -b .fedora
 %patch4 -p1 -b .xulrunner2
-%patch5 -p1 -b .no-main-context-when-sync
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -404,6 +396,18 @@ systemctl enable packagekit-offline-update.service &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Mon Jan 20 2014 Richard Hughes <rhughes at redhat.com> - 0.8.16-1
+- New upstream release
+- hawkey: Do not fail when update details are no longer available
+- hawkey: Do the refresh-cache transaction in a thread
+- hawkey: Support .treeinfo DVD repos
+- Set all the proxy settings when using pkcon
+- Clear the prepared-updates file only when the update is invalidated
+- Do not show an error if GetDepends is not supported
+- Do not use the '…' character when talking to plymouth
+- Don't use the default main context in sync PkClient methods
+- Only scan .desktop files in the datadir
+
 * Tue Jan 07 2014 Richard Hughes <rhughes at redhat.com> - 0.8.15-2
 - Backport a patch from master so that the sync methods no longer use the
   default main context.
diff --git a/sources b/sources
index 23af4f6..4162d0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-147e35b64e3e3b9ca8b2baefb37531f6  PackageKit-0.8.15.tar.xz
+a7893d3dccdd37ece424c9a316c6d750  PackageKit-0.8.16.tar.xz


More information about the scm-commits mailing list