From dd2b988bda099e366a91fb20cdee13d225baaad5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 16 Jun 2009 09:52:41 +0000 Subject: [PATCH] - Don't hardcode network access to install or update packages - Add subclasses to our registered mime-types - Fix results from GetDistroUpgrades() - Format the package_id before showing it in the error detail - Download the ChangeLog data when we get the update list - Never return FALSE from StateHasChanged() - Fixes #506110, #504137, #499590 and #483164 --- .cvsignore | 2 +- PackageKit.spec | 25 +++++++++++++++++-------- sources | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index b7a01c4..f0db1d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.4.8.tar.gz +PackageKit-0.4.9-20090616.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index 0cb7a14..d23eafd 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,20 +2,20 @@ %define dbus_version 1.1.1 %define dbus_glib_version 0.74 %define policykit_version 0.8 -#%define alphatag 20090324 +%define alphatag 20090616 %{!?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.4.8 -#Release: 0.3.%{?alphatag}git%{?dist} -Release: 1%{?dist} +Version: 0.4.9 +Release: 0.1.%{?alphatag}git%{?dist} +#Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.packagekit.org -#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz +Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz +#Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Fedora-specific: set Vendor.conf up for Fedora. @@ -213,8 +213,8 @@ A simple helper that offers to install new packages on the command line using PackageKit. %prep -#%setup -q -n %{?name}-%{?version}-%{?alphatag} -%setup -q +%setup -q -n %{?name}-%{?version}-%{?alphatag} +#%setup -q %patch0 -p1 -b .fedora %patch1 -p1 -b .no-time @@ -402,6 +402,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Tue Jun 16 2009 Richard Hughes - 0.4.9-0.1.20090616git +- Don't hardcode network access to install or update packages +- Add subclasses to our registered mime-types +- Fix results from GetDistroUpgrades() +- Format the package_id before showing it in the error detail +- Download the ChangeLog data when we get the update list +- Never return FALSE from StateHasChanged() +- Fixes #506110, #504137, #499590 and #483164 + * Mon Jun 05 2009 Richard Hughes - 0.4.8-1 - New upstream version, many bugfixes and performance fixes - Fixes #487614, #500428 and #502399 diff --git a/sources b/sources index 65e1fad..2e654f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -955082ee50358b1cc3eddcb438b7fae4 PackageKit-0.4.8.tar.gz +7c85d97708c2b6e096b19c948a1c9d43 PackageKit-0.4.9-20090616.tar.gz