[newlisp] modified: newlisp.spec

ndowens ndowens at fedoraproject.org
Wed Jun 6 01:51:15 UTC 2012


commit a760981416599450b235454e2d1c300320d4f858
Author: ndowens <ndowens at Nathan.Linux>
Date:   Tue Jun 5 20:50:32 2012 -0500

    	modified:   newlisp.spec

 newlisp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index 9e454d9..d3de819 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -33,7 +33,7 @@ CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX -DNEWLISP64" \
         make -f makefile_linuxLP64_utf8 %{?_smp_mflags}
 %else
 CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-        make -f makefile_linux_utf %{?_smp_mflags}
+        make -f makefile_linux_utf8 %{?_smp_mflags}
 %endif
 
 %install
@@ -55,6 +55,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Tue Jun 05 2012 Nathan Owens <ndowens[at]fedoraproject.org> 10.4.3-4
+- Left out the 8 in utf8 for 32-bit makefile
+
 * Sat Jun 02 2012 Nathan Owens <ndowens[at]fedoraproject.org> 10.4.3-3
 - Re-attempt to fix missing rpm_opt_flags
 


More information about the scm-commits mailing list