[mingw-filesystem] Fix syntax error in mingw64_env macro

Kalev Lember kalev at fedoraproject.org
Wed Jun 13 09:19:44 UTC 2012


commit fcb9178d02c29c5472e037e0f37e4cb8a6aca5d0
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Jun 13 12:18:04 2012 +0300

    Fix syntax error in mingw64_env macro
    
    Patch by Akira TAGOH.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=831534

 macros.mingw64        |    2 +-
 mingw-filesystem.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/macros.mingw64 b/macros.mingw64
index 3e6fbdd..ad39f3c 100644
--- a/macros.mingw64
+++ b/macros.mingw64
@@ -67,7 +67,7 @@
   unset _PREFIX; \
   CC="${MINGW64_CC:-%mingw64_cc}"; export CC; \
   CFLAGS="${MINGW64_CFLAGS:-%mingw64_cflags}"; export CFLAGS; \
-  CPPFLAGS="${MINGW64_CPPFLAGS:-%mingw64_cppflags}"; export CPPFLAGS \
+  CPPFLAGS="${MINGW64_CPPFLAGS:-%mingw64_cppflags}"; export CPPFLAGS; \
   if [ -x "%{_bindir}/%{mingw64_cxx}" ]; then \
     CXX="${MINGW64_CXX:-%mingw64_cxx}"; export CXX; \
     CXXFLAGS="${MINGW64_CXXFLAGS:-%mingw64_cflags}"; export CXXFLAGS; \
diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec
index 2ca7afb..fd14d1c 100644
--- a/mingw-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-filesystem
 Version:        95
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        MinGW cross compiler base filesystem and environment
 
 Group:          Development/Libraries
@@ -246,6 +246,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 
 
 %changelog
+* Wed Jun 13 2012 Kalev Lember <kalevlember at gmail.com> - 95-11
+- Fix syntax error in mingw64_env macro, thanks to Akira TAGOH (#831534)
+
 * Wed Jun  6 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 95-10
 - Prevent errors when the folders %%{mingw32_prefix} or %%{mingw64_prefix} are missing
 - Fix parse error when -config files containing a . are available


More information about the scm-commits mailing list