diff --git a/python.spec b/python.spec index f1a7d96..2af2c8c 100644 --- a/python.spec +++ b/python.spec @@ -22,7 +22,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} Version: 2.6 -Release: 13%{?dist} +Release: 14%{?dist} License: Python Group: Development/Languages Provides: python-abi = %{pybasever} @@ -564,6 +564,9 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so %changelog +* Fri Jun 4 2010 David Malcolm - 2.6-14 +- rebuild + * Fri Jun 4 2010 David Malcolm - 2.6-13 - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) - CVE-2010-1634: fix various integer overflow checks in the audioop