- 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
This commit is contained in:
Richard Hughes 2009-09-21 12:04:24 +00:00
parent 72e0cfe023
commit 9655ae9040
3 changed files with 21 additions and 4 deletions

View File

@ -1 +1 @@
PackageKit-0.5.3-20090915.tar.gz
PackageKit-0.5.3-20090921.tar.gz

View File

@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.5.3-0.1.20090915git
- Update to a newer git snapshot from the 0.5.x series.
- Lots of updated translations.

View File

@ -1 +1 @@
f440f3de9bffeb6967f2562a8a482fc3 PackageKit-0.5.3-20090915.tar.gz
b6711dbe4d77d91f9b9fcf8ef00ed102 PackageKit-0.5.3-20090921.tar.gz