Update to r6560 (20140407 snapshot)
Fixes potential deadlock
This commit is contained in:
parent
d6c5c4cbf5
commit
eccb256b64
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/mingw-w64-code-6432-trunk.zip
|
||||
/mingw-w64-code-6460-trunk.zip
|
||||
/mingw-w64-code-6497-trunk.zip
|
||||
/mingw-w64-code-6560-trunk.zip
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%?mingw_package_header
|
||||
|
||||
%global snapshot_date 20140224
|
||||
%global snapshot_rev 6497
|
||||
%global snapshot_date 20140407
|
||||
%global snapshot_rev 6560
|
||||
%global branch trunk
|
||||
|
||||
# Run the testsuite
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
Name: mingw-winpthreads
|
||||
Version: 3.1.999
|
||||
Release: 0.3.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
|
||||
Release: 0.4.%{branch}.r%{snapshot_rev}.%{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"
|
||||
@ -206,6 +206,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 7 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.4.trunk.r6560.20140407
|
||||
- Update to r6560 (20140407 snapshot)
|
||||
- Fixes potential deadlock
|
||||
|
||||
* Mon Feb 24 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.3.trunk.r6497.20140224
|
||||
- Update to r6497 (20140224 snapshot)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user