- Fix a race in the PkBackendSpawn code that sometimes lead to truncated

package lists from repeated simple queries that needed to change the
    dispatcher.
- Resolves: #566200
This commit is contained in:
Richard Hughes 2010-02-19 12:45:07 +00:00
parent b68ea492f8
commit f37af8f387
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
PackageKit-0.6.2-20100209.tar.bz2
PackageKit-0.6.2-20100219.tar.bz2

View File

@ -3,7 +3,7 @@
%define dbus_glib_version 0.74
%define polkit_version 0.92
%define libnm_glib_version 0.6.5
%define alphatag 20100209
%define alphatag 20100219
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@ -458,6 +458,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Fri Feb 19 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-0.1.20100219git
- Fix a race in the PkBackendSpawn code that sometimes lead to truncated package
lists from repeated simple queries that needed to change the dispatcher.
- Resolves: #566200
* Tue Feb 09 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-0.1.20100209git
- Rebuild for twaugh's printer driver install F13 feature.
- Install the gir and typelib files in the correct directory.

View File

@ -1 +1 @@
dca364a89ace304a20c84fdf17f70b2b PackageKit-0.6.2-20100209.tar.bz2
f2f6aca86338ba9875c1b16542047df6 PackageKit-0.6.2-20100219.tar.bz2