Update to 4.8.1

This commit is contained in:
Erik van Pienbroek 2013-06-15 16:25:45 +02:00
parent 01a6783934
commit 5963cd784f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ gcc-4.5.1.tar.bz2
/gcc-4.8-20130203.tar.bz2
/gcc-4.8-20130310.tar.bz2
/gcc-4.8.0.tar.bz2
/gcc-4.8.1.tar.bz2

View File

@ -27,8 +27,8 @@
%endif
Name: mingw-gcc
Version: 4.8.0
Release: 4%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
Version: 4.8.1
Release: 1%{?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
@ -698,6 +698,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
%changelog
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.8.1-1
- Update to 4.8.1
* Sat Jun 1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.8.0-4
- Revised patch for GCC bug #56742

View File

@ -1 +1 @@
e6040024eb9e761c3bea348d1fa5abb0 gcc-4.8.0.tar.bz2
3b2386c114cd74185aa3754b58a79304 gcc-4.8.1.tar.bz2