[PackageKit/f17] New upstream release

Richard Hughes rhughes at fedoraproject.org
Wed Jun 27 07:45:13 UTC 2012


commit 94b8f0e7144db159d0e36336a2d3bf164a206fbc
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Jun 27 08:43:37 2012 +0100

    New upstream release
    
    - Add a dummy GTK+2 module to avoid a runtime warning
    - Don't show a warning if /var/run/PackageKit/udev does not exist
    - yum: Add support for the 'application' filter
    - yum: Disable async parallel downloading
    - zif: Add support for the 'application' filter

 .gitignore                              |    1 +
 0001-Fix-importing-GPG-signatures.patch |   34 -------------
 PackageKit-0.7.4-yum-untrusted.patch    |   35 -------------
 PackageKit.spec                         |   25 ++++++----
 null-is-not-a-string.patch              |   83 -------------------------------
 sources                                 |    2 +-
 6 files changed, 17 insertions(+), 163 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4919b29..cd3cee0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.21.tar.xz
 /PackageKit-0.7.2.tar.xz
 /PackageKit-0.7.4.tar.xz
+/PackageKit-0.7.5.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 0b50a10..6f3ff83 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.7.4
-Release:   4%{?dist}
+Version:   0.7.5
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -14,12 +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
 
-# Upstreamed: don't perceive all updates as untrusted
-Patch2:    PackageKit-0.7.4-yum-untrusted.patch
-
-# Upstreamed: fix an obvious off-by-one when parsing the signature
-Patch3:    0001-Fix-importing-GPG-signatures.patch
-
 # Upstreamable?  allow use of xulrunner2 for browser-plugin support
 Patch4: PackageKit-0.7.4-xulrunner2.patch
 
@@ -257,8 +251,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 .yum-untrusted
-%patch3 -p1 -b .fix-install-signature
 %patch4 -p1 -b .xulrunner2
 NOCONFIGURE=1 ./autogen.sh
 
@@ -285,6 +277,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-plugins/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
 
@@ -363,6 +356,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib
 %{_datadir}/dbus-1/interfaces/*.xml
 
+# this is a dummy module that doesn't actually do anything except
+# prevent a warning when starting GTK+2 applications
+%{_libdir}/gtk-2.0/modules/libpk-gtk-module.so
+
 %files docs
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/PackageKit
@@ -464,6 +461,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Tue Jun 26 2012 Richard Hughes  <rhughes at redhat.com> - 0.7.5-1
+- New upstream release
+- Add a dummy GTK+2 module to avoid a runtime warning
+- Don't show a warning if /var/run/PackageKit/udev does not exist
+- yum: Add support for the 'application' filter
+- yum: Disable async parallel downloading
+- zif: Add support for the 'application' filter
+
 * Fri May 25 2012 Rex Dieter <rdieter at fedoraproject.org> 0.7.4-4
 - re-enable -browser-plugin content
 - make V=1
diff --git a/sources b/sources
index b78f790..9233786 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8031ed03099cda09e1d0df4f3e95e6d3  PackageKit-0.7.4.tar.xz
+99b7e5a0df5ce03f660c549afc5f1614  PackageKit-0.7.5.tar.xz


More information about the scm-commits mailing list