[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Jul 16 10:57:09 UTC 2012


commit d33f8ea6fa98e5eba3c832001809cff1129ac30c
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jul 16 11:55:26 2012 +0100

    New upstream release
    
    - Bumped sonames for libpackagekit-glib and libpackagekit-qt
    - Lots of fixes to systemd-updates offline update functionality
    - Remove the Transaction.UpdateSystem() method
    - Don't show a warning if /var/run/PackageKit/udev does not exist
    - Never run any plugins for simulated actions

 .gitignore                    |    1 +
 PackageKit-0.8.1-master.patch | 1498 -----------------------------------------
 PackageKit-0.8.1-qt_ULL.patch |   80 ---
 PackageKit.spec               |   20 +-
 sources                       |    2 +-
 5 files changed, 12 insertions(+), 1589 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41d000d..d29e3ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.7.2.tar.xz
 /PackageKit-0.7.4.tar.xz
 /PackageKit-0.8.1.tar.xz
+/PackageKit-0.8.2.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 2d40760..a9cf37c 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.1
-Release:   8%{?dist}
+Version:   0.8.2
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -17,12 +17,6 @@ Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 # Upstreamable?  allow use of xulrunner2 for browser-plugin support
 Patch4: PackageKit-0.7.4-xulrunner2.patch
 
-# Upstream already
-Patch5: PackageKit-0.8.1-master.patch
-
-# Upstreamable.  fix UL vs ULL type mismatch in qt bindings
-Patch6:  PackageKit-0.8.1-qt_ULL.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -261,8 +255,6 @@ user to restart the computer or remove and re-insert the device.
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
 %patch4 -p1 -b .xulrunner2
-%patch5 -p1 -b .master
-%patch6 -p1 -b .qt_ULL
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -475,6 +467,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Mon Jul 16 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.2-1
+- New upstream release
+- Bumped sonames for libpackagekit-glib and libpackagekit-qt
+- Lots of fixes to systemd-updates offline update functionality
+- Remove the Transaction.UpdateSystem() method
+- Don't show a warning if /var/run/PackageKit/udev does not exist
+- Never run any plugins for simulated actions
+
 * Thu Jul 12 2012 Rex Dieter <rdieter at fedoraproject.org> - 0.8.1-8
 - fix UL vs ULL type mismatch in qt bindings (#839712)
 - tighten subpkg deps with %%_isa
diff --git a/sources b/sources
index 45f049c..59ff4d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6939b904c1b7dd33d1b4f4f9522f8916  PackageKit-0.8.1.tar.xz
+7ba2b1eb571daac0890f45da79f7e377  PackageKit-0.8.2.tar.xz


More information about the scm-commits mailing list