From 6534eed5ef42df504fe472774383c7dd3461e33e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 16 Jul 2015 19:21:08 +0200 Subject: [PATCH] 5.2.1-1 --- .gitignore | 1 + gcc.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1e4535d..91f76b3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /gcc-5.1.1-20150612.tar.bz2 /gcc-5.1.1-20150618.tar.bz2 /gcc-5.1.1-20150707.tar.bz2 +/gcc-5.2.1-20150716.tar.bz2 diff --git a/gcc.spec b/gcc.spec index b4b0e37..03ed57c 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,9 +1,9 @@ -%global DATE 20150707 -%global SVNREV 225505 -%global gcc_version 5.1.1 +%global DATE 20150716 +%global SVNREV 225895 +%global gcc_version 5.2.1 # 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 5 +%global gcc_release 1 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64 @@ -3073,6 +3073,14 @@ fi %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Jul 16 2015 Jakub Jelinek 5.2.1-1 +- update from the 5 branch + - GCC 5.2 release + - PRs c++/66748, ipa/66896, libfortran/66861, libgomp/65099, libgomp/65742, + middle-end/43341, middle-end/66332, middle-end/66820, + rtl-optimization/66782, rtl/66556, target/66523, target/66780, + target/66840, tree-optimization/66794, tree-optimization/66823 + * Tue Jul 7 2015 Jakub Jelinek 5.1.1-5 - update from the 5 branch - PRs bootstrap/63740, c++/65750, c++/65843, c++/65879, c++/65880, diff --git a/sources b/sources index abc5c4f..96c7362 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98afead01852b05821be25e1d826b9da gcc-5.1.1-20150707.tar.bz2 +e4b25161d92a33fa2872d9773e4bd9c6 gcc-5.2.1-20150716.tar.bz2