Update to r5915 (20130628 snapshot)

This commit is contained in:
Erik van Pienbroek 2013-06-28 18:48:46 +02:00
parent 677069102c
commit 72fa2dbc0d
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/mingw-w64-trunk-snapshot-20130530.tar.gz
/mingw-w64-trunk-r5894-snapshot-20130614.zip
/mingw-w64-trunk-r5904-snapshot-20130614.zip
/mingw-w64-code-5915-trunk.zip

View File

@ -1,5 +1,5 @@
%global snapshot_date 20130614
%global snapshot_rev 5904
%global snapshot_date 20130628
%global snapshot_rev 5915
%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.27.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
Release: 0.28.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -23,11 +23,11 @@ Group: Development/Libraries
URL: http://mingw-w64.sourceforge.net/
%if 0%{?snapshot_date}
# To regerenate a snapshot:
# Use your regular webbrowser to open http://sourceforge.net/p/mingw-w64/code/5900/tarball?path=/trunk
# 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 -O mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-$(date '+%Y%m%d').zip
Source0: mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-%{snapshot_date}.zip
# 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
%else
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
%endif
@ -108,6 +108,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
%changelog
* Fri Jun 28 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.28.trunk.r5915.20130628
- Update to r5915 (20130628 snapshot)
* Fri Jun 14 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.27.trunk.r5904.20130614
- Update to r5904 (fixes various regressions)

View File

@ -1 +1 @@
f9db977e0e774d393ee0760f961175a2 mingw-w64-trunk-r5904-snapshot-20130614.zip
c4ba2c2b8f27614dc8788c31357924c5 mingw-w64-code-5915-trunk.zip