From 8ed0502d07f83c5e82fd3679986f36ab23428b2a Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sat, 7 Mar 2015 23:17:09 +0100 Subject: [PATCH] Update to 4.0rc3 --- .gitignore | 1 + mingw-winpthreads.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19a4251..d68af50 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /mingw-w64-mingw-w64-dadc8f83c38992fa4e55e9c90d673c194df70686.zip /mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip /mingw-w64-v4.0-rc1.tar.bz2 +/mingw-w64-v4.0-rc3.tar.bz2 diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 8c52a34..ce67789 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 rc1 +%global pre rc3 # Run the testsuite %global enable_tests 0 Name: mingw-winpthreads Version: 4.0 -Release: 0.1.%{pre}%{?dist} +Release: 0.2.%{pre}%{?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 7 2015 Erik van Pienbroek - 4.0-0.2.rc3 +- Update to 4.0rc3 + * Mon Jan 26 2015 Erik van Pienbroek - 4.0-0.1.rc1 - Update to 4.0rc1 diff --git a/sources b/sources index 892e169..d88edfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67d489701040c624c0d5d6a10248df0d mingw-w64-v4.0-rc1.tar.bz2 +76eac541947e33614c6014905bce5de5 mingw-w64-v4.0-rc3.tar.bz2