Update to 5.1.0

This commit is contained in:
Erik van Pienbroek 2015-04-24 16:43:17 +02:00
parent fb265c214e
commit 929d005fde
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <epienbro@fedoraproject.org> - 5.1.0-1
- Update to 5.1.0
* Sat Apr 11 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 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)

View File

@ -1 +1 @@
e244534e396ababde433b514dc5bb0c7 gcc-5-20150405.tar.bz2
d5525b1127d07d215960e6051c5da35e gcc-5.1.0.tar.bz2