[PackageKit] - New upstream release of 0.6.9. - Many small bugfixes and performance increases. - Resolves #634628

Richard Hughes rhughes at fedoraproject.org
Mon Oct 4 17:49:31 UTC 2010


commit abd69a3f1e18a96a052886fe06ac98ac6792c105
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Oct 4 18:50:15 2010 +0100

    - New upstream release of 0.6.9.
    - Many small bugfixes and performance increases.
    - Resolves #634628

 .gitignore                         |    1 +
 PackageKit-0.6.3-disable-zif.patch |   10 ----------
 PackageKit.spec                    |   17 +++++++++++------
 sources                            |    2 +-
 4 files changed, 13 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0815893..8f4f96a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 PackageKit-0.6.6.tar.bz2
 PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.8.tar.bz2
+/PackageKit-0.6.9.tar.bz2
diff --git a/PackageKit.spec b/PackageKit.spec
index 5fa06af..b2c4e8d 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -4,8 +4,8 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.6.8
-Release:   3%{?dist}
+Version:   0.6.9
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
@@ -16,9 +16,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
 
-# Fedora specific: zif is not ready for prime-time just yet
-Patch2:    PackageKit-0.6.3-disable-zif.patch
-
 Requires: PackageKit-glib = %{version}-%{release}
 Requires: PackageKit-yum = %{version}-%{release}
 Requires: shared-mime-info
@@ -240,7 +237,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 .no-zif
 
 %build
 %configure \
@@ -302,6 +298,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %dir %{_datadir}/PackageKit
 %dir %{_datadir}/PackageKit/helpers
 %dir %{_sysconfdir}/PackageKit
+%dir %{_sysconfdir}/PackageKit/events
+%dir %{_sysconfdir}/PackageKit/events/post-transaction.d
+%dir %{_sysconfdir}/PackageKit/events/pre-transaction.d
+%{_sysconfdir}/PackageKit/events/*.d/README
 %dir %{_localstatedir}/lib/PackageKit
 %dir %{python_sitelib}/packagekit
 %dir %{_localstatedir}/cache/PackageKit
@@ -440,6 +440,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Oct 04 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.9-1
+- New upstream release of 0.6.9.
+- Many small bugfixes and performance increases.
+- Resolves #634628
+
 * Wed Sep 29 2010 jkeating - 0.6.8-3
 - Rebuilt for gcc bug 634757
 
diff --git a/sources b/sources
index f734f68..3332e80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47987b91826bd522de1202d5a1e2510d  PackageKit-0.6.8.tar.bz2
+9f112e43fdba9e4382c27ee2a2d363c3  PackageKit-0.6.9.tar.bz2


More information about the scm-commits mailing list