diff --git a/.gitignore b/.gitignore index ae35a9d..61d6132 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mingw-w64-src_20120224.tar.bz2 /mingw-w64-src_20120601.tar.bz2 +/mingw-w64-src_20120705.tar.bz2 diff --git a/mingw-headers.spec b/mingw-headers.spec index 1575806..d56536c 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -1,4 +1,4 @@ -%global snapshot_date 20120601 +%global snapshot_date 20120705 # The mingw-w64-headers provide the headers pthread_time.h # and pthread_unistd.h by default and are dummy headers. @@ -12,7 +12,7 @@ Name: mingw-headers Version: 2.0.999 -Release: 0.6.trunk.%{snapshot_date}%{?dist} +Release: 0.7.trunk.%{snapshot_date}%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -110,6 +110,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h %changelog +* Thu Jul 05 2012 Erik van Pienbroek - 2.0.999-0.7.trunk.20120705 +- Update to 20120705 snapshot (contains various Cygwin changes) + * Sat Jun 02 2012 Erik van Pienbroek - 2.0.999-0.6.trunk.20120601 - Update to 20120601 snapshot diff --git a/sources b/sources index 96303ff..f68869e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97f897d9afe3cf1d1365b40273a237b8 mingw-w64-src_20120601.tar.bz2 +114cb4074bd6b20414ecc76942d9ac36 mingw-w64-src_20120705.tar.bz2