[newlisp/f17] Updated version and including missing patch

ndowens ndowens at fedoraproject.org
Sat May 5 02:01:18 UTC 2012


commit 2884586e4ef87e41bb5a60ba4cf091d8847c7a9e
Author: ndowens <ndowens at Nathan.Linux>
Date:   Fri May 4 21:01:00 2012 -0500

    Updated version and including missing patch

 .gitignore                                  |    1 +
 newlisp-0002-Allow-to-override-CFLAGS.patch |   40 +++++++++++++++++++++++++++
 newlisp.spec                                |    8 ++++-
 sources                                     |    2 +-
 4 files changed, 48 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02546ed..056062c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /newlisp-10.3.3.tgz
 /newlisp-10.3.5.tgz
 /newlisp-10.4.0.tgz
+/newlisp-10.4.2.tgz
diff --git a/newlisp-0002-Allow-to-override-CFLAGS.patch b/newlisp-0002-Allow-to-override-CFLAGS.patch
index e69de29..2cd17dc 100644
--- a/newlisp-0002-Allow-to-override-CFLAGS.patch
+++ b/newlisp-0002-Allow-to-override-CFLAGS.patch
@@ -0,0 +1,40 @@
+From f1a1f39234076f15e243bdddf48ffc654037a6a5 Mon Sep 17 00:00:00 2001
+From: Peter Lemenkov <lemenkov at gmail.com>
+Date: Sun, 24 Jul 2011 12:57:38 +0400
+Subject: [PATCH 2/3] Allow to override CFLAGS
+
+Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
+---
+ makefile_linuxLP64_utf8 |    2 +-
+ makefile_linux_utf8     |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/makefile_linuxLP64_utf8 b/makefile_linuxLP64_utf8
+index abccae3..9458501 100644
+--- a/makefile_linuxLP64_utf8
++++ b/makefile_linuxLP64_utf8
+@@ -6,7 +6,7 @@
+ OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
+ 	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 -m64 -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
+ 
+ CC = gcc
+ 
+diff --git a/makefile_linux_utf8 b/makefile_linux_utf8
+index 21ec7bd..e05cdcc 100644
+--- a/makefile_linux_utf8
++++ b/makefile_linux_utf8
+@@ -6,7 +6,7 @@
+ OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
+ 	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o
+ 
+-CFLAGS = -m32 -Wall -pedantic -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DLINUX
++CFLAGS ?= -m32 -Wall -pedantic -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DLINUX
+ 
+ CC = gcc
+ 
+-- 
+1.7.6
+
diff --git a/newlisp.spec b/newlisp.spec
index 592fb73..c36b064 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
-Version:        10.4.0
-Release:        4%{?dist}
+Version:        10.4.2
+Release:        1%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -65,6 +65,10 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Fri May 04 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.2-1
+- Fixes missing RPM_OPT_FLAGS (bug #815529)
+- Updated version (bug #818145)
+
 * Tue Apr 17 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.0-4
 - Rebuild with updated Allow-override-CFLAGS patch
 
diff --git a/sources b/sources
index 92a8b2f..94bca0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a56ed9130a403520b08059f17b81965a  newlisp-10.4.0.tgz
+97a3b822e33ccefe7fad36d56371392c  newlisp-10.4.2.tgz


More information about the scm-commits mailing list