[gcc] recompiling .py files against Python 2.7 (rhbz#623302)

dmalcolm dmalcolm at fedoraproject.org
Wed Aug 11 21:28:43 UTC 2010


commit bf880f673db47e26557140bf9b9f4f413f2462f9
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Wed Aug 11 17:31:19 2010 -0400

    recompiling .py files against Python 2.7 (rhbz#623302)

 gcc.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 8c7a42a..b0e5b6d 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -39,7 +39,7 @@
 Summary: Various compilers (C, C++, Objective-C, Java, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}
+Release: %{gcc_release}%{?dist}.1
 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@@ -1962,6 +1962,9 @@ fi
 %endif
 
 %changelog
+* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 4.5.0-3.1
+- recompiling .py files against Python 2.7 (rhbz#623302)
+
 * Fri Jul 16 2010 Jakub Jelinek <jakub at redhat.com> 4.5.0-3
 - update from gcc-4_5-branch
   - PRs ada/43731, fortran/44773, pch/14940, testsuite/44325


More information about the scm-commits mailing list