diff --git a/.cvsignore b/.cvsignore index 44ca69c..960d083 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.5.3-20090928.tar.gz +PackageKit-0.5.3.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index b47e9fe..134c313 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -10,13 +10,13 @@ Summary: Package management service Name: PackageKit Version: 0.5.3 -Release: 0.2.%{?alphatag}git%{?dist} -#Release: 1%{?dist} +#Release: 0.2.%{?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. @@ -240,8 +240,8 @@ 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 +#%setup -q -n %{?name}-%{?version}-%{?alphatag} +%setup -q %patch0 -p1 -b .fedora %patch1 -p1 -b .no-time @@ -454,6 +454,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Mon Oct 05 2009 Richard Hughes - 0.5.3-1 +- Update to 0.5.3. +- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600 +- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044 +- Fix crash in notification daemon under some conditions due to non-resident + GTK module. +- Don't explicitly download the file lists when using pk-command-not-found + * Tue Sep 29 2009 Richard Hughes - 0.5.3-0.2.20090928git - Do not build smart support on RHEL. diff --git a/sources b/sources index d2d1896..492beb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9d457d6a75ea9b376d6541cec210e88 PackageKit-0.5.3-20090928.tar.gz +cbd7eb264c2536c363dc113eab60def3 PackageKit-0.5.3.tar.gz