Update to 20140530 snapshot (git rev b8e8160) and fixes RHBZ #1067426
This commit is contained in:
parent
529ed84fbd
commit
8ddb98f56f
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/mingw-w64-code-6497-trunk.zip
|
/mingw-w64-code-6497-trunk.zip
|
||||||
/mingw-w64-code-6559-trunk.zip
|
/mingw-w64-code-6559-trunk.zip
|
||||||
/mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
|
/mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
|
||||||
|
/mingw-w64-mingw-w64-b8e8160da0648fc0406b028a2bff0938d9b9175e.zip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global snapshot_date 20140524
|
%global snapshot_date 20140530
|
||||||
%global snapshot_rev 502c72047e68fecf07f628628b75296863ff5b35
|
%global snapshot_rev b8e8160da0648fc0406b028a2bff0938d9b9175e
|
||||||
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||||
%global branch trunk
|
%global branch trunk
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: mingw-headers
|
Name: mingw-headers
|
||||||
Version: 3.1.999
|
Version: 3.1.999
|
||||||
Release: 0.9.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
Release: 0.10.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||||
Summary: Win32/Win64 header files
|
Summary: Win32/Win64 header files
|
||||||
|
|
||||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||||
@ -28,7 +28,7 @@ Group: Development/Libraries
|
|||||||
|
|
||||||
URL: http://mingw-w64.sourceforge.net/
|
URL: http://mingw-w64.sourceforge.net/
|
||||||
%if 0%{?snapshot_date}
|
%if 0%{?snapshot_date}
|
||||||
# To regerenate a snapshot:
|
# To regenerate a snapshot:
|
||||||
# Use your regular webbrowser to open https://sourceforge.net/p/mingw-w64/mingw-w64/ci/%{snapshot_rev}/tarball
|
# Use your regular webbrowser to open https://sourceforge.net/p/mingw-w64/mingw-w64/ci/%{snapshot_rev}/tarball
|
||||||
# This triggers the SourceForge instructure to generate a snapshot
|
# This triggers the SourceForge instructure to generate a snapshot
|
||||||
# After that you can pull in the archive with:
|
# After that you can pull in the archive with:
|
||||||
@ -124,6 +124,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 30 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.10.trunk.gitb8e8160.20140530
|
||||||
|
- Update to 20140530 snapshot (git rev b8e8160)
|
||||||
|
- Fixes initializer issue in IN6ADDR macros (RHBZ #1067426)
|
||||||
|
|
||||||
* Sat May 24 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.9.trunk.git502c72.20140524
|
* Sat May 24 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.9.trunk.git502c72.20140524
|
||||||
- Update to 20140524 snapshot (git rev 502c72)
|
- Update to 20140524 snapshot (git rev 502c72)
|
||||||
- Upstream has switched from SVN to Git
|
- Upstream has switched from SVN to Git
|
||||||
|
Loading…
Reference in New Issue
Block a user