diff --git a/.gitignore b/.gitignore index 4a18222..49ec4ba 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /mingw-w64-src_20120718.tar.bz2 /mingw-w64-src_20121006.tar.bz2 /mingw-w64-trunk-snapshot-20121016.tar.gz +/mingw-w64-trunk-snapshot-20121109.tar.gz diff --git a/mingw-headers.spec b/mingw-headers.spec index b375e7c..28a01f8 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -1,4 +1,4 @@ -%global snapshot_date 20121016 +%global snapshot_date 20121109 %global branch trunk # The mingw-w64-headers provide the headers pthread_time.h @@ -13,7 +13,7 @@ Name: mingw-headers Version: 2.0.999 -Release: 0.13.%{branch}.%{snapshot_date}%{?dist} +Release: 0.14.%{branch}.%{snapshot_date}%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -104,6 +104,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h %changelog +* Fri Nov 9 2012 Erik van Pienbroek - 2.0.999-0.14.trunk.20121109 +- Update to 20121109 snapshot + * Tue Oct 16 2012 Erik van Pienbroek - 2.0.999-0.13.trunk.20121016 - Update to 20121016 snapshot - Use a different source tarball which doesn't contain unrelevant code (like libiberty) diff --git a/sources b/sources index 0a92669..d6202bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87b913275ebe1de8ea0b4f30a6702006 mingw-w64-trunk-snapshot-20121016.tar.gz +cc2edf4747c3260d8256adc60e795eea mingw-w64-trunk-snapshot-20121109.tar.gz