4.7.0-0.18

This commit is contained in:
Jakub Jelinek 2012-02-29 10:52:44 +01:00
parent 02343d2d87
commit 055a7a490c
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/gcc-4.7.0-20120223.tar.bz2
/gcc-4.7.0-20120224.tar.bz2
/gcc-4.7.0-20120227.tar.bz2
/gcc-4.7.0-20120229.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20120227
%global SVNREV 184609
%global DATE 20120229
%global SVNREV 184655
%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 0.17
%global gcc_release 0.18
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2635,6 +2635,14 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Wed Feb 29 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-0.18
- update from trunk
- PRs boehm-gc/48299, bootstrap/52397, bootstrap/52414, fortran/52386,
libstdc++/52191, lto/52400, middle-end/51752, target/49448,
target/51534, target/52148, target/52407, tree-optimization/52395,
tree-optimization/52402, tree-optimization/53207
- fix bootstrap on ppc*/arm/s390*
* Mon Feb 27 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-0.17
- update from trunk
- PRs boehm-gc/52179, libffi/52223, libstdc++/52188, middle-end/52355,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
2179148d862b6da261b6677154d584b1 gcc-4.7.0-20120227.tar.bz2
b1fc3806627721081d3f9e7138c17de4 gcc-4.7.0-20120229.tar.bz2