From 9655ae9040a8f69c606dbe4867113d3e631ba154 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 21 Sep 2009 12:04:24 +0000 Subject: [PATCH] - Update to a newer git snapshot from the 0.5.x series. - Updates to the experimental glib2 bindings - Lots of updated translations. - Disable the self tests to reduce the build time - Fix crasher for 64 bit users of the codec installer - Fix 'pkcon remove foo', where foo needed reqs to be removed too. - Fixes #523861 --- .cvsignore | 2 +- PackageKit.spec | 21 +++++++++++++++++++-- sources | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1b1c7af..f24bdda 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.5.3-20090915.tar.gz +PackageKit-0.5.3-20090921.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index 2e18661..bfeb0c1 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -3,7 +3,7 @@ %define dbus_glib_version 0.74 %define polkit_version 0.92 %define libnm_glib_version 0.6.4 -%define alphatag 20090915 +%define alphatag 20090921 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -244,7 +244,15 @@ user to restart the computer or remove and re-insert the device. %patch1 -p1 -b .no-time %build -%configure --disable-static --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck --disable-strict +%configure \ + --disable-static \ + --enable-yum \ + --enable-smart \ + --with-default-backend=yum \ + --disable-local \ + --disable-ruck \ + --disable-strict \ + --disable-tests make %{?_smp_mflags} @@ -440,6 +448,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Mon Sep 21 2009 Richard Hughes - 0.5.3-0.1.20090921git +- Update to a newer git snapshot from the 0.5.x series. +- Updates to the experimental glib2 bindings +- Lots of updated translations. +- Disable the self tests to reduce the build time +- Fix crasher for 64 bit users of the codec installer +- Fix 'pkcon remove foo', where foo needed reqs to be removed too. +- Fixes #523861 + * Tue Sep 15 2009 Richard Hughes - 0.5.3-0.1.20090915git - Update to a newer git snapshot from the 0.5.x series. - Lots of updated translations. diff --git a/sources b/sources index 46e2afd..d5dea31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f440f3de9bffeb6967f2562a8a482fc3 PackageKit-0.5.3-20090915.tar.gz +b6711dbe4d77d91f9b9fcf8ef00ed102 PackageKit-0.5.3-20090921.tar.gz