New upstream release
This commit is contained in:
parent
4b9a8531fa
commit
ce12da0703
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user