From 0c62a386b47d52f4f3720e58151ebad02a7c5a98 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 27 Aug 2008 14:16:05 +0000 Subject: [PATCH] - Bump as make chainbuild is broken, so we'll have to do this in two steps. --- PackageKit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PackageKit.spec b/PackageKit.spec index 4bc02b0..22c90bd 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -8,7 +8,7 @@ Summary: System daemon that is a DBUS abstraction layer for package management Name: PackageKit Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://packagekit.freedesktop.org @@ -224,6 +224,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/* %changelog +* Wed Aug 27 2008 Richard Hughes - 0.3.1-2 +- Bump as make chainbuild is broken, so we'll have to do this in two steps. + * Wed Aug 27 2008 Richard Hughes - 0.3.1-1 - New upstream version - Also add two upstream patches to fix pkcon issues.