diff --git a/argparse-manpage.spec b/argparse-manpage.spec index e2ea987..71046a9 100644 --- a/argparse-manpage.spec +++ b/argparse-manpage.spec @@ -29,8 +29,8 @@ There is a limited support for (deprecated) optparse objects, too. Name: argparse-manpage -Version: 1.4 -Release: 4%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: %{sum Python} BuildArch: noarch @@ -142,6 +142,9 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest %changelog +* Mon Dec 14 2020 Pavel Raiskup - 1.5-1 +- new release + * Mon Jul 27 2020 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 228e9dc..9fb7a03 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -3,7 +3,7 @@ # Prepare master branch, review the list of branches below and then execute this # script. -branches='master epel7 epel8 f30 f31' +branches='master epel7 epel8 f32 f33' exit_handler () {