Update to gcc 4.9.0 RC1
This commit is contained in:
parent
94648aac85
commit
2ee2ad9bd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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@fedoraproject.org> - 4.9.0-0.1.rc1
|
||||
- Update to gcc 4.9.0 RC1
|
||||
|
||||
* Fri Jan 10 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.8.2-2
|
||||
- Dropped xmmintrin patch as the issue is resolved in mingw-w64 3.1.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user