- New upstream release of 0.5.5.

- Check the filename is valid before exploding. Fixes #537381
- Only check certain transaction elements, not all of them. Fixes #541645
- Handle the cnf error condition where the package name would be invalid.
    Fixes #533014
- After a successful cnf installation, re-exec new binary not
    command-not-found. Fixes #533554
- When cnf searches for available files, use our preferred arch. Fixes
    #534169
- Run the newly installed file sync so we can return a proper exit code.
    Fixes #540482
- Only email using cron when a useful action was done. Fixes #540949
- Do not split more than one locale hint to fix setting LC_ variables.
    Fixes #543716
This commit is contained in:
Richard Hughes 2009-12-07 15:40:11 +00:00
parent fb65781f39
commit bc95d87110
3 changed files with 27 additions and 16 deletions

View File

@ -1 +1 @@
PackageKit-0.5.3.tar.gz
PackageKit-0.5.5.tar.bz2

View File

@ -2,21 +2,21 @@
%define dbus_version 1.1.1
%define dbus_glib_version 0.74
%define polkit_version 0.92
%define libnm_glib_version 0.6.4
%define alphatag 20090928
%define libnm_glib_version 0.6.5
%define alphatag 20091029
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Package management service
Name: PackageKit
Version: 0.5.3
#Release: 0.2.%{?alphatag}git%{?dist}
Version: 0.5.5
#Release: 0.1.%{?alphatag}git%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.packagekit.org
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Fedora-specific: set Vendor.conf up for Fedora.
@ -454,6 +454,17 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Mon Dec 07 2009 Richard Hughes <rhughes@redhat.com> - 0.5.5-1
- New upstream release of 0.5.5.
- Check the filename is valid before exploding. Fixes #537381
- Only check certain transaction elements, not all of them. Fixes #541645
- Handle the cnf error condition where the package name would be invalid. Fixes #533014
- After a successful cnf installation, re-exec new binary not command-not-found. Fixes #533554
- When cnf searches for available files, use our preferred arch. Fixes #534169
- Run the newly installed file sync so we can return a proper exit code. Fixes #540482
- Only email using cron when a useful action was done. Fixes #540949
- Do not split more than one locale hint to fix setting LC_ variables. Fixes #543716
* Mon Oct 05 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-1
- Update to 0.5.3.
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
@ -559,7 +570,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
- Backport 4 important patches from upstream.
* Thu Apr 02 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-2
- Fix installing local files with a unicode path. Fixes rh#486720
- Fix installing local files with a unicode path. Fixes #486720
- Fix the allow cancel duplicate filtering with a patch from upstream.
* Mon Mar 30 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-1
@ -644,7 +655,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
five seconds entering the password the very first time they used PackageKit
to do an authentication.
Apply a simple patch to mitigate this, as a more invasive (and correct)
patch is upstream. A new release will follow in f10-updates. Fixes rh#469950
patch is upstream. A new release will follow in f10-updates. Fixes #469950
* Thu Oct 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.9-3
- Install the usr/share/cmake/Modules/FindQPackageKit.cmake file so we
@ -700,7 +711,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
- Many performance and other bugfixes
* Thu Oct 09 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-3
- Add a patch from upstream to fix rh#466290
- Add a patch from upstream to fix #466290
* Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-2
- Upload new sources. Ooops.
@ -813,11 +824,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
- New upstream version, only bugfixes.
* Tue Jul 15 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-6
- Silence the output of update-mime-database to fix rh#454782
- Silence the output of update-mime-database to fix #454782
* Mon Jun 23 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-5.20080618
- Own the /etc/bash_completion.d directory as we don't depend on the
bash-completion package. Fixes rh#450964.
bash-completion package. Fixes #450964.
* Wed Jun 18 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-4.20080618
- Pull in a new snapshot from the unstable branch.
@ -825,7 +836,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
* Mon Jun 11 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-3.20080611
- Pull in a new snapshot from the unstable branch.
- Fixes RH#450594 where there are insane length error messages
- Fixes #450594 where there are insane length error messages
- Get the group for the package when we do ::Detail()
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-2.20080609
@ -858,11 +869,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
* Wed Apr 16 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-3.20080416git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes rh#439735.
- Fixes #439735.
* Tue Apr 15 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-2.20080415git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes rh#442286, rh#442286 and quite a few upstream bugs.
- Fixes #442286, #442286 and quite a few upstream bugs.
* Sat Apr 12 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-1.20080412git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.

View File

@ -1 +1 @@
cbd7eb264c2536c363dc113eab60def3 PackageKit-0.5.3.tar.gz
ecdf49ed150ebc4159d5c1bcfd117efb PackageKit-0.5.5.tar.bz2