- New upstream version

- This is the first release with the dispatcher functionality that allows
    backend reuse. This speeds up packagekitd to native speeds when doing
    repeated similar transactions from the same session and locale.
This commit is contained in:
Richard Hughes 2008-09-08 15:34:34 +00:00
parent 8ad3e5c9c0
commit 017493cba7
3 changed files with 10 additions and 11 deletions

View File

@ -1 +1 @@
PackageKit-0.3.1.tar.gz
PackageKit-0.3.2.tar.gz

View File

@ -7,19 +7,14 @@
Summary: System daemon that is a DBUS abstraction layer for package management
Name: PackageKit
Version: 0.3.1
Release: 7%{?dist}
Version: 0.3.2
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://packagekit.freedesktop.org
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# upstream, c71eaadafd4115f0d8cf1c39c882f678ce1f004a
Patch0: pk-fix-pkcon-filters.patch
# upstream, 962d677afcd9a9cfed9f08b4c862b7e3bb175a8c
Patch1: pk-fix-multiarch-resolve.patch
Requires: dbus >= %{dbus_version}
Requires: dbus-glib >= %{dbus_glib_version}
Requires: PackageKit-libs = %{version}-%{release}
@ -143,8 +138,6 @@ using PackageKit.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@ -273,6 +266,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/*
%changelog
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.2-1
- New upstream version
- This is the first release with the dispatcher functionality that allows
backend reuse. This speeds up packagekitd to native speeds when doing
repeated similar transactions from the same session and locale.
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-7
- Enable the smart backend as it's nearly as complete as the yum backend
- Disable the yum2 backend (0.3.2 will have a dispatcher instead)

View File

@ -1 +1 @@
e7586a3560e76966d2968946fbe7f846 PackageKit-0.3.1.tar.gz
ecf46fb214287c5ffbcdbe3b13901ffe PackageKit-0.3.2.tar.gz