[mingw-headers] Update to r5904 (fixes various regressions)

Erik van Pienbroek epienbro at fedoraproject.org
Fri Jun 14 22:20:40 UTC 2013


commit 677069102cfd347974725c85a7f6ea3a1cdce628
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Jun 15 00:20:05 2013 +0200

    Update to r5904 (fixes various regressions)

 .gitignore         |    1 +
 mingw-headers.spec |   12 +++++++++---
 sources            |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db9e19a..6a8f61d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /mingw-w64-trunk-snapshot-20130520.tar.gz
 /mingw-w64-trunk-snapshot-20130530.tar.gz
 /mingw-w64-trunk-r5894-snapshot-20130614.zip
+/mingw-w64-trunk-r5904-snapshot-20130614.zip
diff --git a/mingw-headers.spec b/mingw-headers.spec
index 2fb06d8..6fe5061 100644
--- a/mingw-headers.spec
+++ b/mingw-headers.spec
@@ -1,5 +1,5 @@
 %global snapshot_date 20130614
-%global snapshot_rev 5894
+%global snapshot_rev 5904
 %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.26.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
+Release:        0.27.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
 Summary:        Win32/Win64 header files
 
 License:        Public Domain and LGPLv2+ and ZPLv2.1
@@ -23,7 +23,10 @@ Group:          Development/Libraries
 URL:            http://mingw-w64.sourceforge.net/
 %if 0%{?snapshot_date}
 # To regerenate a snapshot:
-# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip -O mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-$(date '+%Y%m%d').tar.gz 
+# Use your regular webbrowser to open http://sourceforge.net/p/mingw-w64/code/5900/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 -O mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-$(date '+%Y%m%d').zip
 Source0:        mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-%{snapshot_date}.zip
 %else
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
@@ -105,6 +108,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
 
 
 %changelog
+* Fri Jun 14 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.27.trunk.r5904.20130614
+- Update to r5904 (fixes various regressions)
+
 * Fri Jun 14 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.26.trunk.r5894.20130614
 - Update to r5894 (20130614 snapshot)
 - Updated instructions to regenerate snapshots
diff --git a/sources b/sources
index 231ebaa..45708ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1221049dec76bc07c0ad5b241f9ee603  mingw-w64-trunk-r5894-snapshot-20130614.zip
+f9db977e0e774d393ee0760f961175a2  mingw-w64-trunk-r5904-snapshot-20130614.zip


More information about the scm-commits mailing list