diff --git a/.gitignore b/.gitignore index bf242cc..56d542e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /copr-cli-1.44.tar.gz /copr-cli-1.45.tar.gz /copr-cli-1.47.tar.gz +/copr-cli-1.49.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 6976f7c..4f2e5c7 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -8,7 +8,7 @@ %endif Name: copr-cli -Version: 1.47 +Version: 1.49 Release: 1%{?dist} Summary: Command line interface for COPR @@ -97,6 +97,13 @@ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %endif %changelog +* Sun Mar 20 2016 Jakub Kadlčík 1.49-1 +- allow creating group projects +- bug 1309101 - copr-cli doesn't handle string input for 'status' + +* Mon Mar 14 2016 Jakub Kadlčík 1.48-1 +- support building from PyPI + * Fri Jan 29 2016 Miroslav Suchý 1.47-1 - gfix 1302615 - UnboundLocalError: local variable 'bar' referenced before assignment when building from URLs diff --git a/sources b/sources index 9c3de16..37ea29c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -708532338e1d235b03f9a46af006ee70 copr-cli-1.47.tar.gz +f283e7d7b8104006931c7f5e95fb8e60 copr-cli-1.49.tar.gz