Update to gcc 4.7 20120126 snapshot

This fixes mingw32-qt build failure
This commit is contained in:
Erik van Pienbroek 2012-01-27 20:12:41 +01:00
parent 0ec7ecc25f
commit cf7c124923
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ gcc-4.5.1.tar.bz2
/gcc-4.5.3.tar.bz2
/gcc-4.6.1.tar.bz2
/gcc-4.7.0-20120106.tar.bz2
/gcc-4.7.0-20120126.tar.bz2

View File

@ -1,9 +1,9 @@
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
%global snapshot_date 20120106
%global snapshot_date 20120126
Name: mingw32-gcc
Version: 4.7.0
Release: 0.1.%{snapshot_date}%{?dist}
Release: 0.2.%{snapshot_date}%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@ -264,6 +264,9 @@ popd
%changelog
* Fri Jan 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.7.0-0.2.20120126
- Update to gcc 4.7 20120126 snapshot (fixes mingw32-qt build failure)
* Tue Jan 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.7.0-0.1.20120106
- Update to gcc 4.7 20120106 snapshot

View File

@ -1 +1 @@
880d74d47fad9799b9e3f98c61c5213f gcc-4.7.0-20120106.tar.bz2
d96c83882dc395b8465feb9f86ba999d gcc-4.7.0-20120126.tar.bz2