From a6f0018c862cd3be744595b9604bd58a4ea4bbc1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 23:14:41 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- py3c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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