diff --git a/macros.mingw32 b/macros.mingw32 index e27e4a5..d7200b8 100644 --- a/macros.mingw32 +++ b/macros.mingw32 @@ -80,7 +80,7 @@ %_mingw32_configure %{_mingw32_env} ; \ - __mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; + __mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\ $__mingw32_topdir/configure --cache-file=%{_mingw32_cache} \\\ --host=%{_mingw32_host} \\\ --build=%_build \\\ diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 6570cee..6955029 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw32-filesystem -Version: 47 +Version: 48 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 18 2009 Richard W.M. Jones - 48-1 +- Fix _mingw32_configure. + * Tue Feb 17 2009 Richard W.M. Jones - 47-1 - Rename mingw32-COPYING to COPYING. - Rename mingw32-macros.mingw32 to macros.mingw32.