rpms/gcc/F-12 .cvsignore, 1.325, 1.326 gcc.spec, 1.111, 1.112 sources, 1.333, 1.334 gcc44-rh559186.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Thu Feb 11 21:41:22 UTC 2010


Author: jakub

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

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-rh559186.patch 
Log Message:
4.4.3-6


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -p -r1.325 -r1.326
--- .cvsignore	8 Feb 2010 20:06:03 -0000	1.325
+++ .cvsignore	11 Feb 2010 21:41:21 -0000	1.326
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.3-20100208.tar.bz2
+gcc-4.4.3-20100211.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- gcc.spec	8 Feb 2010 20:06:03 -0000	1.111
+++ gcc.spec	11 Feb 2010 21:41:21 -0000	1.112
@@ -1,9 +1,9 @@
-%global DATE 20100208
-%global SVNREV 156609
+%global DATE 20100211
+%global SVNREV 156726
 %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 5
+%global gcc_release 6
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %if 0%{?fedora} >= 13
@@ -176,8 +176,7 @@ Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
 Patch19: gcc44-ppc64-aixdesc.patch
 Patch20: gcc44-max-vartrack-size.patch
-Patch21: gcc44-rh559186.patch
-Patch22: gcc44-no-add-needed.patch
+Patch21: gcc44-no-add-needed.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -487,9 +486,8 @@ which are required to compile with the G
 %endif
 %patch19 -p0 -b .ppc64-aixdesc~
 %patch20 -p0 -b .max-vartrack-size~
-%patch21 -p0 -b .rh559186~
 %if 0%{?fedora} >= 13
-%patch22 -p0 -b .no-add-needed~
+%patch21 -p0 -b .no-add-needed~
 %endif
 
 # This testcase doesn't compile.
@@ -1880,6 +1878,14 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Feb 11 2010 Jakub Jelinek <jakub at redhat.com> 4.4.3-6
+- update from gcc-4_4-branch
+  - PR tree-optimization/42705
+  - fix up -femit-struct-debug-baseonly (#561320, PR debug/43010)
+  - --enable-checking=valgrind bugfixes (PRs fortran/43029, fortran/43030)
+- VTA backports (#562312)
+- some further --enable-checking=valgrind bugfixes (PR target/38781)
+
 * Mon Feb  8 2010 Jakub Jelinek <jakub at redhat.com> 4.4.3-5
 - update from gcc-4_4-branch
   - PRs fortran/38324, fortran/41044, fortran/41167, fortran/42309,


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -p -r1.333 -r1.334
--- sources	8 Feb 2010 20:06:04 -0000	1.333
+++ sources	11 Feb 2010 21:41:22 -0000	1.334
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-8a74f4d502b3b282863fd579b3ab3968  gcc-4.4.3-20100208.tar.bz2
+080254256e618fa9f8f28e03698b016a  gcc-4.4.3-20100211.tar.bz2


--- gcc44-rh559186.patch DELETED ---



More information about the scm-commits mailing list