From e04ed371ade9e52f8b085e24c2a687ddb36d658e Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Mon, 27 Feb 2012 20:34:10 +0100 Subject: [PATCH] Rebuild against the mingw-w64 toolchain --- mingw32-dlfcn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw32-dlfcn.spec b/mingw32-dlfcn.spec index 98898d9..3ca563a 100644 --- a/mingw32-dlfcn.spec +++ b/mingw32-dlfcn.spec @@ -8,7 +8,7 @@ Name: mingw32-dlfcn Version: 0 -Release: 0.10.%{alphatag}%{?dist} +Release: 0.11.%{alphatag}%{?dist} Summary: Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror) License: LGPLv2+ @@ -82,6 +82,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Feb 27 2012 Erik van Pienbroek - 0-0.11.r11 +- Rebuild against the mingw-w64 toolchain + * Thu Feb 16 2012 Erik van Pienbroek - 0-0.10.r11 - Make sure the static lib is compiled correctly (RHBZ #791191) - Various cleanups