This commit is contained in:
Jakub Jelinek 2009-11-23 17:44:31 +00:00
parent 5bcda03961
commit 9c8124b23d
3 changed files with 14 additions and 5 deletions

View File

@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
gcc-4.4.2-20091114.tar.bz2
gcc-4.4.2-20091123.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20091114
%global SVNREV 154179
%global DATE 20091123
%global SVNREV 154454
%global gcc_version 4.4.2
# 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 10
%global gcc_release 11
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%global include_gappletviewer 1
@ -1849,6 +1849,15 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Mon Nov 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.2-11
- update from gcc-4_4-branch
- PRs c++/42059, c++/42061, libgfortran/42090
- VTA backports
- PRs debug/41886, debug/41888, debug/41926, tree-optimization/42078
- optimize non-COMDAT constructors and destructors without virtual
bases by making the base and complete ctor or dtor aliases of
each other (PR c++/3187)
* Sat Nov 14 2009 Jakub Jelinek <jakub@redhat.com> 4.4.2-10
- update from gcc-4_4-branch
- PRs c++/21008, c++/37037, c++/41972, c++/41994, middle-end/40946,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
bcc990c4eafa005e2e15db24e8745cd1 gcc-4.4.2-20091114.tar.bz2
304e846b0922cd60a211020968bc0425 gcc-4.4.2-20091123.tar.bz2