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