[PackageKit] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Jun 23 10:41:04 UTC 2014


commit f1e2d73b2e37712724517501d96566f47edd005c
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jun 23 11:40:51 2014 +0100

    New upstream release

 .gitignore                                         |    1 +
 ...ment-multiple-kernel-package-installation.patch |  186 --------------------
 0002-hawkey-Correctly-set-the-cleanup-status.patch |   41 -----
 PackageKit.spec                                    |   21 ++-
 sources                                            |    2 +-
 5 files changed, 13 insertions(+), 238 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01a4c99..d6ab6aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.9.1-20140307.tar.xz
 /PackageKit-0.9.1.tar.xz
 /PackageKit-0.9.2.tar.xz
+/PackageKit-0.9.3.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index c9a7a1f..0165c23 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -8,18 +8,14 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.9.2
-Release:   7%{?dist}
+Version:   0.9.3
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/PackageKit/
 Source0:   http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
 
 # Fedora-specific: set Vendor.conf up for Fedora.
 Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
-# Upstream fix for parallel kernel package installation
-Patch1:    0001-hif-Reimplement-multiple-kernel-package-installation.patch
-# Another upstream fix for offline updates
-Patch2:    0002-hawkey-Correctly-set-the-cleanup-status.patch
 
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: shared-mime-info
@@ -182,15 +178,13 @@ using PackageKit.
 %setup -q
 #%setup -q -n %{name}-%{version}-%{gitdate}
 %patch0 -p1 -b .fedora
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure \
         --disable-static \
         --enable-python3 \
 %if 0%{?rhel} == 0
-        --enable-hawkey \
+        --enable-hif \
         --enable-introspection \
         --enable-bash-completion \
 %else
@@ -298,7 +292,7 @@ popd > /dev/null
 %{_unitdir}/packagekit.service
 %{_libexecdir}/pk-*offline-update
 %if 0%{?rhel} == 0
-%{_libdir}/packagekit-backend/libpk_backend_hawkey.so
+%{_libdir}/packagekit-backend/libpk_backend_hif.so
 %endif
 
 %files glib
@@ -351,6 +345,13 @@ popd > /dev/null
 
 
 %changelog
+* Mon Jun 23 2014 Richard Hughes <rhughes at redhat.com> - 0.9.3-1
+- New upstream release
+- Add PK_ROLE_ENUM_GET_OLD_TRANSACTIONS to get-roles response
+- Fix crash when a plugin is using the backend in it's initialization stage
+- Make the polkit policy not be desktop-centric
+- Port to libhif and rename the backend to "Hif"
+
 * Tue Jun 10 2014 Kalev Lember <kalevlember at gmail.com> - 0.9.2-7
 - Backport an offline updates fix
 
diff --git a/sources b/sources
index 38c82b5..962f8f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17ffc13ad8ad28a135b3093402b9254c  PackageKit-0.9.2.tar.xz
+f617cde2d17fc6877aebc1796626710a  PackageKit-0.9.3.tar.xz


More information about the scm-commits mailing list