From 49b99fcc6191ed19aa7759854865de036f64bfec Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sat, 21 Mar 2015 18:52:19 +0100 Subject: [PATCH] Update to 4.0.0 --- .gitignore | 1 + mingw-winpthreads.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d68af50..fc7d051 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip /mingw-w64-v4.0-rc1.tar.bz2 /mingw-w64-v4.0-rc3.tar.bz2 +/mingw-w64-v4.0.0.tar.bz2 diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index ce67789..94418bd 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 rc3 +#%%global pre rc3 # Run the testsuite %global enable_tests 0 Name: mingw-winpthreads -Version: 4.0 -Release: 0.2.%{pre}%{?dist} +Version: 4.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 +* Sat Mar 21 2015 Erik van Pienbroek - 4.0.0-1 +- Update to 4.0.0 + * Sat Mar 7 2015 Erik van Pienbroek - 4.0-0.2.rc3 - Update to 4.0rc3 diff --git a/sources b/sources index d88edfe..0f368d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76eac541947e33614c6014905bce5de5 mingw-w64-v4.0-rc3.tar.bz2 +6a26b3d90fbf409b4fbea9fabba77639 mingw-w64-v4.0.0.tar.bz2