diff --git a/.gitignore b/.gitignore index eaf8fc2..4064238 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 570147a..b5a894c 100644 --- a/mingw-winpthreads.spec +++ b/mingw-winpthreads.spec @@ -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 - 3.1.999-0.4.trunk.r6560.20140407 +- Update to r6560 (20140407 snapshot) +- Fixes potential deadlock + * Mon Feb 24 2014 Erik van Pienbroek - 3.1.999-0.3.trunk.r6497.20140224 - Update to r6497 (20140224 snapshot) diff --git a/sources b/sources index 7a7eaec..c2dc0c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26f019de5020f70a49105ffb760f7888 mingw-w64-code-6497-trunk.zip +1e1a93af9122bb0e553d5bd62c6f874c mingw-w64-code-6560-trunk.zip