diff --git a/.gitignore b/.gitignore index 28c33b2..93067c9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /mingw-w64-mingw-w64-5e2e73b7754fca77ef7635cf52c73a3885110603.zip /mingw-w64-mingw-w64-38410ad06264949efcb331f7a63575c6be31c5e4.zip /mingw-w64-v5.0-rc2.tar.bz2 +/mingw-w64-v5.0.0.tar.bz2 diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 8ae106f..2dce30f 100644 --- a/mingw-winpthreads.spec +++ b/mingw-winpthreads.spec @@ -5,14 +5,14 @@ #%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6) #%%global branch trunk -%global pre rc2 +#%%global pre rc2 # Run the testsuite %global enable_tests 0 Name: mingw-winpthreads -Version: 5.0 -Release: 0.1.rc2%{?dist} +Version: 5.0.0 +Release: 1%{?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 +* Wed Oct 26 2016 Kalev Lember - 5.0.0-1 +- Update to 5.0.0 + * Sun Mar 27 2016 Erik van Pienbroek - 5.0-0.1.rc2 - Update to 5.0-rc2 diff --git a/sources b/sources index 80343df..6095104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a45f54ce98fa4bd24892fc836e6f94e3 mingw-w64-v5.0-rc2.tar.bz2 +c9f4bb72a87d9be2cc98e0d7e1868c88 mingw-w64-v5.0.0.tar.bz2