From 41de70ae0eefc303657cdb6400eaa640c41721c1 Mon Sep 17 00:00:00 2001 From: Michal Luscon Date: Mon, 16 Nov 2015 16:48:43 +0100 Subject: [PATCH] Update dnf-plugins-core to 0.1.14-1 --- .gitignore | 1 + dnf-plugins-core.spec | 29 ++++++++++++++++++++++------- sources | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0d4685b..535ecca 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /dnf-plugins-core-0.1.11.tar.gz /dnf-plugins-core-0.1.12.tar.gz /dnf-plugins-core-0.1.13.tar.gz +/dnf-plugins-core-0.1.14.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index f3f0bff..2e96338 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,10 +1,10 @@ -%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 1.1.2} +%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 1.1.4} %{?!dnf_not_compatible: %global dnf_not_compatible 2.0} %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.13 -Release: 2%{?snapshot}%{?dist} +Version: 0.1.14 +Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -44,7 +44,7 @@ BuildRequires: python-sphinx BuildRequires: python2-devel Requires: python2-dnf >= %{dnf_lowest_compatible} Requires: python2-dnf < %{dnf_not_compatible} -Requires: python-hawkey >= hawkey_version +Requires: python-hawkey >= %{hawkey_version} Conflicts: dnf-plugins-core <= 0.1.5 %description -n python-dnf-plugins-core Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr, @@ -62,7 +62,7 @@ BuildRequires: python3-nose BuildRequires: python3-sphinx Requires: python3-dnf >= %{dnf_lowest_compatible} Requires: python3-dnf < %{dnf_not_compatible} -Requires: python3-hawkey >= hawkey_version +Requires: python3-hawkey >= %{hawkey_version} Conflicts: dnf-plugins-core <= 0.1.5 %description -n python3-dnf-plugins-core Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr, @@ -119,8 +119,23 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog -* Tue Nov 10 2015 Fedora Release Engineering - 0.1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 +* Mon Nov 16 2015 Michal Luscon 0.1.14-1 +- zanata update (Jan Silhan) +- repoquery: do not require loading metadata when we want to query system only + (Jan Silhan) +- repoquery: fix unicode tracebacks (Michal Luscon) +- repoquery: use new methods recent, extras, unneeded (Michal Luscon) +- repoquery: use new api methods duplicated and latest (RhBug:1231572) (Michal + Luscon) +- Exit with non-zero status if strict and package not found (alde) +- Fix cmdline conversion to unicode (RhBug:1265210) (Michal Domonkos) +- Remove extra 'l' in test class name (Alexander Todorov) +- copr: PEP formating (Miroslav Suchý) +- copr: allow to use staging instance of Copr for testing (Miroslav Suchý) +- do not use @ in repoid (RhBug:1280416) (Miroslav Suchý) +- reverts unintentional releaser from e035152 (Jan Silhan) +- don't look for builddeps on source packages (RhBug:1272936) (Michael Mraka) +- Fix hawkey version constraint (Neal Gompa (ニール・ゴンパ)) * Wed Oct 14 2015 Jan Silhan 0.1.13-1 - updated: release notes for 0.1.13 (Jan Silhan) diff --git a/sources b/sources index 63aea85..b2d38bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7233d1e132ad4de6d8d4645da928d6e3 dnf-plugins-core-0.1.13.tar.gz +9c9fd25ff5959a15833f10f8858c7a0f dnf-plugins-core-0.1.14.tar.gz