- New upstream version

- Add dynamic groups functionality to the API
- Many performance and other bugfixes
This commit is contained in:
Richard Hughes 2008-10-13 12:03:24 +00:00
parent 96380012f6
commit 4138254528
3 changed files with 14 additions and 9 deletions

View File

@ -1 +1 @@
PackageKit-0.3.6.tar.gz
PackageKit-0.3.7.tar.gz

View File

@ -7,8 +7,8 @@
Summary: System daemon that is a DBUS abstraction layer for package management
Name: PackageKit
Version: 0.3.6
Release: 3%{?dist}
Version: 0.3.7
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://packagekit.freedesktop.org
@ -16,7 +16,7 @@ Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# upstream: 34fc97830dd9ced41b9f8873ea5c357de25e3c46
Patch0: pk-idle-add-pkcontrol-refresh.patch
#Patch0: pk-idle-add-pkcontrol-refresh.patch
Requires: dbus >= %{dbus_version}
Requires: dbus-glib >= %{dbus_glib_version}
@ -158,7 +158,7 @@ codecs from configured repositories using PackageKit.
%prep
%setup -q
%patch0 -p1
#%patch0 -p1
%build
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@ -299,16 +299,21 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/*
%changelog
* Mon Oct 13 2008 Richard Hughes <rhughes@redhat.com> - 0.3.7-1
- New upstream version
- Add dynamic groups functionality to the API
- Many performance and other bugfixes
* Thu Oct 09 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-3
- Add a patch from upstream to fix rh#466290
* Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-2
- Upload new sources. Ooops.
* Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-1
- New upstream version
- Renice the spawned process so that we don't hog the system when doing updates
* Wed Oct 01 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit -> PackageKit-yum-plugin

View File

@ -1 +1 @@
7130b07768c97fece2a01c88aa0c27f3 PackageKit-0.3.6.tar.gz
ecae4d4e133250e2bbae966f4b2b53df PackageKit-0.3.7.tar.gz