diff --git a/.gitignore b/.gitignore index 8557585..db9e19a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /mingw-w64-trunk-snapshot-20130509.tar.gz /mingw-w64-trunk-snapshot-20130520.tar.gz /mingw-w64-trunk-snapshot-20130530.tar.gz +/mingw-w64-trunk-r5894-snapshot-20130614.zip diff --git a/mingw-headers.spec b/mingw-headers.spec index 64c48bf..2fb06d8 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -1,4 +1,5 @@ -%global snapshot_date 20130530 +%global snapshot_date 20130614 +%global snapshot_rev 5894 %global branch trunk # The mingw-w64-headers provide the headers pthread_time.h @@ -13,7 +14,7 @@ Name: mingw-headers Version: 2.0.999 -Release: 0.25.%{branch}.%{snapshot_date}%{?dist} +Release: 0.26.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -22,8 +23,8 @@ Group: Development/Libraries URL: http://mingw-w64.sourceforge.net/ %if 0%{?snapshot_date} # To regerenate a snapshot: -# wget http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/%{branch}/?view=tar -O mingw-w64-%{branch}-snapshot-$(date '+%Y%m%d').tar.gz -Source0: mingw-w64-%{branch}-snapshot-%{snapshot_date}.tar.gz +# 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 +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 %endif @@ -67,8 +68,8 @@ MinGW Windows cross-compiler Win64 header files. rm -rf mingw-w64-v%{version} mkdir mingw-w64-v%{version} cd mingw-w64-v%{version} -tar -xf %{S:0} -%setup -q -D -T -n mingw-w64-v%{version}/%{branch} +unzip %{S:0} +%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-code-%{snapshot_rev}-%{branch} %else %setup -q -n mingw-w64-v%{version} %endif @@ -104,6 +105,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h %changelog +* Fri Jun 14 2013 Erik van Pienbroek - 2.0.999-0.26.trunk.r5894.20130614 +- Update to r5894 (20130614 snapshot) +- Updated instructions to regenerate snapshots + (SourceForge has changed their SVN infrastructure) + * Thu May 30 2013 Erik van Pienbroek - 2.0.999-0.25.trunk.20130530 - Update to 20130530 snapshot diff --git a/sources b/sources index 5ad5b3b..231ebaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7afc6f6187a936ff7b7a9e3a1fa7c13d mingw-w64-trunk-snapshot-20130530.tar.gz +1221049dec76bc07c0ad5b241f9ee603 mingw-w64-trunk-r5894-snapshot-20130614.zip