rpms/gcc/F-12 .cvsignore, 1.329, 1.330 gcc.spec, 1.115, 1.116 sources, 1.337, 1.338 gcc44-pr43051.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Tue Mar 16 15:53:08 UTC 2010


Author: jakub

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

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-pr43051.patch 
Log Message:
4.4.3-10



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -p -r1.329 -r1.330
--- .cvsignore	9 Mar 2010 20:50:00 -0000	1.329
+++ .cvsignore	16 Mar 2010 15:53:07 -0000	1.330
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.3-20100309.tar.bz2
+gcc-4.4.3-20100316.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -p -r1.115 -r1.116
--- gcc.spec	9 Mar 2010 20:50:00 -0000	1.115
+++ gcc.spec	16 Mar 2010 15:53:07 -0000	1.116
@@ -1,12 +1,12 @@
-%global DATE 20100309
-%global SVNREV 157326
+%global DATE 20100316
+%global SVNREV 157487
 %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 9
+%global gcc_release 10
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
-%if 0%{?fedora} >= 13
+%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
 %global include_gappletviewer 0
 %else
 %global include_gappletviewer 1
@@ -176,7 +176,6 @@ Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
 Patch19: gcc44-ppc64-aixdesc.patch
 Patch20: gcc44-no-add-needed.patch
-Patch21: gcc44-pr43051.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -488,7 +487,6 @@ which are required to compile with the G
 %if 0%{?fedora} >= 13
 %patch20 -p0 -b .no-add-needed~
 %endif
-#%patch21 -p0 -b .pr43051~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1878,6 +1876,19 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Tue Mar 16 2010 Jakub Jelinek <jakub at redhat.com> 4.4.3-10
+- update from gcc-4_4-branch
+  - PRs fortran/43228, fortran/43303, libfortran/43265, libfortran/43320
+- VTA backports
+  - PRs debug/36728, debug/43051, debug/43092, debug/43290,
+	tree-optimization/42917, tree-optimization/43317
+  - fix non-localized vars handling and forwarder block merging
+    (#572260, PR debug/43329)
+%if 0%{?rhel} >= 6
+- remove gappletviewer, gcjwebplugin and related files even for
+  RHEL, as xulrunner got updated to 1.9.2.1
+%endif
+
 * Tue Mar  9 2010 Jakub Jelinek <jakub at redhat.com> 4.4.3-9
 - update from gcc-4_4-branch
   - PRs ada/42253, bootstrap/43121, c/43248, tree-optimization/43220


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -p -r1.337 -r1.338
--- sources	9 Mar 2010 20:50:00 -0000	1.337
+++ sources	16 Mar 2010 15:53:08 -0000	1.338
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-2906b19113678f1ec9841b33b4b59553  gcc-4.4.3-20100309.tar.bz2
+f13b75fdfee662d1d214a0c4820a2d8a  gcc-4.4.3-20100316.tar.bz2


--- gcc44-pr43051.patch DELETED ---



More information about the scm-commits mailing list