diff --git a/.gitignore b/.gitignore index bd17983..d1cb55a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /python-copr-1.70.tar.gz /python-copr-1.71.tar.gz /python-copr-1.72.tar.gz +/python-copr-1.73.tar.gz diff --git a/python-copr.spec b/python-copr.spec index d9bdfe2..16e0d9a 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -10,8 +10,8 @@ %endif Name: python-copr -Version: 1.72 -Release: 2%{?dist} +Version: 1.73 +Release: 1%{?dist} Summary: Python interface for Copr Group: Applications/Productivity @@ -185,8 +185,10 @@ popd %endif %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 1.72-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages +* Mon Aug 15 2016 clime 1.73-1 +- Bug 1361344 - RFE: Allow denial of build deletion and resubmitting at project or group level +- fix creating group projects +- fix search for projects within group (RhBug: 1337247) * Fri Jul 01 2016 clime 1.72-1 - run pylint check during build only if python3 is defined diff --git a/sources b/sources index e9328ae..491c66e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22a933242ee1e13446746972bc09cbae python-copr-1.72.tar.gz +04a9c22e901c66fb63da376eee186140 python-copr-1.73.tar.gz