Update to 20130428 snapshot

Fixes build regression in gettext regarding asprinf
This commit is contained in:
Erik van Pienbroek 2013-04-28 18:24:44 +02:00
parent 971124839c
commit 1d185a2ee5
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/mingw-w64-trunk-snapshot-20130216.tar.gz /mingw-w64-trunk-snapshot-20130216.tar.gz
/mingw-w64-trunk-snapshot-20130403.tar.gz /mingw-w64-trunk-snapshot-20130403.tar.gz
/mingw-w64-trunk-snapshot-20130425.tar.gz /mingw-w64-trunk-snapshot-20130425.tar.gz
/mingw-w64-trunk-snapshot-20130428.tar.gz

View File

@ -1,4 +1,4 @@
%global snapshot_date 20130425 %global snapshot_date 20130428
%global branch trunk %global branch trunk
# The mingw-w64-headers provide the headers pthread_time.h # The mingw-w64-headers provide the headers pthread_time.h
@ -13,7 +13,7 @@
Name: mingw-headers Name: mingw-headers
Version: 2.0.999 Version: 2.0.999
Release: 0.20.%{branch}.%{snapshot_date}%{?dist} Release: 0.21.%{branch}.%{snapshot_date}%{?dist}
Summary: Win32/Win64 header files Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1 License: Public Domain and LGPLv2+ and ZPLv2.1
@ -104,6 +104,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
%changelog %changelog
* Sun Apr 28 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.21.trunk.20130428
- Update to 20130428 snapshot
- Fixes build regression in gettext regarding asprinf
* Thu Apr 25 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.20.trunk.20130425 * Thu Apr 25 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.20.trunk.20130425
- Update to 20130425 snapshot - Update to 20130425 snapshot

View File

@ -1 +1 @@
a7322da4d1f6e749b1b5630988251696 mingw-w64-trunk-snapshot-20130425.tar.gz b163015b9f083fd61f96edbfb9962ad1 mingw-w64-trunk-snapshot-20130428.tar.gz