rpms/clisp/devel clisp.spec,1.14,1.15

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Jul 24 16:10:48 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/clisp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22853/devel

Modified Files:
	clisp.spec 
Log Message:



Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- clisp.spec	17 Jul 2006 19:51:13 -0000	1.14
+++ clisp.spec	24 Jul 2006 16:10:48 -0000	1.15
@@ -1,7 +1,7 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.39
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 
 Group:		Development/Languages
 License:	GPL
@@ -60,8 +60,7 @@
 
 %build
 sed -i -e 's|-Wpointer-arith|-Wpointer-arith -falign-functions=4|' src/makemake.in
-# setting CFLAGS breaks the build
-./configure --prefix=%{_prefix} \
+CFLAGS="" ./configure --prefix=%{_prefix} \
 	    --libdir=%{_libdir} \
 	    --fsstnd=redhat \
 	    --with-dynamic-ffi \
@@ -130,6 +129,10 @@
 
 
 %changelog
+* Mon Jul 24 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.39-2
+- rebuild with updated libsigsegv
+- set CFLAGS to ""
+
 * Mon Jul 17 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.39-1
 - new version 2.39
 




More information about the fedora-extras-commits mailing list