diff --git a/py3c.spec b/py3c.spec index 343fcf1..391604e 100644 --- a/py3c.spec +++ b/py3c.spec @@ -3,7 +3,7 @@ Name: py3c Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -89,6 +89,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jan 30 2020 Petr Viktorin - 1.2-1 - Update to 1.2 to fix tests under Python 3.9 - BuildRequire python3-setuptools explicitly