From 929d005fde23feff99083c2c3dec56cc43e5eaa6 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Fri, 24 Apr 2015 16:43:17 +0200 Subject: [PATCH] Update to 5.1.0 --- .gitignore | 1 + mingw-gcc.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9ba6b2d..31219f9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ gcc-4.5.1.tar.bz2 /gcc-5-20150301.tar.bz2 /gcc-5-20150322.tar.bz2 /gcc-5-20150405.tar.bz2 +/gcc-5.1.0.tar.bz2 diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 310a738..1590aef 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 20150405 -%global snapshot_rev 221873 +#%%global snapshot_date 20150405 +#%%global snapshot_rev 221873 # When building from a snapshot the name of the source folder is different %if 0%{?snapshot_date} @@ -31,8 +31,8 @@ %endif Name: mingw-gcc -Version: 5.0.0 -Release: 0.4%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist} +Version: 5.1.0 +Release: 1%{?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 @@ -730,6 +730,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Fri Apr 24 2015 Erik van Pienbroek - 5.1.0-1 +- Update to 5.1.0 + * Sat Apr 11 2015 Erik van Pienbroek - 5.0.0-0.4.svn.20150405.r221873 - Switch back to the old libstdcxx c++98 ABI on Fedora 22 only (This was also done for the native Fedora GCC package) diff --git a/sources b/sources index 44b4e22..25986bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e244534e396ababde433b514dc5bb0c7 gcc-5-20150405.tar.bz2 +d5525b1127d07d215960e6051c5da35e gcc-5.1.0.tar.bz2