From d2e54821f9e52a4af956ea0648872184f5c056d1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 24 Mar 2014 11:09:47 +0000 Subject: [PATCH] New upstream release --- .gitignore | 1 + PackageKit.spec | 27 +++++++++++++++++++-------- sources | 2 +- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 59f61fd..c81b4c3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.9.1-20140217.tar.xz /PackageKit-0.9.1-20140226.tar.xz /PackageKit-0.9.1-20140307.tar.xz +/PackageKit-0.9.1.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index a181f08..4b29801 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -1,6 +1,6 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") -%define gitdate 20140307 +##%define gitdate 20140307 %define _default_patch_fuzz 2 %global __python %{__python3} @@ -9,11 +9,11 @@ Summary: Package management service Name: PackageKit Version: 0.9.1 -Release: 0.8.20140226%{?dist} +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 +Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz +#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{gitdate}.tar.xz # Fedora-specific: set Vendor.conf up for Fedora. Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch @@ -177,8 +177,8 @@ 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 +#%setup -q -n %{name}-%{version}-%{gitdate} %patch0 -p1 -b .fedora %build @@ -193,6 +193,7 @@ using PackageKit. --disable-bash-completion \ %endif --with-default-backend=auto \ + --with-python-package-dir=%{python3_sitearch} \ --disable-local \ --disable-strict \ --disable-silent-rules \ @@ -252,12 +253,12 @@ popd > /dev/null %dir %{_sysconfdir}/PackageKit/events/pre-transaction.d %{_sysconfdir}/PackageKit/events/*.d/README %dir %{_localstatedir}/lib/PackageKit -%dir %{python_sitelib}/packagekit +%dir %{python3_sitearch}/packagekit %dir %{_localstatedir}/cache/PackageKit %ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite %dir %{_localstatedir}/cache/PackageKit/downloads %dir %{_localstatedir}/cache/PackageKit/metadata -%{python_sitelib}/packagekit/*py* +%{python3_sitearch}/packagekit/*py* %if !0%{?rhel} %{_datadir}/bash-completion/completions/pkcon %endif @@ -344,6 +345,16 @@ popd > /dev/null %changelog +* Mon Mar 24 2014 Richard Hughes - 0.9.1-1 +- New upstream release +- Assume we don't want to install source packages with pkcon +- Do not install into python_sitelib +- Fall back to a details search for 'pkcon search foo' +- gstreamer-plugin: Link with gstreamer 1.0 +- hawkey: Add support for the 'source' filter for queries +- Set an idle IO priority for background threaded transactions +- Set the default cache-age to 'never' + * Fri Mar 07 2014 Kalev Lember - 0.9.1-0.8.20140226 - Update to today's master snapshot for an offline updates fix diff --git a/sources b/sources index 44baa1d..480d30e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9933606be0bd87d745ba3fc03ab46655 PackageKit-0.9.1-20140307.tar.xz +7bdc4a0b5f28193104eced81ea0423a8 PackageKit-0.9.1.tar.xz