From a889498dd9436069ef499e1437101b1c3ba2f655 Mon Sep 17 00:00:00 2001 From: Jan Silhan Date: Sep 04 2014 13:49:46 +0000 Subject: New upstream version: d8e8044 --- diff --git a/.gitignore b/.gitignore index ddc353d..c62dad0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /dnf-plugins-core-c897eac.tar.xz /dnf-plugins-core-bc10258.tar.xz /dnf-plugins-core-87e557d.tar.xz +/dnf-plugins-core-d8e8044.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index b90fde6..0837112 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,8 +1,8 @@ -%global gitrev 87e557d +%global gitrev d8e8044 %global dnf_version 0.5.3 Name: dnf-plugins-core -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -25,7 +25,10 @@ Requires: pykickstart Requires: python-requests %description -Core Plugins for DNF. +Core Plugins for DNF. This package enhance DNF with builddep, copr, +debuginfo-install, download, kickstart and repoquery commands. Additionally +provides generate_completion_cache, noroot and protected_packages passive +plugins. %package -n python3-dnf-plugins-core Summary: Core Plugins for DNF @@ -84,6 +87,23 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %changelog +* Thu Sep 4 2014 Jan Silhan - 0.1.3-1 +- repoquery: output times in UTC. (Ales Kozumplik) +- repoquery: missing help messages. (Ales Kozumplik) +- repoquery: add --info. (RhBug:1135984) (Ales Kozumplik) +- add Jan to AUTHORS. (Ales Kozumplik) +- spec: extended package description with plugin names and commands (Related:RhBug:1132335) (Jan Silhan) +- copr: check for 'ok' in 'output' for json data (RhBug:1134378) (Igor Gnatenko) +- README: changed references to new repo location (Jan Silhan) +- transifex update (Jan Silhan) +- copr: convert key to unicode before guessing lenght (Miroslav Suchý) +- Add pnemade to AUTHORS (Ales Kozumplik) +- debuginfo-install: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade) +- copr: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade) +- copr: implement help command (Igor Gnatenko) +- debuginfo-install: fix indenting (Igor Gnatenko) +- debuginfo-install: use srpm basename for debuginfo (Igor Gnatenko) + * Mon Jul 28 2014 Aleš Kozumplík - 0.1.2-1 - BashCompletionCache: error strings are unicoded (RhBug:1118809) (Jan Silhan) - transifex update (Jan Silhan) @@ -225,3 +245,4 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ * Fri Dec 20 2013 Aleš Kozumplík - 0.0.1-1 - The initial package version. + diff --git a/sources b/sources index ceadc2f..78c1011 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f547199279c44d178907dbd2a91a3a4e dnf-plugins-core-87e557d.tar.xz +6e599a6d2092296862f352b00eb20661 dnf-plugins-core-d8e8044.tar.xz