[cross-gcc] Rebase on gcc-4.9.2-5

David Howells dhowells at fedoraproject.org
Wed Jan 14 14:54:46 UTC 2015


commit bceb8c1a04b176b639abf064ed83b25e9f56cc90
Author: David Howells <dhowells at redhat.com>
Date:   Tue Jan 13 21:13:24 2015 +0000

    Rebase on gcc-4.9.2-5

 .gitignore          |    2 +-
 cross-gcc.spec      |   19 ++++++++++++-------
 gcc49-pr64269.patch |   42 ------------------------------------------
 sources             |    2 +-
 4 files changed, 14 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41c8cb0..e8ecda0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 /cloog-0.18.1.tar.gz
 /isl-0.12.2.tar.bz2
-/gcc-4.9.2-20141212.tar.bz2
+/gcc-4.9.2-20150107.tar.bz2
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 98f8b58..ad231c5 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -64,22 +64,22 @@
 # The gcc versioning information.  In a sed command below, the specfile winds
 # pre-release version numbers in BASE-VER back to the last actually-released
 # number.
-%global DATE 20141212
-%global SVNREV 218667
+%global DATE 20150107
+%global SVNREV 219315
 %global gcc_version 4.9.2
 
 # Note, cross_gcc_release must be integer, if you want to add suffixes
 # to %{release}, append them after %{cross_gcc_release} on Release:
 # line.  gcc_release is the Fedora gcc release that the patches were
 # taken from.
-%global gcc_release 2
-%global cross_gcc_release 1
+%global gcc_release 5
+%global cross_gcc_release 2
 %global cross_binutils_version 2.24-5
 
 Summary: Cross C compiler
 Name: %{cross}-gcc
 Version: %{gcc_version}
-Release: %{cross_gcc_release}%{?dist}.1
+Release: %{cross_gcc_release}%{?dist}
 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -114,7 +114,8 @@ Patch13: gcc49-color-auto.patch
 Patch14: gcc49-libgo-p224.patch
 Patch15: gcc49-aarch64-async-unw-tables.patch
 Patch16: gcc49-aarch64-unwind-opt.patch
-Patch17: gcc49-pr64269.patch
+Patch17: gcc49-pr64336.patch
+Patch18: gcc49-pr64536.patch
 
 Patch900: cross-intl-filename.patch
 # ia64 - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44553
@@ -282,7 +283,8 @@ cd %{srcdir}
 rm -f libgo/go/crypto/elliptic/p224{,_test}.go
 %patch15 -p0 -b .aarch64-async-unw-tables~
 %patch16 -p0 -b .aarch64-unwind-opt~
-%patch17 -p0 -b .pr64269~
+%patch17 -p0 -b .pr64336~
+%patch18 -p0 -b .pr64536~
 
 %patch900 -p0 -b .cross-intl~
 %patch901 -p1 -b .with-libgcc~
@@ -869,6 +871,9 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
+* Tue Jan 13 2015 David Howells <dhowells at redhat.com> - 4.9.2-2
+- Rebase on gcc-4.9.2-5.
+
 * Fri Dec 12 2014 David Howells <dhowells at redhat.com> - 4.9.2-1
 - Rebase on gcc-4.9.2-2.
 
diff --git a/sources b/sources
index 121f27f..a581d40 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 e039bfcfb6c2ab039b8ee69bf883e824  isl-0.12.2.tar.bz2
 e34fca0540d840e5d0f6427e98c92252  cloog-0.18.1.tar.gz
-ccd8cac944582f8d2ddf5274a15df176  gcc-4.9.2-20141212.tar.bz2
+689887cca4a28c1385169bc5d3a14c77  gcc-4.9.2-20150107.tar.bz2


More information about the scm-commits mailing list