This commit is contained in:
Jakub Jelinek 2012-05-07 16:10:48 +02:00
parent 6fbf2051a5
commit 09d4d57e3f
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/gcc-4.7.0-20120416.tar.bz2
/gcc-4.7.0-20120502.tar.bz2
/gcc-4.7.0-20120504.tar.bz2
/gcc-4.7.0-20120507.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20120504
%global SVNREV 187145
%global DATE 20120507
%global SVNREV 187244
%global gcc_version 4.7.0
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
%global gcc_release 4
%global gcc_release 5
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2641,6 +2641,12 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Mon May 7 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-5
- update from the 4.7 branch
- PRs fortran/53111, fortran/53255, target/48496, target/52999,
target/53228, tree-optimization/52633, tree-optimization/52870,
tree-optimization/53195, tree-optimization/53239
* Fri May 4 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-4
- update from the 4.7 branch
- PRs c++/53186, fortran/52864, libstdc++/53193, lto/52605,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
4adc76971f4d2e8461bfbcc739e5979c gcc-4.7.0-20120504.tar.bz2
69869f6e9a7d19e25022e10bacd90a2f gcc-4.7.0-20120507.tar.bz2