diff --git a/python3.spec b/python3.spec index afce2a0..6b6d0a3 100644 --- a/python3.spec +++ b/python3.spec @@ -133,7 +133,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python3 Version: %{pybasever}.2 -Release: 2%{?dist} +Release: 3%{?dist} License: Python Group: Development/Languages @@ -1687,6 +1687,9 @@ fi # ====================================================== %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 3.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Tue Jul 25 2017 Charalampos Stratakis - 3.6.2-2 - Make test_asyncio to not depend on the current SIGHUP signal handler.