Update to 20140912 snapshot (git rev b08afb)
This commit is contained in:
parent
82a0b1813c
commit
e2a6a28467
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/mingw-w64-code-6560-trunk.zip
|
||||
/mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
|
||||
/mingw-w64-mingw-w64-ec1ff7764fbea4eefbb290c9ba888af3386ede8e.zip
|
||||
/mingw-w64-mingw-w64-b08afbb5768898ae9c6d0d2798aaccf4f21de361.zip
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%?mingw_package_header
|
||||
|
||||
%global snapshot_date 20140730
|
||||
%global snapshot_rev ec1ff7764fbea4eefbb290c9ba888af3386ede8e
|
||||
%global snapshot_date 20140912
|
||||
%global snapshot_rev b08afbb5768898ae9c6d0d2798aaccf4f21de361
|
||||
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||
%global branch trunk
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: mingw-winpthreads
|
||||
Version: 3.1.999
|
||||
Release: 0.7.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||
Version: 3.9.999
|
||||
Release: 0.1.%{branch}.git.%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||
Summary: MinGW pthread library
|
||||
# The main license of winpthreads is MIT, but parts of this library
|
||||
# are derived from the "Posix Threads library for Microsoft Windows"
|
||||
@ -207,6 +207,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.999-0.1.trunk.git.b08afb.20140912
|
||||
- Update to 20140912 snapshot (git rev b08afb)
|
||||
- Bump version as upstream released mingw-w64 v3.2.0 recently (which is not based on the trunk branch)
|
||||
|
||||
* Wed Jul 30 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.7.trunk.gitec1ff7.20140730
|
||||
- Update to 20140730 snapshot (git rev ec1ff7)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user