From fa892998e626eeb8c162b059a953e3de671f29cc Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Thu, 29 Aug 2013 18:51:54 +0200 Subject: [PATCH] Update to r6155 (20130827 snapshot) - Update to r6155 (20130827 snapshot) - Fixes duplicate declaration of PRINTEROP_FLAGS (mingw-nsis) - Fixes duplicate declaration of THREAD_INFORMATION_CLASS (mingw-wine-gecko) - Fixes "unknown type name 'LPINITIALIZESPY'" failure in objbase.h --- .gitignore | 1 + mingw-headers.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7f57746..8fd8499 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /mingw-w64-code-5969-trunk.zip /mingw-w64-code-6069-trunk.zip /mingw-w64-code-6106-trunk.zip +/mingw-w64-code-6155-trunk.zip diff --git a/mingw-headers.spec b/mingw-headers.spec index c50045a..8b5193d 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -1,5 +1,5 @@ -%global snapshot_date 20130819 -%global snapshot_rev 6106 +%global snapshot_date 20130827 +%global snapshot_rev 6155 %global branch trunk # The mingw-w64-headers provide the headers pthread_time.h @@ -14,7 +14,7 @@ Name: mingw-headers Version: 2.0.999 -Release: 0.33.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} +Release: 0.34.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -108,6 +108,12 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h %changelog +* Tue Aug 27 2013 Erik van Pienbroek - 2.0.999-0.34.trunk.r6155.20130827 +- Update to r6155 (20130827 snapshot) +- Fixes duplicate declaration of PRINTEROP_FLAGS (mingw-nsis) +- Fixes duplicate declaration of THREAD_INFORMATION_CLASS (mingw-wine-gecko) +- Fixes "unknown type name 'LPINITIALIZESPY'" failure in objbase.h + * Mon Aug 19 2013 Erik van Pienbroek - 2.0.999-0.33.trunk.r6106.20130819 - Update to r6106 (20130819 snapshot) - Resolves mingw-gettext build failure (invalid EnumResourceLanguages declaration) diff --git a/sources b/sources index 3157d7a..5ca7d30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2f7b84f12613d1a9fcb1e4e28098754 mingw-w64-code-6106-trunk.zip +db1c4604e233352a2f51f7276053fa8c mingw-w64-code-6155-trunk.zip