rpms/gcc/F-12 .cvsignore, 1.312, 1.313 gcc.spec, 1.95, 1.96 sources, 1.319, 1.320 gcc44-CVE-2009-3736.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Fri Dec 4 11:13:08 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26603

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-CVE-2009-3736.patch 
Log Message:
4.4.2-14


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -p -r1.312 -r1.313
--- .cvsignore	2 Dec 2009 10:21:44 -0000	1.312
+++ .cvsignore	4 Dec 2009 11:13:08 -0000	1.313
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.2-20091202.tar.bz2
+gcc-4.4.2-20091204.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- gcc.spec	2 Dec 2009 22:55:26 -0000	1.95
+++ gcc.spec	4 Dec 2009 11:13:08 -0000	1.96
@@ -1,9 +1,9 @@
-%global DATE 20091202
-%global SVNREV 154912
+%global DATE 20091204
+%global SVNREV 154977
 %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 13
+%global gcc_release 14
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -161,7 +161,6 @@ Patch16: gcc44-unwind-debug-hook.patch
 Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
 Patch19: gcc44-ppc64-aixdesc.patch
-Patch20: gcc44-CVE-2009-3736.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 
@@ -467,7 +466,6 @@ which are required to compile with the G
 %patch18 -p0 -b .libstdc++-docs~
 %endif
 %patch19 -p0 -b .ppc64-aixdesc~
-%patch20 -p0 -b .CVE-2009-3736~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1851,6 +1849,13 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Fri Dec  4 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-14
+- update from gcc-4_4-branch
+  - PRs libstdc++/42261, middle-end/42049
+- backport C++0x ICE fix from trunk (PR c++/42266)
+- fortran !$omp workshare improvements (PR fortran/35423)
+- FMA4 and XOP fixes
+
 * Wed Dec  2 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-13
 - fix security issues in libltdl bundled within libgcj (CVE-2009-3736)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -p -r1.319 -r1.320
--- sources	2 Dec 2009 14:58:27 -0000	1.319
+++ sources	4 Dec 2009 11:13:08 -0000	1.320
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-74a02ed7bf5efa323ab4113d7e5331b5  gcc-4.4.2-20091202.tar.bz2
+dcff137d5ba8e70cd5cf8fcd0b34ede6  gcc-4.4.2-20091204.tar.bz2


--- gcc44-CVE-2009-3736.patch DELETED ---




More information about the scm-commits mailing list