diff --git a/.gitignore b/.gitignore index 951bb2c..f788659 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.6.12.tar.bz2 /PackageKit-0.6.13.tar.bz2 /PackageKit-0.6.14.tar.bz2 +/PackageKit-0.6.15.tar.bz2 diff --git a/0001-yum-fix-a-failure-to-get-updates-caused-by-using-the.patch b/0001-yum-fix-a-failure-to-get-updates-caused-by-using-the.patch deleted file mode 100644 index 574ed4d..0000000 --- a/0001-yum-fix-a-failure-to-get-updates-caused-by-using-the.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 953c0980265b2b0120bc1337d1a2061f47a1373d Mon Sep 17 00:00:00 2001 -From: Richard Hughes -Date: Thu, 5 May 2011 11:44:17 +0100 -Subject: [PATCH] yum: fix a failure to get updates caused by using the rename - of pre_process - ---- - backends/yum/yumBackend.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/backends/yum/yumBackend.py b/backends/yum/yumBackend.py -index 92aa99b..45ed2ec 100755 ---- a/backends/yum/yumBackend.py -+++ b/backends/yum/yumBackend.py -@@ -2781,7 +2781,7 @@ class PackageKitYumBackend(PackageKitBaseBackend, PackagekitPackage): - - md = self.updateMetadata - for pkg in unique(pkgs): -- if pkgfilter.pre_process(pkg): -+ if pkgfilter._filter_base(pkg): - # we pre-get the ChangeLog data so that the changes file is - # downloaded at GetUpdates time, not when we open the GUI - # get each element of the ChangeLog --- -1.7.5 - diff --git a/PackageKit.spec b/PackageKit.spec index 54b4940..6fdbe8b 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,8 +2,8 @@ Summary: Package management service Name: PackageKit -Version: 0.6.14 -Release: 2%{?dist} +Version: 0.6.15 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2 @@ -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 -# already upstream -Patch2: 0001-yum-fix-a-failure-to-get-updates-caused-by-using-the.patch - Requires: PackageKit-glib = %{version}-%{release} Requires: PackageKit-yum = %{version}-%{release} Requires: shared-mime-info @@ -249,7 +246,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-get-updates %build %configure \ @@ -464,6 +460,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Tue Jun 07 2011 Richard Hughes - 0.6.15-1 +- New upstream release. +- More GIR fixes +- Allow the 'any' WhatProvides kind to match provide strings +- Do not prevent updating when firefox is running, we don't have all the + client UI ready yet. + * Thu May 05 2011 Richard Hughes - 0.6.14-2 - Fix pkcon get-updates. diff --git a/sources b/sources index 7ce11dc..9a955d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40c72ebb0d38a94c0196f1ea058075d1 PackageKit-0.6.14.tar.bz2 +432f505462a00473c941ff907d97953e PackageKit-0.6.15.tar.bz2