[newlisp/f20] Updated to newest version (bug #857702, #1010619)

ndowens ndowens at fedoraproject.org
Sun Mar 30 23:13:52 UTC 2014


commit 70db595e3fa94a0692eb30b60a6bc4ce6fa1352d
Author: ndowens <ndowens04 at gmail.com>
Date:   Sun Mar 30 23:13:54 2014 +0000

    Updated to newest version (bug #857702, #1010619)
    
      -- Fixes broken modules (bug #1063097)
    - Removed CFLAGS-Override patch
    - Removed a few no longer needed %datadir lines

 .gitignore                                  |    1 +
 newlisp-0002-Allow-to-override-CFLAGS.patch |   40 ---------------------------
 newlisp.spec                                |   23 ++++++++-------
 sources                                     |    2 +-
 4 files changed, 14 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93763ad..4b4e335 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /newlisp-10.4.0.tgz
 /newlisp-10.4.2.tgz
 /newlisp-10.4.3.tgz
+/newlisp-10.5.4.tgz
diff --git a/newlisp.spec b/newlisp.spec
index e307e77..2187abd 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,12 +1,11 @@
 Name:           newlisp
-Version:        10.4.3
-Release:        8%{?dist}
+Version:        10.5.4
+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
-Patch0:         %{name}-0002-Allow-to-override-CFLAGS.patch
 Patch1:         %{name}-0003-Don-t-strip-the-resulting-binary.patch
 BuildRequires:  readline-devel  
 BuildRequires:  libffi-devel     
@@ -18,7 +17,6 @@ applications.
 
 %prep
 %setup -q
-%patch0 -p1 -b .CFLAGS-override
 %patch1 -p1 -b .stop-binary-strip
 
 # Remove it from the general build and specify it on supported platforms below
@@ -48,22 +46,25 @@ make install_home HOME=%{buildroot}/usr/
 %{_bindir}/newlispdoc
 %{_mandir}/man1/*
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/modules
-%{_datadir}/%{name}/util/httpd-conf.lsp
-%{_datadir}/%{name}/util/link.lsp
-%{_datadir}/%{name}/util/nanorc
 %{_datadir}/%{name}/util/%{name}.vim
+%{_datadir}/%{name}/modules/*
 %attr(0755,-,-) %{_datadir}/%{name}/util/syntax.cgi
 
 
 %changelog
+* Sun Mar 30 2014 Nathan Owens <ndowens at fedoraproject.org> 10.5.4-1
+- Updated to newest version (bug #857702, #1010619)
+  -- Fixes broken modules (bug #1063097)
+- Removed CFLAGS-Override patch
+- Removed a few no longer needed %%datadir lines
+ 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.4.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.4.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-* Mon Dec  8 2012 Peter Robinson <pbrobinson at fedoraproject.org> 10.4.3-6
+* Sat Dec 08 2012 Peter Robinson <pbrobinson at fedoraproject.org> 10.4.3-6
 - Fix utf8 build on non x86 arches
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.4.3-5
@@ -101,10 +102,10 @@ make install_home HOME=%{buildroot}/usr/
 * 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
+* Tue Oct 11 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
+* Tue Oct 11 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
diff --git a/sources b/sources
index 136722d..e70efc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3bd7b73f48edb470a208e0cc0f4fdc4  newlisp-10.4.3.tgz
+42493f940b70ee514d368794fd6bd457  newlisp-10.5.4.tgz


More information about the scm-commits mailing list