From 4138254528acd64533742d6d6ba7979c0f6e68e6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 13 Oct 2008 12:03:24 +0000 Subject: [PATCH] - New upstream version - Add dynamic groups functionality to the API - Many performance and other bugfixes --- .cvsignore | 2 +- PackageKit.spec | 19 ++++++++++++------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index bf92f0a..1e256d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.3.6.tar.gz +PackageKit-0.3.7.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index 175c36d..52af91e 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 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 - 0.3.6-3 - Add a patch from upstream to fix rh#466290 - + * Mon Oct 06 2008 Richard Hughes - 0.3.6-2 - Upload new sources. Ooops. - + * Mon Oct 06 2008 Richard Hughes - 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 - 0.3.5-4 - Rename the subpackages before David blows a blood vessel. - yum-packagekit -> PackageKit-yum-plugin diff --git a/sources b/sources index 3f070ce..399f0e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7130b07768c97fece2a01c88aa0c27f3 PackageKit-0.3.6.tar.gz +ecae4d4e133250e2bbae966f4b2b53df PackageKit-0.3.7.tar.gz