Update to 4.7.2

This commit is contained in:
Kalev Lember 2012-09-21 17:34:20 +02:00
parent 684acb2149
commit 2b2ebe89ab
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ 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.2.tar.bz2

View File

@ -16,8 +16,8 @@
%global enable_tests 0
Name: mingw-gcc
Version: 4.7.1
Release: 3%{?dist}
Version: 4.7.2
Release: 1%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@ -615,6 +615,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
%changelog
* Fri Sep 21 2012 Kalev Lember <kalevlember@gmail.com> - 4.7.2-1
- Update to 4.7.2
* Sat Jul 21 2012 Kalev Lember <kalevlember@gmail.com> - 4.7.1-3
- Revert back to 4.7.1 final

View File

@ -1 +1 @@
933e6f15f51c031060af64a9e14149ff gcc-4.7.1.tar.bz2
cc308a0891e778cfda7a151ab8a6e762 gcc-4.7.2.tar.bz2