[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Aug 6 15:18:14 UTC 2012


commit 50ee91eca2ab927c33c9193fc4b05996d06fc1ad
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Aug 6 16:16:15 2012 +0100

    New upstream release
    
    - This is the first release that allows transactions to run in parallel
    - The zif backend can run in parallel by default, the yum backend still
      runs each transaction one at a time
    - Save the transaction flags when removing packages
    - Fix a python backtrace when removing a package
    - Add GStreamer 1.0 support to the PackageKit plugin
    - Add WritePreparedUpdates config item for admins

 .gitignore              |    1 +
 PackageKit-master.patch |   36 ------------------------------------
 PackageKit.spec         |   18 ++++++++++++------
 sources                 |    2 +-
 4 files changed, 14 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d29e3ac..8a41461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.7.4.tar.xz
 /PackageKit-0.8.1.tar.xz
 /PackageKit-0.8.2.tar.xz
+/PackageKit-0.8.3.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 0b7ec39..869eeae 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,8 +2,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.2
-Release:   3%{?dist}
+Version:   0.8.3
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -17,9 +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
 
-# Backported from master
-Patch9: PackageKit-master.patch
-
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
 Requires: shared-mime-info
@@ -258,7 +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
-%patch9 -p1 -b .master
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -471,6 +467,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Mon Aug 06 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.3-1
+- New upstream release
+- This is the first release that allows transactions to run in parallel
+- The zif backend can run in parallel by default, the yum backend still
+  runs each transaction one at a time
+- Save the transaction flags when removing packages
+- Fix a python backtrace when removing a package
+- Add GStreamer 1.0 support to the PackageKit plugin
+- Add WritePreparedUpdates config item for admins
+
 * Tue Jul 24 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.2-3
 - Fix several reported problems with the offline-update funtionality.
 
diff --git a/sources b/sources
index 59ff4d0..75dd21a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ba2b1eb571daac0890f45da79f7e377  PackageKit-0.8.2.tar.xz
+53210d9a54d3c9044e4c6edc16c99bd4  PackageKit-0.8.3.tar.xz


More information about the scm-commits mailing list