From cf7c124923a1c79debbc0e10ea997bdcd8375fce Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Fri, 27 Jan 2012 20:12:41 +0100 Subject: [PATCH] Update to gcc 4.7 20120126 snapshot This fixes mingw32-qt build failure --- .gitignore | 1 + mingw32-gcc.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 186e901..5155359 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mingw32-gcc.spec b/mingw32-gcc.spec index 9cbfe1c..a229437 100644 --- a/mingw32-gcc.spec +++ b/mingw32-gcc.spec @@ -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 - 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 - 4.7.0-0.1.20120106 - Update to gcc 4.7 20120106 snapshot diff --git a/sources b/sources index 727576e..3452c45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -880d74d47fad9799b9e3f98c61c5213f gcc-4.7.0-20120106.tar.bz2 +d96c83882dc395b8465feb9f86ba999d gcc-4.7.0-20120126.tar.bz2