This commit is contained in:
Jakub Jelinek 2009-07-25 10:08:12 +00:00
parent 5b3f12009d
commit 542b0e2cf2
3 changed files with 15 additions and 8 deletions

View File

@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
gcc-4.4.1-20090723.tar.bz2
gcc-4.4.1-20090725.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20090723
%global SVNREV 150015
%global DATE 20090725
%global SVNREV 150077
%global gcc_version 4.4.1
# 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 2
%global gcc_release 3
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%global include_gappletviewer 1
@ -211,6 +211,7 @@ including templates and exception handling.
Summary: GNU Standard C++ Library
Group: System Environment/Libraries
Autoreq: true
Requires: glibc >= 2.10.90-7
%description -n libstdc++
The libstdc++ package contains a rewritten standard compliant GCC Standard
@ -1811,10 +1812,16 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.1-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 25 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-3
- update from gcc-4_4-branch
- PR fortran/40727
- fix unwind info for -freorder-blocks-and-partitions
(PR rtl-optimization/34999)
- fix Fortran MINLOC/MAXLOC/MINVAL/MAXVAL handling of infinities and NaNs,
speed them up (PRs fortran/40643, fortran/31067)
- fix ICE with Fortran data xfer without io unit (PR fortran/40839)
* Thu Jul 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-3
* Thu Jul 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-2
- update from gcc-4_4-branch
- PRs rtl-optimization/40710, target/40832, tree-optimization/40321
- use STB_GNU_UNIQUE symbols for inline fn local statics and

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
efd4e9fff96d944bf2b878aabe6a75f9 gcc-4.4.1-20090723.tar.bz2
e2e0ad162513321411f3fb253e3b6855 gcc-4.4.1-20090725.tar.bz2