[mingw-gcc] Update to gcc 4.9.0 RC1

Erik van Pienbroek epienbro at fedoraproject.org
Sun Apr 13 18:57:02 UTC 2014


commit 2ee2ad9bd93218b31be2d09a38afad9d577735bc
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Apr 13 20:56:48 2014 +0200

    Update to gcc 4.9.0 RC1

 .gitignore     |    1 +
 mingw-gcc.spec |   17 +++++++++++------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fc03d3..862d233 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ gcc-4.5.1.tar.bz2
 /gcc-4.8.0.tar.bz2
 /gcc-4.8.1.tar.bz2
 /gcc-4.8.2.tar.bz2
+/gcc-4.9.0-RC-20140411.tar.bz2
diff --git a/mingw-gcc.spec b/mingw-gcc.spec
index 3a9c103..639e859 100644
--- a/mingw-gcc.spec
+++ b/mingw-gcc.spec
@@ -25,23 +25,25 @@
 
 # When building from a snapshot the name of the source folder is different
 %if 0%{?snapshot_date}
-%global source_folder gcc-4.8-%{snapshot_date}
+%global source_folder gcc-4.9-%{snapshot_date}
 %else
-%global source_folder gcc-%{version}
+%global source_folder gcc-%{version}-RC-20140411
+#%%global source_folder gcc-%{version}
 %endif
 
 Name:           mingw-gcc
-Version:        4.8.2
-Release:        2%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
+Version:        4.9.0
+Release:        0.1.rc1%{?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
 Group:          Development/Languages
 URL:            http://gcc.gnu.org
 %if 0%{?snapshot_date}
-Source0:        ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/4.8-%{snapshot_date}/gcc-4.8-%{snapshot_date}.tar.bz2
+Source0:        ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/4.9-%{snapshot_date}/gcc-4.9-%{snapshot_date}.tar.bz2
 %else
-Source0:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
+Source0:        ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/4.9.0-RC-20140411/gcc-4.9.0-RC-20140411.tar.bz2
+#Source0:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
 %endif
 
 
@@ -693,6 +695,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
 
 
 %changelog
+* Sun Apr 13 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.9.0-0.1.rc1
+- Update to gcc 4.9.0 RC1
+
 * Fri Jan 10 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.2-2
 - Dropped xmmintrin patch as the issue is resolved in mingw-w64 3.1.0
 
diff --git a/sources b/sources
index bad02c9..54803ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3d7d63b9cb6b6ea049469a0c4a43c9d  gcc-4.8.2.tar.bz2
+12f7fe4678c6e52ee97cf30819f2377b  gcc-4.9.0-RC-20140411.tar.bz2


More information about the scm-commits mailing list