Update to 5.0-rc2

This commit is contained in:
Erik van Pienbroek 2016-03-27 17:17:51 +02:00
parent 322898715f
commit f0f3d3c26c
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/mingw-w64-v4.0.4.tar.bz2
/mingw-w64-mingw-w64-5e2e73b7754fca77ef7635cf52c73a3885110603.zip
/mingw-w64-mingw-w64-38410ad06264949efcb331f7a63575c6be31c5e4.zip
/mingw-w64-v5.0-rc2.tar.bz2

View File

@ -1,18 +1,18 @@
%?mingw_package_header
%global snapshot_date 20160204
%global snapshot_rev 38410ad06264949efcb331f7a63575c6be31c5e4
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
%global branch trunk
#%%global snapshot_date 20160204
#%%global snapshot_rev 38410ad06264949efcb331f7a63575c6be31c5e4
#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
#%%global branch trunk
#%%global pre rc3
%global pre rc2
# Run the testsuite
%global enable_tests 0
Name: mingw-winpthreads
Version: 4.9.999
Release: 0.3.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
Version: 5.0
Release: 0.1.rc2%{?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"
@ -209,6 +209,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Sun Mar 27 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.0-0.1.rc2
- Update to 5.0-rc2
* Thu Feb 4 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.9.999-0.3.trunk.git38410a.20160204
- Update to 20160204 snapshot (git rev 38410a)

View File

@ -1 +1 @@
52b7bdf6cd8666ecbb625e00e0f2821b mingw-w64-mingw-w64-38410ad06264949efcb331f7a63575c6be31c5e4.zip
a45f54ce98fa4bd24892fc836e6f94e3 mingw-w64-v5.0-rc2.tar.bz2