- New upstream version, many bugfixes and performance fixes

- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
This commit is contained in:
Richard Hughes 2009-08-03 11:35:41 +00:00
parent c0e4b44288
commit 3dc74256dc
3 changed files with 13 additions and 8 deletions

View File

@ -1 +1 @@
PackageKit-0.5.1-20090727.tar.gz
PackageKit-0.5.1.tar.gz

View File

@ -10,13 +10,13 @@
Summary: Package management service
Name: PackageKit
Version: 0.5.1
Release: 0.1.%{?alphatag}git%{?dist}
#Release: 2%{?dist}
#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.
@ -59,6 +59,7 @@ BuildRequires: gstreamer-plugins-base-devel
BuildRequires: qt4-devel
BuildRequires: cppunit-devel
BuildRequires: pango-devel
BuildRequires: pm-utils-devel
BuildRequires: fontconfig-devel
#BuildRequires: gtk-sharp2-devel
#BuildRequires: mono-core
@ -223,8 +224,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
@ -418,6 +419,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Mon Aug 03 2009 Richard Hughes <rhughes@redhat.com> - 0.5.1-1
- New upstream version, many bugfixes and performance fixes
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
* Mon Jul 27 2009 Richard Hughes <rhughes@redhat.com> - 0.5.1-0.1.20090727git
- Update to a git snapshot from the 0.5.x series.

View File

@ -1 +1 @@
04055d452789d1026767466b8ff2813b PackageKit-0.5.1-20090727.tar.gz
8575a23e406fffa8d11ba2ad4b5d99f3 PackageKit-0.5.1.tar.gz