[gcc] 5.0.0-0.13

Jakub Jelinek jakub at fedoraproject.org
Sat Feb 14 08:31:12 UTC 2015


commit 8654925ecee8ff130c8dec6b0c6b8f5304cd814c
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Sat Feb 14 09:30:57 2015 +0100

    5.0.0-0.13

 .gitignore         |    1 +
 gcc.spec           |   21 +++++++-----
 gcc5-pr64884.patch |   16 ----------
 gcc5-pr65000.patch |   22 -------------
 gcc5-pr65034.patch |   85 ----------------------------------------------------
 sources            |    2 +-
 6 files changed, 14 insertions(+), 133 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e3e0a1..1a0c1c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gcc-5.0.0-20150208.tar.bz2
 /gcc-5.0.0-20150210.tar.bz2
 /gcc-5.0.0-20150212.tar.bz2
+/gcc-5.0.0-20150214.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 632fc02..a1ebf02 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20150212
-%global SVNREV 220650
+%global DATE 20150214
+%global SVNREV 220707
 %global gcc_version 5.0.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 0.12
+%global gcc_release 0.13
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -198,9 +198,6 @@ Patch11: gcc5-no-add-needed.patch
 Patch12: gcc5-libgo-p224.patch
 Patch13: gcc5-aarch64-async-unw-tables.patch
 Patch14: gcc5-libsanitize-aarch64-va42.patch
-Patch15: gcc5-pr64884.patch
-Patch16: gcc5-pr65000.patch
-Patch17: gcc5-pr65034.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -750,9 +747,6 @@ package or when debugging this package.
 rm -f libgo/go/crypto/elliptic/p224{,_test}.go
 %patch13 -p0 -b .aarch64-async-unw-tables~
 %patch14 -p0 -b .libsanitize-aarch64-va42~
-%patch15 -p0 -b .pr64884~
-%patch16 -p0 -b .pr65000~
-%patch17 -p0 -b .pr65034~
 
 %if 0%{?_enable_debug_packages}
 mkdir dwz-wrapper
@@ -2938,6 +2932,15 @@ fi
 %doc rpm.doc/changelogs/libcc1/ChangeLog*
 
 %changelog
+* Sat Feb 13 2015 Jakub Jelinek <jakub at redhat.com> 5.0.0-0.13
+- update from the trunk
+  - PRs bootstrap/65060, c++/60211, c++/60894, c++/64884, c++/64898,
+	c++/64956, c++/64959, c++/64970, c++/65051, c++/65054, c/65040,
+	c/65050, debug/55541, fortran/64506, fortran/64932, ipa/65028,
+	rtl-optimization/47477, rtl/32219, tree-optimization/62209,
+	tree-optimization/64705, tree-optimization/64823,
+	tree-optimization/65002, tree-optimization/65053
+
 * Thu Feb 12 2015 Jakub Jelinek <jakub at redhat.com> 5.0.0-0.12
 - update from the trunk
   - PRs ipa/64813, ipa/65005, lto/65015, sanitizer/65000, sanitizer/65019,
diff --git a/sources b/sources
index 5834ca6..977d81d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2b77e649b2b6736a4b0e48bbafc30df  gcc-5.0.0-20150212.tar.bz2
+2d3e929ba3486c5ef6f907098882d1b8  gcc-5.0.0-20150214.tar.bz2


More information about the scm-commits mailing list