Revert back to 4.7.1 final
Use a known good gcc release for the F18 mass rebuild without issues
such as PR54038. We are better off with a stable toolchain so that we
can work on issues higher up the stack.
This reverts commit bd4935cba6.
This commit is contained in:
parent
bd4935cba6
commit
684acb2149
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,4 +7,3 @@ gcc-4.5.1.tar.bz2
|
||||
/gcc-4.7.0-20120322.tar.bz2
|
||||
/gcc-4.7.0.tar.bz2
|
||||
/gcc-4.7.1.tar.bz2
|
||||
/gcc-4.7.1-20120718.tar.bz2
|
||||
|
||||
@ -15,25 +15,15 @@
|
||||
# Run the testsuite
|
||||
%global enable_tests 0
|
||||
|
||||
%global snapshot_date 20120718
|
||||
|
||||
Name: mingw-gcc
|
||||
Version: 4.7.1
|
||||
Release: 2.%{snapshot_date}%{?dist}
|
||||
Release: 3%{?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}
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_7-branch@%{SVNREV} gcc-%{version}-%{snapshot_date}
|
||||
# tar cf - gcc-%{version}-%{DATE} | bzip2 -9 > gcc-%{version}-%{snapshot_date}.tar.bz2
|
||||
Source0: gcc-%{version}-%{snapshot_date}.tar.bz2
|
||||
%else
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
|
||||
%endif
|
||||
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: mingw32-filesystem >= 95
|
||||
@ -203,13 +193,7 @@ needed for OpenMP v3.0 support for the win32 target.
|
||||
|
||||
|
||||
%prep
|
||||
%if 0%{?snapshot_date}
|
||||
%setup -q -n gcc-%{version}-%{snapshot_date}
|
||||
sed -i -e 's/4\.7\.2/4.7.1/' gcc/BASE-VER
|
||||
%else
|
||||
%setup -q -n gcc-%{version}
|
||||
%endif
|
||||
|
||||
echo 'Fedora MinGW %{version}-%{release}' > gcc/DEV-PHASE
|
||||
|
||||
|
||||
@ -631,6 +615,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 21 2012 Kalev Lember <kalevlember@gmail.com> - 4.7.1-3
|
||||
- Revert back to 4.7.1 final
|
||||
|
||||
* Wed Jul 18 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.7.1-2.20120718
|
||||
- Update to gcc 4.7 20120718 snapshot
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user