From a8d4cc26b7a6f8a89f8143150f7abd556df46a47 Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Feb 03 2016 13:41:34 +0000 Subject: Update copr-cli to 1.47-1 --- diff --git a/.gitignore b/.gitignore index 434e7d5..bf242cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /copr-cli-1.43.tar.gz /copr-cli-1.44.tar.gz /copr-cli-1.45.tar.gz +/copr-cli-1.47.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 25ac2ec..6976f7c 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -1,10 +1,14 @@ -%if 0%{?rhel} < 7 && 0%{?rhel} > 0 +%if 0%{?rhel} > 0 +%if 0%{?rhel} <= 7 %global _pkgdocdir %{_docdir}/%{name}-%{version} +%endif +%if 0%{?rhel} <= 6 %global __python2 %{__python} %endif +%endif Name: copr-cli -Version: 1.45 +Version: 1.47 Release: 1%{?dist} Summary: Command line interface for COPR @@ -29,7 +33,7 @@ BuildRequires: python-argparse %endif Requires: python-setuptools -Requires: python-copr +Requires: python-copr >= 1.63 Requires: wget %if 0%{?rhel} < 7 && 0%{?rhel} > 0 Requires: python-argparse @@ -76,6 +80,7 @@ install -p -m 644 man/copr-cli.1 %{buildroot}/%{_mandir}/man1/ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %files +%{!?_licensedir:%global license %doc} %license LICENSE %doc README.rst %{_bindir}/copr-cli @@ -86,11 +91,32 @@ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %if 0%{?fedora} -%license LICENSE %files doc +%{!?_licensedir:%global license %doc} +%license LICENSE %endif %changelog +* Fri Jan 29 2016 Miroslav Suchý 1.47-1 +- gfix 1302615 - UnboundLocalError: local variable 'bar' referenced before + assignment when building from URLs +- gman pages updated for 1292033 - copr-cli ignores multiple package + arguments if the first is a local file +- grequire sufficiently new python-copr package +- gadd DummyBar.finish() stub +- compatibility with el6 and el7 +- add --config option +- fix packaging for epel-6+ and fedora-22+ +- Added MANIFEST.in for python and cli + +* Mon Nov 02 2015 Miroslav Suchý 1.46-1 +- Removed __version__ from cli and python +- Added version parse from specs instead of __init__ +- Fixed invalid classifiers +- Fixes to allow copr-cli to be installed using setup.py +- ImportError: No module named exceptions +- Display progress bar if python-progress is available + * Mon Oct 12 2015 Valentin Gologuzov 1.45-1 - build action: accept any character in the username diff --git a/sources b/sources index ce1fa26..9c3de16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d810327b1a61751b081b144cb085137d copr-cli-1.45.tar.gz +708532338e1d235b03f9a46af006ee70 copr-cli-1.47.tar.gz