X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=flexdll%2Fmingw32-flexdll.spec;h=ebab07250c818d7f7b1f498aff65413e5198078b;hb=6c4ab3fab36081b7301371328d88da89a634e736;hp=f744d9d55bedcccfa051e18d2d5b4e3402c4567a;hpb=5f06b6a141d8bd07fc60de546d2bc60a256e5dad;p=fedora-mingw.git diff --git a/flexdll/mingw32-flexdll.spec b/flexdll/mingw32-flexdll.spec index f744d9d..ebab072 100644 --- a/flexdll/mingw32-flexdll.spec +++ b/flexdll/mingw32-flexdll.spec @@ -11,7 +11,7 @@ Name: mingw32-flexdll Version: 0.11 -Release: 6%{?dist} +Release: 8%{?dist} Summary: FlexDLL Windows DLL plugin API which is like dlopen License: zlib @@ -24,6 +24,8 @@ Source1: flexlink.exe # Patches for MinGW: Patch1000: mingw32-flexdll-0.11-mingw-cross.patch Patch1001: mingw32-flexdll-0.11-no-cygpath.patch +Patch1002: mingw32-flexdll-0.11-no-directory.patch +Patch1003: mingw32-flexdll-0.11-real-objdump.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -73,6 +75,8 @@ make it easy to port applications developed for Unix. %patch1000 -p1 %patch1001 -p1 +%patch1002 -p1 +%patch1003 -p1 for f in CHANGES LICENSE README; do chmod -x $f @@ -129,6 +133,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 17 2008 Richard W.M. Jones - 0.11-8 +- Apply real-objdump patch. + +* Sun Nov 16 2008 Richard W.M. Jones - 0.11-7 +- Apply no-directory patch. + * Sun Nov 16 2008 Richard W.M. Jones - 0.11-6 - Permanently disable cygpath (avoids 'NUL' file being created).