From d08d5ff7f95a409b270c479641995c59bfcfcbb2 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Mon, 23 Mar 2015 21:48:33 +0100 Subject: [PATCH] Update to gcc 5 20150322 snapshot (rev 221575) --- .gitignore | 1 + mingw-gcc.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3176498..daf226e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ gcc-4.5.1.tar.bz2 /gcc-4.9.1.tar.bz2 /gcc-4.9.2.tar.bz2 /gcc-5-20150301.tar.bz2 +/gcc-5-20150322.tar.bz2 diff --git a/mingw-gcc.spec b/mingw-gcc.spec index f699c49..6998c2c 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -20,8 +20,8 @@ %global enable_tests 0 # If enabled, build from a snapshot -%global snapshot_date 20150301 -%global snapshot_rev 221092 +%global snapshot_date 20150322 +%global snapshot_rev 221575 # When building from a snapshot the name of the source folder is different %if 0%{?snapshot_date} @@ -32,7 +32,7 @@ Name: mingw-gcc Version: 5.0.0 -Release: 0.1%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist} +Release: 0.2%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions @@ -731,6 +731,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Mon Mar 23 2015 Erik van Pienbroek - 5.0.0-0.2.svn.20150322.r221575 +- Update to gcc 5 20150322 snapshot (rev 221575) + * Sat Mar 7 2015 Erik van Pienbroek - 5.0.0-0.1.svn.20150301.r221092 - Update to gcc 5 20150301 snapshot (rev 221092) diff --git a/sources b/sources index 1ec4811..f1db0a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ff29e74b7dbe8e437ff39c05e10b531 gcc-5-20150301.tar.bz2 +5503ae72eb8455c66f27361ff86f6e7b gcc-5-20150322.tar.bz2