diff --git a/.gitignore b/.gitignore index e58df3f..d01a749 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /gcc-4.6.0-20110408.tar.bz2 /gcc-4.6.0-20110413.tar.bz2 /gcc-4.6.0-20110419.tar.bz2 +/gcc-4.6.0-20110428.tar.bz2 diff --git a/gcc.spec b/gcc.spec index fd2a1c1..2c325c0 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,9 +1,9 @@ -%global DATE 20110419 -%global SVNREV 172724 +%global DATE 20110428 +%global SVNREV 173071 %global gcc_version 4.6.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 5 +%global gcc_release 6 %global _unpackaged_files_terminate_build 0 %global multilib_64_archs sparc64 ppc64 s390x x86_64 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha @@ -2342,6 +2342,16 @@ fi %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin %changelog +* Thu Apr 28 2011 Jakub Jelinek 4.6.0-6 +- update from the 4.6 branch + - PRs c++/42687, c++/46304, c++/48046, c++/48657, c++/48707, c++/48726, + c/48685, c/48716, c/48742, debug/48768, fortran/47976, + fortran/48588, libstdc++/48521, lto/48148, lto/48492, + middle-end/48695, other/48748, preprocessor/48740, target/48288, + target/48708, target/48723, tree-optimization/48611, + tree-optimization/48717, tree-optimization/48731, + tree-optimization/48734 + * Tue Apr 19 2011 Jakub Jelinek 4.6.0-5 - update from the 4.6 branch - PRs c++/48537, c++/48632, fortran/48360, fortran/48456, diff --git a/sources b/sources index 91ca0ad..65afbaf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz -99eb1e7589f837cb1dbae249e81e77ac gcc-4.6.0-20110419.tar.bz2 +be7ba999b28a132aa8d82e6146038a58 gcc-4.6.0-20110428.tar.bz2