From ee69cf8392cf0c3d2870249d5674922cd9c51788 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sat, 15 Jun 2013 19:48:25 +0200 Subject: [PATCH] Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries --- mingw-libffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-libffi.spec b/mingw-libffi.spec index ae68902..6ef0b3b 100644 --- a/mingw-libffi.spec +++ b/mingw-libffi.spec @@ -2,7 +2,7 @@ Name: mingw-libffi Version: 3.0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A portable foreign function interface library for MinGW Group: System Environment/Libraries @@ -101,6 +101,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jun 15 2013 Erik van Pienbroek - 3.0.13-3 +- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries + * Fri May 31 2013 Erik van Pienbroek - 3.0.13-2 - Rebuild against latest mingw-filesystem