[newlisp/f16] Updated version

ndowens ndowens at fedoraproject.org
Sun Feb 26 05:33:25 UTC 2012


commit 9b696db91acd316626241259b391052c4f930fa2
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Sat Feb 25 23:33:16 2012 -0600

    Updated version

 .gitignore   |    1 +
 newlisp.spec |   44 ++++++++++++++++++++++++++------------------
 sources      |    2 +-
 3 files changed, 28 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0626a6e..3184468 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /newlisp-10.3.2.tgz
 /newlisp-10.3.3.tgz
+/newlisp-10.4.0.tgz
diff --git a/newlisp.spec b/newlisp.spec
index 8796654..6f1f170 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,14 +1,13 @@
 Name:           newlisp
-Version:        10.3.3
-Release:        2%{?dist}
+Version:        10.4.0
+Release:        1%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
 URL:            http://www.newlisp.org
 Source0:        http://www.newlisp.org/downloads/%{name}-%{version}.tgz
-
-Patch2:         newlisp-0002-Allow-to-override-CFLAGS.patch
-Patch3:         newlisp-0003-Don-t-strip-the-resulting-binary.patch
+Patch0:         %{name}-0002-Allow-to-override-CFLAGS.patch
+Patch1:         %{name}-0003-Don-t-strip-the-resulting-binary.patch
 BuildRequires:  readline-devel  
        
 
@@ -19,16 +18,12 @@ applications.
 
 %prep
 %setup -q
-
-# Allow to override CFLAGS (Fedora-specific mostly)
-%patch2 -p1 -b .override_cflags
-# Don't strip the resulting binary (Fedora-specific)
-%patch3 -p1 -b .dont_strip
+%patch0 -p1 -b .CFLAGS-override
+%patch1 -p1 -b .stop-binary-strip
 
 
 %build
 %configure
-# -pedantic -Wno-strict-aliasing -Wno-long-long
 CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" make %{?_smp_mflags}
 
 %install
@@ -51,15 +46,28 @@ make install_home HOME=%{buildroot}/usr/
 %attr(0755,-,-) %{_datadir}/%{name}/util/syntax.cgi
 
 
-
 %changelog
-* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject.org> 10.3.3-2
-- Removed no longer needed sed to remove shebang
+* Sat Feb 25 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.0-1
+- Updated version
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.3.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.5-2
+- Fixed %%files listing
+
+* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.5-1
+- Updated version
+
+* Thu Sep 22 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.3-3
+- Re-added patches, didn't think they were no longer needed
+
+* Thu Sep 22 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.3-2
+- Removed patches
 
-* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject.org> 10.3.3-1
-- Updated Email address in SPEC
-- Fixed file listed twice in %%files
-- Package updated to the latest stable version
+* Thu Sep 22 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.3-1
+- Updated version
+- Updated email address
 
 * Sun Jul 24 2011 Nathan Owe <ndowens04 at yahoo.com> 10.3.2-3
 - Updated License field to the correct license
diff --git a/sources b/sources
index c32538f..92a8b2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f997690d09b96dca9c3843784b13702  newlisp-10.3.3.tgz
+a56ed9130a403520b08059f17b81965a  newlisp-10.4.0.tgz


More information about the scm-commits mailing list