diff --git a/.gitignore b/.gitignore index 4ba1eb6..323de27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /copr-cli-1.31.tar.gz /copr-cli-1.32.tar.gz /copr-cli-1.33.tar.gz +/copr-cli-1.35.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 2f07a2a..55d2e08 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -4,7 +4,7 @@ %endif Name: copr-cli -Version: 1.33 +Version: 1.35 Release: 1%{?dist} Summary: Command line interface for COPR @@ -96,6 +96,12 @@ cp -a documentation/python-doc %{buildroot}%{_pkgdocdir}/ %endif %changelog +* Fri Jul 04 2014 Miroslav Suchý 1.35-1 +- [cli] stop waiting when the status is unknown + +* Fri Jul 04 2014 Miroslav Suchý 1.34-1 +- [cli] skipped state support + * Thu Jun 19 2014 Miroslav Suchý 1.33-1 - cancel added to the man page - exit code 4 for failed build and man pages updated diff --git a/sources b/sources index a2e3566..2eb300d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9134e1d93b3dd1e3b48e9ddf34835cd6 copr-cli-1.33.tar.gz +ad86b0607660f2ae5add81b2c6bb4f04 copr-cli-1.35.tar.gz