- 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:
parent
e0404312cf
commit
b2f748520a
@ -1 +1 @@
|
||||
PackageKit-0.5.3-20090928.tar.gz
|
||||
PackageKit-0.5.3.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user