[mingw-webkitgtk: 33/36] Fix CFLAGS overriding with latest mingw-filesystem

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:12:14 UTC 2012


commit 940a408b953e01f6beabe689d7725cfb26cefedc
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Feb 28 11:52:32 2012 +0200

    Fix CFLAGS overriding with latest mingw-filesystem

 mingw32-webkitgtk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index e77a08d..05a6855 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -41,7 +41,7 @@
 
 Name:		mingw32-webkitgtk
 Version:	1.7.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	MinGW Windows web content engine library
 
 Group:		Development/Libraries
@@ -140,7 +140,7 @@ autoreconf --verbose --install -I Source/autotools
 
 %build
 # lower debug level to prevent memory exhaustion by linker
-%global _mingw32_cflags %(echo %{_mingw32_cflags} | sed 's/-g /-g1 /')
+%global mingw32_cflags %(echo %{mingw32_cflags} | sed 's/-g /-g1 /')
 
 %{_mingw32_configure}						\
 			--with-target=win32			\
@@ -217,6 +217,9 @@ fi
 
 
 %changelog
+* Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-5
+- Fix CFLAGS overriding with latest mingw-filesystem
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.7.5-4
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list