diff --git a/.gitignore b/.gitignore index 60ace24..2a82ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 5b6c872..1d37c7f 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -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 - 4.8.1-1 +- Update to 4.8.1 + * Sat Jun 1 2013 Erik van Pienbroek - 4.8.0-4 - Revised patch for GCC bug #56742 diff --git a/sources b/sources index 57fe447..e3bb6f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6040024eb9e761c3bea348d1fa5abb0 gcc-4.8.0.tar.bz2 +3b2386c114cd74185aa3754b58a79304 gcc-4.8.1.tar.bz2