diff --git a/.gitignore b/.gitignore index 8f4f1c6..cc006aa 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,5 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-1.1.3.tar.xz /PackageKit-1.1.4-20160805.tar.xz /libdnf-c0a107b.tar.gz +/PackageKit-1.1.4-20160825.tar.xz +/libdnf-0646992.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index dc7e457..4e83581 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -1,20 +1,20 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") -%global gitdate 20160805 +%global gitdate 20160825 %global bundled_libhif 1 %global glib2_version 2.46.0 %global libdnf_version 0.7.0 %if 0%{?bundled_libhif} -%global commit1 c0a107bc7ccc82dced93382bc55ff254944fdb21 +%global commit1 0646992584c7f1839865625f0da0528b73a6548a %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) %endif Summary: Package management service Name: PackageKit Version: 1.1.4 -Release: 0.1.%{gitdate}%{?dist} +Release: 0.2.%{gitdate}%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/PackageKit/ #Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz @@ -341,6 +341,9 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || : %{_datadir}/vala/vapi/packagekit-glib2.vapi %changelog +* Wed Aug 31 2016 Kalev Lember - 1.1.4-0.2.20160825 +- Update to latest git snapshot + * Fri Aug 05 2016 Kalev Lember - 1.1.4-0.1.20160805 - Update to today's git snapshot - Switch to new libdnf based backend diff --git a/sources b/sources index c3668bd..c3d5a49 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -3dc899370870b6b90711aee60ae8a0a1 PackageKit-1.1.4-20160805.tar.xz -3231c394ea6e577e9c04f0ddabcf3908 libdnf-c0a107b.tar.gz +322f648bc609db03bb4c8eee3c2c0e3e PackageKit-1.1.4-20160825.tar.xz +6d329d74d8ff0a85578ec664b88c2161 libdnf-0646992.tar.gz