- 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:
parent
72e0cfe023
commit
9655ae9040
@ -1 +1 @@
|
||||
PackageKit-0.5.3-20090915.tar.gz
|
||||
PackageKit-0.5.3-20090921.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user