From 58d53eab10a16ea274cbce582aac4477475c1cdf Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sun, 21 Jul 2013 17:10:06 +0200 Subject: [PATCH] Update to r5969 (20130721 snapshot) - Update to r5969 (20130721 snapshot) - Fixes strnlen issue on Windows XP --- .gitignore | 1 + mingw-crt.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 607353e..a3b15be 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /mingw-w64-trunk-r5904-snapshot-20130614.zip /mingw-w64-code-5915-trunk.zip /mingw-w64-code-5949-trunk.zip +/mingw-w64-code-5969-trunk.zip diff --git a/mingw-crt.spec b/mingw-crt.spec index 5027ae9..5dfc998 100644 --- a/mingw-crt.spec +++ b/mingw-crt.spec @@ -1,12 +1,12 @@ %{?mingw_package_header} -%global snapshot_date 20130713 -%global snapshot_rev 5949 +%global snapshot_date 20130721 +%global snapshot_rev 5969 %global branch trunk Name: mingw-crt Version: 2.0.999 -Release: 0.29.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} +Release: 0.30.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} Summary: MinGW Windows cross-compiler runtime License: Public Domain and ZPLv2.1 @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c %changelog +* Sun Jul 21 2013 Erik van Pienbroek - 2.0.999-0.30.trunk.r5969.20130721 +- Update to r5969 (20130721 snapshot) +- Fixes strnlen issue on Windows XP + * Sat Jul 13 2013 Erik van Pienbroek - 2.0.999-0.29.trunk.r5949.20130713 - Update to r5949 (20130713 snapshot) - Dropped InterlockedCompareExchange workaround, issue is resolved upstream (with r5949) diff --git a/sources b/sources index 68da209..a3e3d1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f7dc963a82bc1fb00566d257355520c mingw-w64-code-5949-trunk.zip +88901784987fb834d5805a39d692329c mingw-w64-code-5969-trunk.zip