[PackageKit/f15] New upstream release. More GIR fixes Allow the 'any' WhatProvides kind to match provide strings Do n

Richard Hughes rhughes at fedoraproject.org
Thu Jun 9 10:57:56 UTC 2011


commit 4b5985a4b3edf03cb6f2b65111c685ef15a05a59
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jun 7 09:25:11 2011 +0100

    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.

 .gitignore                                         |    1 +
 ...ailure-to-get-updates-caused-by-using-the.patch |   26 --------------------
 PackageKit.spec                                    |   15 +++++++----
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 33 deletions(-)
---
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/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  <rhughes at redhat.com> - 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  <rhughes at redhat.com> - 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


More information about the scm-commits mailing list