New upstream release

This commit is contained in:
Richard Hughes 2014-09-02 12:01:40 +01:00
parent 4b9a8531fa
commit ce12da0703
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ PackageKit-0.6.7.tar.bz2
/PackageKit-0.9.2.tar.xz
/PackageKit-0.9.3.tar.xz
/PackageKit-0.9.4.tar.xz
/PackageKit-0.9.5.tar.xz

View File

@ -8,8 +8,8 @@
Summary: Package management service
Name: PackageKit
Version: 0.9.4
Release: 4%{?dist}
Version: 0.9.5
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/PackageKit/
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
@ -273,6 +273,7 @@ popd > /dev/null
%{_datadir}/polkit-1/rules.d/*
%{_datadir}/PackageKit/pk-upgrade-distro.sh
%{_libexecdir}/packagekitd
%{_libexecdir}/packagekit-direct
%{_bindir}/pkmon
%{_bindir}/pkcon
%{_bindir}/pk-debuginfo-install
@ -342,6 +343,16 @@ popd > /dev/null
%changelog
* Tue Sep 02 2014 Richard Hughes <rhughes@redhat.com> - 0.9.5-1
- New upstream release
- Add a new tool called packagekit-direct that can run without a daemon
- Do not commit the transaction manually but instead set the correct state
- Do not log a critical warning when idle exiting
- Fix a crash when refreshing a repo that is not enabled
- Fix a crash when we are cancelling a transaction that has not yet been run
- Regenerate the SAT indexes when refreshing the cache
- Remove remaining time reporting
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
a927e5c951e0b4e998f6fb69bb69c48a PackageKit-0.9.4.tar.xz
a8cd054e35e1967cbffc2215e9dbf628 PackageKit-0.9.5.tar.xz