[PackageKit/f16] New upstream release. Lots of Zif updates Offset the cache age by 30 minutes Use the newest filter w

Richard Hughes rhughes at fedoraproject.org
Tue Oct 4 09:01:18 UTC 2011


commit c5be83a5e1d715aaaa34d022a420bba6eeb20646
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 4 10:00:46 2011 +0100

    New upstream release.
    Lots of Zif updates
    Offset the cache age by 30 minutes
    Use the newest filter when resolving for new packages to install

 .gitignore                                         |    1 +
 ...signal_add_full-which-has-been-renamed-in.patch |   56 --------------------
 PackageKit.spec                                    |   18 ++++---
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 65 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4074f5a..50691b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.16.tar.xz
 /PackageKit-0.6.17.tar.xz
 /PackageKit-0.6.18.tar.xz
+/PackageKit-0.6.19.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 831518a..ad9c1fb 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.6.18
-Release:   2%{?dist}
+Version:   0.6.19
+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
 
-# Already upstream, fix a compile failure
-Patch2:    0001-Use-g_unix_signal_add_full-which-has-been-renamed-in.patch
-
 Requires: PackageKit-glib = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -51,7 +48,7 @@ BuildRequires: pango-devel
 BuildRequires: pm-utils-devel
 BuildRequires: fontconfig-devel
 BuildRequires: gobject-introspection-devel
-BuildRequires: zif-devel >= 0.1.3
+BuildRequires: zif-devel >= 0.2.5
 
 # functionality moved to udev itself
 Obsoletes: PackageKit-udev-helper < %{version}-%{release}
@@ -77,7 +74,7 @@ A backend for PackageKit to enable yum functionality.
 %package zif
 Summary: PackageKit Zif backend
 Group: System Environment/Libraries
-Requires: zif >= 0.1.3
+Requires: zif >= 0.2.5
 Requires: %{name} = %{version}-%{release}
 Provides: PackageKit-backend
 
@@ -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 .glib-api-change
 
 %build
 %configure \
@@ -467,6 +463,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Tue Oct 04 2011 Richard Hughes  <rhughes at redhat.com> - 0.6.19-1
+- New upstream release.
+- Lots of Zif updates
+- Offset the cache age by 30 minutes
+- Use the newest filter when resolving for new packages to install
+
 * Fri Sep 09 2011 Richard Hughes  <rhughes at redhat.com> - 0.6.18-2
 - Backport a patch from upstream as glib2 had an API change that
   affects PackageKit.
diff --git a/sources b/sources
index a8f34e5..edcedd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf7c76a95f40252fc5225e0bbfe1fe82  PackageKit-0.6.18.tar.xz
+c1b8d4a34171ed83bf9c548355a6f568  PackageKit-0.6.19.tar.xz


More information about the scm-commits mailing list