[gcc] 4.9.0-3

Jakub Jelinek jakub at fedoraproject.org
Tue May 6 08:23:16 UTC 2014


commit 58525d3c9ee01a99e3b535b1a95b7d6a868a00e8
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Tue May 6 10:23:35 2014 +0200

    4.9.0-3

 .gitignore |    1 +
 gcc.spec   |   15 ++++++++-------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5c1069..d02e737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gcc-4.9.0-20140411.tar.bz2
 /gcc-4.9.0-20140422.tar.bz2
 /gcc-4.9.0-20140505.tar.bz2
+/gcc-4.9.0-20140506.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 104751a..700f721 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20140505
-%global SVNREV 210058
+%global DATE 20140506
+%global SVNREV 210097
 %global gcc_version 4.9.0
 # 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 _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -12,11 +12,7 @@
 %else
 %global build_ada 0
 %endif
-%if 0%{?rhel} >= 7
 %global build_java 0
-%else
-%global build_java 1
-%endif
 %ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
 %global build_go 1
 %else
@@ -3202,6 +3198,11 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Tue May  6 2014 Jakub Jelinek <jakub at redhat.com> 4.9.0-3
+- update from the 4.9 branch
+  - PRs driver/61065, ipa/60965
+- disable gcc-java and libjava, broken by recent eclipse-ecj changes
+
 * Mon May  5 2014 Jakub Jelinek <jakub at redhat.com> 4.9.0-2
 - update from the 4.9 branch
   - PRs c++/60951, c++/60980, c++/60992, fortran/60495, ipa/60911, ipa/60912,
diff --git a/sources b/sources
index f4c633a..e1a4581 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 e34fca0540d840e5d0f6427e98c92252  cloog-0.18.1.tar.gz
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-fb471ee29712826b838941ef38ed318c  gcc-4.9.0-20140505.tar.bz2
+0bfea102c9592a24618b59943904dbb8  gcc-4.9.0-20140506.tar.bz2
 e039bfcfb6c2ab039b8ee69bf883e824  isl-0.12.2.tar.bz2


More information about the scm-commits mailing list