- 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
This commit is contained in:
Richard Hughes 2009-10-06 09:40:36 +00:00
parent e0404312cf
commit b2f748520a
3 changed files with 16 additions and 8 deletions

View File

@ -1 +1 @@
PackageKit-0.5.3-20090928.tar.gz
PackageKit-0.5.3.tar.gz

View File

@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.5.3-0.2.20090928git
- Do not build smart support on RHEL.

View File

@ -1 +1 @@
c9d457d6a75ea9b376d6541cec210e88 PackageKit-0.5.3-20090928.tar.gz
cbd7eb264c2536c363dc113eab60def3 PackageKit-0.5.3.tar.gz