New upstream release

This commit is contained in:
Richard Hughes 2014-04-29 13:27:33 +01:00
parent 8bf2a23695
commit 309307a7bc
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ PackageKit-0.6.7.tar.bz2
/PackageKit-0.9.1-20140226.tar.xz
/PackageKit-0.9.1-20140307.tar.xz
/PackageKit-0.9.1.tar.xz
/PackageKit-0.9.2.tar.xz

View File

@ -8,12 +8,11 @@
Summary: Package management service
Name: PackageKit
Version: 0.9.1
Release: 2%{?dist}
Version: 0.9.2
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.packagekit.org
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{gitdate}.tar.xz
URL: http://www.freedesktop.org/software/PackageKit/
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
# Fedora-specific: set Vendor.conf up for Fedora.
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
@ -344,6 +343,15 @@ popd > /dev/null
%changelog
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 0.9.2-1
- New upstream release
- Don't crash when polkit_authority_get_sync() fails
- Fix get-roles and remove trailing semicolon on repo-set-data
- Link gstreamer plugin against 1.0 as well
- Only search for packages when shell is interactive
- Reduce logging verbosity in systemd-updates
- Show the full package name and version in the systemd-updates logs
* Fri Apr 11 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.9.1-2
- gstreamer-plugin: Remove unnecessary outdated "Requires: gstreamer" (#1086199)

View File

@ -1 +1 @@
7bdc4a0b5f28193104eced81ea0423a8 PackageKit-0.9.1.tar.xz
17ffc13ad8ad28a135b3093402b9254c PackageKit-0.9.2.tar.xz