[mingw-gcc] Update to gcc 4.8.0 final

Erik van Pienbroek epienbro at fedoraproject.org
Sat Mar 23 22:07:08 UTC 2013


commit 336d3f8c9aff7b65b53d1f4ee11eb381f9241bca
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Mar 23 23:07:04 2013 +0100

    Update to gcc 4.8.0 final

 mingw-gcc.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-gcc.spec b/mingw-gcc.spec
index 0e724c7..0db4817 100644
--- a/mingw-gcc.spec
+++ b/mingw-gcc.spec
@@ -16,8 +16,8 @@
 %global enable_tests 0
 
 # If enabled, build from a snapshot
-%global snapshot_date 20130310
-%global snapshot_rev 196584
+#%%global snapshot_date 20130310
+#%%global snapshot_rev 196584
 
 # When building from a snapshot the name of the source folder is different
 %if 0%{?snapshot_date}
@@ -28,7 +28,7 @@
 
 Name:           mingw-gcc
 Version:        4.8.0
-Release:        0.6%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
+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
@@ -694,6 +694,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
 
 
 %changelog
+* Sat Mar 23 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.0-1
+- Update to gcc 4.8.0 final
+
 * Mon Mar 11 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.0-0.6.svn.20130310.r196584
 - Update to gcc 4.8 20130310 snapshot (rev 196584)
 


More information about the scm-commits mailing list