From 110cfb023569bdc72666ebb933173bae45f628e4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Jan 20 2014 16:21:33 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 5a080f2..7fc59f1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.8.13.tar.xz /PackageKit-0.8.14.tar.xz /PackageKit-0.8.15.tar.xz +/PackageKit-0.8.16.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index d072b80..08abe0b 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -5,8 +5,8 @@ Summary: Package management service Name: PackageKit -Version: 0.8.15 -Release: 4%{?dist} +Version: 0.8.16 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -22,10 +22,6 @@ Requires: shared-mime-info Requires: comps-extras Requires: systemd -# This is for https://bugzilla.redhat.com/show_bug.cgi?id=1041577 and can be -# removed when libsolv is available in updates -Requires: libsolv >= 0.4.1 - # required by patch4 BuildRequires: automake gtk-doc libtool BuildRequires: glib2-devel >= 2.32.0 @@ -62,9 +58,9 @@ BuildRequires: bash-completion %endif %if !0%{?rhel} -BuildRequires: hawkey-devel >= 0.3.13 +BuildRequires: hawkey-devel >= 0.4.6 BuildRequires: rpm-devel >= 4.11.0 -BuildRequires: librepo-devel >= 1.0.0 +BuildRequires: librepo-devel >= 1.1.5 BuildRequires: libsolv-devel %endif @@ -340,6 +336,18 @@ popd > /dev/null %{_datadir}/gtk-doc/html/PackageKit %changelog +* Mon Jan 20 2014 Richard Hughes - 0.8.16-1 +- New upstream release +- hawkey: Do not fail when update details are no longer available +- hawkey: Do the refresh-cache transaction in a thread +- hawkey: Support .treeinfo DVD repos +- Set all the proxy settings when using pkcon +- Clear the prepared-updates file only when the update is invalidated +- Do not show an error if GetDepends is not supported +- Do not use the '…' character when talking to plymouth +- Don't use the default main context in sync PkClient methods +- Only scan .desktop files in the datadir + * Mon Jan 06 2014 Václav Pavlín - 0.8.15-4 - Replace systemctl call with systemd-rpm macros and missing macros (#857376) diff --git a/sources b/sources index 23af4f6..4162d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -147e35b64e3e3b9ca8b2baefb37531f6 PackageKit-0.8.15.tar.xz +a7893d3dccdd37ece424c9a316c6d750 PackageKit-0.8.16.tar.xz