[mingw-gcc] Update to gcc 4.8 20130203 snapshot (rev 195703)

Erik van Pienbroek epienbro at fedoraproject.org
Fri Feb 8 12:32:33 UTC 2013


commit 6820f947082d251276a1b37a6bb710e1f6a62fcc
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Feb 8 13:32:22 2013 +0100

    Update to gcc 4.8 20130203 snapshot (rev 195703)

 .gitignore     |    1 +
 mingw-gcc.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d01fac8..8288411 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ gcc-4.5.1.tar.bz2
 /gcc-4.7.1.tar.bz2
 /gcc-4.7.2.tar.bz2
 /gcc-4.8-20130120.tar.bz2
+/gcc-4.8-20130203.tar.bz2
diff --git a/mingw-gcc.spec b/mingw-gcc.spec
index 1068833..ca256d1 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 20130120
-%global snapshot_rev 195326
+%global snapshot_date 20130203
+%global snapshot_rev 195703
 
 # 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.4%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
+Release:        0.5%{?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
+* Fri Feb  8 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.0-0.5.svn.20130203.r195703
+- Update to gcc 4.8 20130203 snapshot (rev 195703)
+
 * Sun Jan 27 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.0-0.4.svn.20130120.r195326
 - Update to gcc 4.8 20130120 snapshot (rev 195326)
 
diff --git a/sources b/sources
index 70e8d78..cc2b1ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2822a63ac62932d306a4d8c234dc96db  gcc-4.8-20130120.tar.bz2
+cd63746924695fbe5a18dd5d23591e20  gcc-4.8-20130203.tar.bz2


More information about the scm-commits mailing list