rpms/gcc/F-13 .cvsignore, 1.306, 1.307 gcc.spec, 1.86, 1.87 import.log, 1.12, 1.13 sources, 1.310, 1.311 gcc44-pr43051.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Tue Mar 16 16:10:16 UTC 2010


Author: jakub

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/.cvsignore,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -p -r1.306 -r1.307
--- .cvsignore	9 Mar 2010 20:54:13 -0000	1.306
+++ .cvsignore	16 Mar 2010 16:10:15 -0000	1.307
@@ -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-13/gcc.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- gcc.spec	9 Mar 2010 20:54:14 -0000	1.86
+++ gcc.spec	16 Mar 2010 16:10:15 -0000	1.87
@@ -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: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/import.log,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- import.log	9 Mar 2010 20:54:14 -0000	1.12
+++ import.log	16 Mar 2010 16:10:16 -0000	1.13
@@ -10,3 +10,4 @@ gcc-4_4_3-6_fc13:HEAD:gcc-4.4.3-6.fc13.s
 gcc-4_4_3-7_fc13:F-13:gcc-4.4.3-7.fc13.src.rpm:1266793373
 gcc-4_4_3-8_fc13:F-13:gcc-4.4.3-8.fc13.src.rpm:1267230097
 gcc-4_4_3-9_fc13:F-13:gcc-4.4.3-9.fc13.src.rpm:1268168014
+gcc-4_4_3-10_fc13:F-13:gcc-4.4.3-10.fc13.src.rpm:1268755563


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/sources,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -p -r1.310 -r1.311
--- sources	9 Mar 2010 20:54:14 -0000	1.310
+++ sources	16 Mar 2010 16:10:16 -0000	1.311
@@ -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