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

This commit is contained in:
David Malcolm 2010-08-11 17:31:19 -04:00
parent 034cab8256
commit bf880f673d
1 changed files with 4 additions and 1 deletions

View File

@ -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@redhat.com> - 4.5.0-3.1
- recompiling .py files against Python 2.7 (rhbz#623302)
* Fri Jul 16 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-3
- update from gcc-4_5-branch
- PRs ada/43731, fortran/44773, pch/14940, testsuite/44325