From 017493cba7c3a674e6cde9e582b5954b3d9678fa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sep 08 2008 15:34:34 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 9be08b6..ea5b7e1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.3.1.tar.gz +PackageKit-0.3.2.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index 2c0f641..01366eb 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 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 - 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) diff --git a/sources b/sources index 7eb94f7..01b7d6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7586a3560e76966d2968946fbe7f846 PackageKit-0.3.1.tar.gz +ecf46fb214287c5ffbcdbe3b13901ffe PackageKit-0.3.2.tar.gz