diff --git a/python.spec b/python.spec index 51eb7d7..3992888 100644 --- a/python.spec +++ b/python.spec @@ -106,7 +106,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.5 -Release: 3%{?dist} +Release: 4%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -2003,6 +2003,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 2.7.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Jul 08 2013 Bohuslav Kabrda - 2.7.5-3 - Fix build with libffi containing multilib wrapper for ffi.h (rhbz#979696).