[mingw-headers] Update to r6230 (20130907 snapshot)

Erik van Pienbroek epienbro at fedoraproject.org
Sat Sep 7 13:42:31 UTC 2013


commit 9c22a9419e92861eb588d7ba3555bd7228b47bb1
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Sep 7 15:42:09 2013 +0200

    Update to r6230 (20130907 snapshot)
    
    and fix compatibility with latest mingw-winpthreads

 .gitignore         |    3 +++
 mingw-headers.spec |   16 +++++++++++-----
 sources            |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8fd8499..c518f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,6 @@
 /mingw-w64-code-6069-trunk.zip
 /mingw-w64-code-6106-trunk.zip
 /mingw-w64-code-6155-trunk.zip
+/mingw-w64-code-6229-trunk.zip
+/mingw-w64-code-6228-trunk.zip
+/mingw-w64-code-6230-trunk.zip
diff --git a/mingw-headers.spec b/mingw-headers.spec
index 8b5193d..a6f4ed7 100644
--- a/mingw-headers.spec
+++ b/mingw-headers.spec
@@ -1,5 +1,5 @@
-%global snapshot_date 20130827
-%global snapshot_rev 6155
+%global snapshot_date 20130907
+%global snapshot_rev 6230
 %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.34.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
+Release:        0.35.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
 Summary:        Win32/Win64 header files
 
 License:        Public Domain and LGPLv2+ and ZPLv2.1
@@ -26,8 +26,8 @@ URL:            http://mingw-w64.sourceforge.net/
 # Use your regular webbrowser to open http://sourceforge.net/p/mingw-w64/code/%{snapshot_rev}/tarball?path=/trunk
 # This triggers the SourceForge instructure to generate a snapshot
 # After that you can pull in the archive with:
-# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
-Source0:        mingw-w64-code-%{snapshot_rev}-%{branch}.zip
+# spectool -g mingw-headers.spec
+Source0:        http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
 %else
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
 %endif
@@ -91,8 +91,10 @@ popd
 
 # Drop the dummy pthread headers if necessary
 %if 0%{?bundle_dummy_pthread_headers} == 0
+rm -f $RPM_BUILD_ROOT%{mingw32_includedir}/pthread_signal.h
 rm -f $RPM_BUILD_ROOT%{mingw32_includedir}/pthread_time.h
 rm -f $RPM_BUILD_ROOT%{mingw32_includedir}/pthread_unistd.h
+rm -f $RPM_BUILD_ROOT%{mingw32_includedir}/pthread_signal.h
 rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_time.h
 rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
 %endif
@@ -108,6 +110,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
 
 
 %changelog
+* Sat Sep  7 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.35.trunk.r6230.20130907
+- Update to r6230 (20130907 snapshot)
+- Fix compatibility with latest mingw-winpthreads
+
 * Tue Aug 27 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.34.trunk.r6155.20130827
 - Update to r6155 (20130827 snapshot)
 - Fixes duplicate declaration of PRINTEROP_FLAGS (mingw-nsis)
diff --git a/sources b/sources
index 5ca7d30..4a38ed9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db1c4604e233352a2f51f7276053fa8c  mingw-w64-code-6155-trunk.zip
+fb86b97030ca0f6ccb1123825de16334  mingw-w64-code-6230-trunk.zip


More information about the scm-commits mailing list