This commit is contained in:
Jakub Jelinek 2010-04-07 13:10:57 +00:00
parent 04b13b88d4
commit 3ac313c7c8
4 changed files with 13 additions and 5 deletions

View File

@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
gcc-4.4.3-20100401.tar.bz2
gcc-4.4.3-20100407.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20100401
%global SVNREV 157910
%global DATE 20100407
%global SVNREV 158059
%global gcc_version 4.4.3
# 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 14
%global gcc_release 15
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@ -1876,6 +1876,13 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Wed Apr 7 2010 Jakub Jelinek <jakub@redhat.com> 4.4.3-15
- update from gcc-4_4-branch
- PRs libfortran/43605, target/43638
- AMD XOP fixes (#579493, PRs target/42664, target/43667)
- fix raw string support on big endian hosts (PR preprocessor/43642)
- allow -gdwarf-4 option
* Thu Apr 1 2010 Jakub Jelinek <jakub@redhat.com> 4.4.3-14
- update from gcc-4_4-branch
- PRs other/43562, c++/41185, c++/41786, fortran/43409, fortran/43551,

View File

@ -15,3 +15,4 @@ gcc-4_4_3-11_fc13:F-13:gcc-4.4.3-11.fc13.src.rpm:1269273622
gcc-4_4_3-12_fc13:F-13:gcc-4.4.3-12.fc13.src.rpm:1269531219
gcc-4_4_3-13_fc13:F-13:gcc-4.4.3-13.fc13.src.rpm:1269701401
gcc-4_4_3-14_fc13:F-13:gcc-4.4.3-14.fc13.src.rpm:1270134283
gcc-4_4_3-15_fc13:F-13:gcc-4.4.3-15.fc13.src.rpm:1270645785

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
d8da20f9cf87eeef0d235a93e5ef197f gcc-4.4.3-20100401.tar.bz2
56f0fb3a321d76a9b73a04b38f4714f9 gcc-4.4.3-20100407.tar.bz2