From 5aeab5bfb4de75f56f9b635ddfcb18af3e7d79c3 Mon Sep 17 00:00:00 2001 From: Jan Silhan Date: Mon, 25 Jan 2016 17:41:19 +0100 Subject: [PATCH] Update dnf-plugins-core to 0.1.16-1 --- .gitignore | 1 + dnf-plugins-core.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66de9a2..cc2e559 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /dnf-plugins-core-0.1.13.tar.gz /dnf-plugins-core-0.1.14.tar.gz /dnf-plugins-core-0.1.15.tar.gz +/dnf-plugins-core-0.1.16.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index a007f13..3b94e9e 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,7 +3,7 @@ %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.15 +Version: 0.1.16 Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -123,6 +123,20 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Mon Jan 25 2016 Jan Silhan 0.1.16-1 +- zanata update (Jan Silhan) +- AUTHORS: updated (Jan Silhan) +- run noroot in non cli mode (RhBug:1297511) (Jan Silhan) +- Sanitize repos containing a tilde in the URL (François RIGAULT) +- contributor added (clime) +- latest-limit option moved to base set of options making it compatible with + --queryformat and other output formatters (RhBug: 1292475) (clime) +- builddep: do not download source package (Jeff Smith) +- repoquery: keep --autoremove as secret option (Jan Silhan) +- cosmetic: repoquery: remove unused imports (Jan Silhan) +- doc: repoquery: --recent (Jan Silhan) +- doc: renamed autoremove to unneeded and extended docs (Jan Silhan) + * Fri Dec 18 2015 Michal Luscon 0.1.15-1 - Make it possible to specify the source package name as parameter in stub constructor. (Alexander Todorov) diff --git a/sources b/sources index 1ca4864..dcee5a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dda88a597ffd48de15346eef694cc013 dnf-plugins-core-0.1.15.tar.gz +7299314e8ed1191ed6d7a73db24e78c6 dnf-plugins-core-0.1.16.tar.gz