From 25e8209e23faa138a658c8844d9f3927d7bb06e5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Jun 02 2010 10:26:50 +0000 Subject: - New upstream release of 0.6.5. - Use the new PkTask API in pkcon so we can deal with Media and Eula queries. - Attempt to use removable disk repos if they exist at backend startup. - Catch and ignore the socket exception on oddball systems. - Do not abort init when Yum.conf does not contain some required keys. - Fix up the filter check when doing GetRepoList(). - Resolves: #596779 and #598697 --- diff --git a/.cvsignore b/.cvsignore index ecb2bd7..318cadc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.6.4.tar.bz2 +PackageKit-0.6.5.tar.bz2 diff --git a/PackageKit.spec b/PackageKit.spec index 6e44754..5ce81b4 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -1,17 +1,14 @@ %define dbus_version 1.1.1 -%define alphatag 20100219 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Package management service Name: PackageKit -Version: 0.6.4 -#Release: 0.1.%{?alphatag}git%{?dist} +Version: 0.6.5 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.packagekit.org -#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2 Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2 # Fedora-specific: set Vendor.conf up for Fedora. @@ -58,12 +55,6 @@ BuildRequires: gobject-introspection-devel #BuildRequires: gtk-sharp2-devel #BuildRequires: mono-core -# for the fancy new yum accelerator, which we don't actually use yet... -BuildRequires: rpm-devel -BuildRequires: libsoup-devel -BuildRequires: bzip2-devel -BuildRequires: zlib-devel - # functionality moved to udev itself Obsoletes: PackageKit-udev-helper < %{version}-%{release} Obsoletes: udev-packagekit < %{version}-%{release} @@ -237,7 +228,6 @@ after firmware has been installed by PackageKit. This removes the need for the user to restart the computer or remove and re-insert the device. %prep -#%setup -q -n %{?name}-%{?version}-%{?alphatag} %setup -q %patch0 -p1 -b .fedora %patch1 -p1 -b .no-time @@ -453,6 +443,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Wed Jun 02 2010 Richard Hughes - 0.6.5-1 +- New upstream release of 0.6.5. +- Use the new PkTask API in pkcon so we can deal with Media and Eula queries. +- Attempt to use removable disk repos if they exist at backend startup. +- Catch and ignore the socket exception on oddball systems. +- Do not abort init when Yum.conf does not contain some required keys. +- Fix up the filter check when doing GetRepoList(). +- Resolves: #596779 and #598697 + * Thu May 06 2010 Richard Hughes - 0.6.4-1 - New upstream release of 0.6.4. - Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549 diff --git a/sources b/sources index 2f1094c..484e687 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f17127a26cb6dd7e8f05b8900176eab0 PackageKit-0.6.4.tar.bz2 +cb8d4dece42b7be84ce1478684ce3388 PackageKit-0.6.5.tar.bz2