diff --git a/.gitignore b/.gitignore index d62e561..3847e03 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ gcc-4.5.1.tar.bz2 /gcc-5.2.0.tar.bz2 /gcc-5.3.0.tar.bz2 /gcc-6-20160131.tar.bz2 +/gcc-6-20160320.tar.bz2 diff --git a/mingw-gcc.spec b/mingw-gcc.spec index f3f0d0a..db1463b 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 20160131 -%global snapshot_rev 233023 +%global snapshot_date 20160320 +%global snapshot_rev 234355 # 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: 6.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 @@ -722,6 +722,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Sun Mar 27 2016 Erik van Pienbroek - 6.0.0-0.2.svn.20160320.r234355 +- Update to gcc 6 20160320 snapshot (rev 234355) + * Thu Feb 4 2016 Erik van Pienbroek - 6.0.0-0.1.svn.20160131.r233023 - Update to gcc 6 20160131 snapshot (rev 233023) diff --git a/sources b/sources index 71cd537..22bb2a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d05c35aa67425ebf728137bbd390a49d gcc-6-20160131.tar.bz2 +a99f33131845296fedbd65cf09fd63b0 gcc-6-20160320.tar.bz2