- New upstream release of 0.6.9.

- Many small bugfixes and performance increases.
- Resolves #634628
This commit is contained in:
Richard Hughes 2010-10-04 18:50:15 +01:00
parent 7172367589
commit abd69a3f1e
4 changed files with 13 additions and 17 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,10 +0,0 @@
diff -urNp PackageKit-0.6.3-20100322.old/backends/yum/Yum.conf PackageKit-0.6.3-20100322/backends/yum/Yum.conf
--- PackageKit-0.6.3-20100322.old/backends/yum/Yum.conf 2010-03-22 15:37:23.000000000 +0000
+++ PackageKit-0.6.3-20100322/backends/yum/Yum.conf 2010-03-22 15:37:43.000000000 +0000
@@ -22,5 +22,5 @@ DisabledPlugins=rpm-warm-cache;remove-wi
# benchmark tests.
#
# default=true
-UseZif=true
+UseZif=false

View File

@ -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@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

View File

@ -1 +1 @@
47987b91826bd522de1202d5a1e2510d PackageKit-0.6.8.tar.bz2
9f112e43fdba9e4382c27ee2a2d363c3 PackageKit-0.6.9.tar.bz2