[newlisp/f17] modified: newlisp-0002-Allow-to-override-CFLAGS.patch modified: newlisp.spec

ndowens ndowens at fedoraproject.org
Tue Apr 17 23:07:17 UTC 2012


commit 71fdaa9c65d3b2198930e10cfa9df11453601e0f
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Tue Apr 17 18:06:50 2012 -0500

    	modified:   newlisp-0002-Allow-to-override-CFLAGS.patch
    	modified:   newlisp.spec

 newlisp-0002-Allow-to-override-CFLAGS.patch |    3 ++-
 newlisp.spec                                |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/newlisp-0002-Allow-to-override-CFLAGS.patch b/newlisp-0002-Allow-to-override-CFLAGS.patch
index 2c71a22..82e32e3 100644
--- a/newlisp-0002-Allow-to-override-CFLAGS.patch
+++ b/newlisp-0002-Allow-to-override-CFLAGS.patch
@@ -18,7 +18,8 @@ index abccae3..9458501 100644
  	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o
  
 -CFLAGS = -fPIC -m64 -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
-+CFLAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
+-+CFLAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
+++CLFAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
  
  CC = gcc
  
diff --git a/newlisp.spec b/newlisp.spec
index 8993cc6..0ccac0a 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -65,6 +65,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Tue Apr 17 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.0-3
+- Fixed mixed-tabs-and-spaces warning
+
 * Mon Apr 16 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 10.4.0-2
 - Fix building from ARM
 


More information about the scm-commits mailing list