diff --git a/.gitignore b/.gitignore index 3174482..4ba1eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /copr-cli-1.31.tar.gz /copr-cli-1.32.tar.gz +/copr-cli-1.33.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 554cf68..2f07a2a 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -4,8 +4,8 @@ %endif Name: copr-cli -Version: 1.32 -Release: 2%{?dist} +Version: 1.33 +Release: 1%{?dist} Summary: Command line interface for COPR Group: Applications/Productivity @@ -96,8 +96,13 @@ cp -a documentation/python-doc %{buildroot}%{_pkgdocdir}/ %endif %changelog -* Sat Jun 07 2014 Fedora Release Engineering - 1.32-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* 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 +- error and shell return code 1 when build fails +- delete a project +- shell return codes with errors +- copr-cli cancel fix * Thu Apr 10 2014 Miroslav Suchý 1.32-1 - be less strict in parsing fas/copr-name diff --git a/sources b/sources index a361208..a2e3566 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -661fac9d6ccba9d07092636b912066d6 copr-cli-1.32.tar.gz +9134e1d93b3dd1e3b48e9ddf34835cd6 copr-cli-1.33.tar.gz