This commit is contained in:
Dennis Gilmore 2014-06-07 05:23:01 -05:00
parent 47f99f50e7
commit 6b12bc704b

View File

@ -10,7 +10,7 @@
Name: mingw-winpthreads
Version: 3.1.999
Release: 0.5.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
Release: 0.6.%{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,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.999-0.6.trunk.git502c72.20140524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.5.trunk.git502c72.20140524
- Update to 20140524 snapshot (git rev 502c72)
- Upstream has switched from SVN to Git