rpms/gcc/F-12 .cvsignore, 1.302, 1.303 gcc.spec, 1.81, 1.82 sources, 1.306, 1.307

Jakub Jelinek jakub at fedoraproject.org
Sat Oct 17 22:09:38 UTC 2009


Author: jakub

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

Modified Files:
	.cvsignore gcc.spec sources 
Log Message:
4.4.2-3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -p -r1.302 -r1.303
--- .cvsignore	16 Oct 2009 16:42:34 -0000	1.302
+++ .cvsignore	17 Oct 2009 22:09:38 -0000	1.303
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.2-20091016.tar.bz2
+gcc-4.4.2-20091017.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- gcc.spec	16 Oct 2009 16:42:34 -0000	1.81
+++ gcc.spec	17 Oct 2009 22:09:38 -0000	1.82
@@ -1,9 +1,9 @@
-%global DATE 20091016
-%global SVNREV 152909
+%global DATE 20091017
+%global SVNREV 152957
 %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 2
+%global gcc_release 3
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -1181,6 +1181,13 @@ chmod 644 %{buildroot}%{_mandir}/man1/un
 %check
 cd obj-%{gcc_target_platform}
 
+%if %{build_java}
+export PATH=`pwd`/../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}${PATH:+:$PATH}
+%if !%{bootstrap_java}
+export PATH=`pwd`/java_hacks${PATH:+:$PATH}
+%endif
+%endif
+
 # run the tests.
 make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
 echo ====================TESTING=========================
@@ -1848,6 +1855,10 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Sat Oct 17 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-3
+- fix VTA handling in the scheduler (PR debug/41535)
+- fix up %%check section to be able to find ecj1
+
 * Fri Oct 16 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-2
 - update from gcc-4_4-branch
   - PR target/40913


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -p -r1.306 -r1.307
--- sources	16 Oct 2009 16:42:34 -0000	1.306
+++ sources	17 Oct 2009 22:09:38 -0000	1.307
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-4de70ea1225876c24389dded5dd39b9d  gcc-4.4.2-20091016.tar.bz2
+b848bfbd9f0a7662dc812e10fb88376d  gcc-4.4.2-20091017.tar.bz2




More information about the fedora-extras-commits mailing list