Update to gcc 5 20150322 snapshot (rev 221575)

This commit is contained in:
Erik van Pienbroek 2015-03-23 21:48:33 +01:00
parent a39fd5d073
commit d08d5ff7f9
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <epienbro@fedoraproject.org> - 5.0.0-0.2.svn.20150322.r221575
- Update to gcc 5 20150322 snapshot (rev 221575)
* Sat Mar 7 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.0.0-0.1.svn.20150301.r221092
- Update to gcc 5 20150301 snapshot (rev 221092)

View File

@ -1 +1 @@
4ff29e74b7dbe8e437ff39c05e10b531 gcc-5-20150301.tar.bz2
5503ae72eb8455c66f27361ff86f6e7b gcc-5-20150322.tar.bz2