Update to r6560 (20140407 snapshot)

Fixes potential deadlock
This commit is contained in:
Erik van Pienbroek 2014-04-07 18:58:43 +02:00
parent d6c5c4cbf5
commit eccb256b64
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
26f019de5020f70a49105ffb760f7888 mingw-w64-code-6497-trunk.zip
1e1a93af9122bb0e553d5bd62c6f874c mingw-w64-code-6560-trunk.zip