New upstream release

This commit is contained in:
Richard Hughes 2016-09-19 18:18:23 +01:00
parent b96f172ec2
commit 72aee7418c
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -62,3 +62,4 @@ PackageKit-0.6.7.tar.bz2
/libdnf-0646992.tar.gz
/PackageKit-1.1.4-20160901.tar.xz
/libdnf-9cf4fb3.tar.gz
/PackageKit-1.1.4.tar.xz

View File

@ -14,11 +14,10 @@
Summary: Package management service
Name: PackageKit
Version: 1.1.4
Release: 0.4.%{gitdate}%{?dist}
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
Source0: %{name}-%{version}-%{gitdate}.tar.xz
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
%if 0%{?bundled_libhif}
# https://github.com/rpm-software-management/libhif
@ -182,8 +181,7 @@ A simple helper that offers to install new packages on the command line
using PackageKit.
%prep
#setup -q
%setup -q -n %{name}-%{version}-%{gitdate}
%setup -q
%if 0%{?bundled_libhif}
# Extract libdnf archive
@ -341,6 +339,14 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
%{_datadir}/vala/vapi/packagekit-glib2.vapi
%changelog
* Mon Sep 19 2016 Richard Hughes <rhughes@redhat.com> - 1.1.5-1
- New upstream release
- Change the configuration of the cron script to a sysconfig-like config
- Don't crash when emitting PropertiesChanged for NULL values
- Fix several small memory leaks
- Look for command-not-found dbus socket in /run instead of /var/run
- Use GetFilesLocal in pkcon get-files if argument is a file
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.4.20160901
- Update to latest libdnf git snapshot (#1344643)

View File

@ -1,2 +1,2 @@
5dfae5f8cba9fc35b21ce664ea9558f7 PackageKit-1.1.4-20160901.tar.xz
d1a000a33c7c935522af7a01dea012bf PackageKit-1.1.4.tar.xz
f25f1d320c4433f5363252476c6f5319 libdnf-9cf4fb3.tar.gz