[clisp] Rebuild for GCC 4.7. Minor spec file cleanups.

Jerry James jjames at fedoraproject.org
Mon Jan 9 04:02:21 UTC 2012


commit 20ad15420f14d8a9d6fbb104f8a31cf4962827dd
Author: Jerry James <loganjerry at gmail.com>
Date:   Sun Jan 8 21:02:08 2012 -0700

    Rebuild for GCC 4.7.
    Minor spec file cleanups.

 clisp.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/clisp.spec b/clisp.spec
index 1bf1c65..3a2015d 100644
--- a/clisp.spec
+++ b/clisp.spec
@@ -1,11 +1,11 @@
 Name:		clisp
 Summary:	ANSI Common Lisp implementation
 Version:	2.49
-Release:	4%{?dist}
+Release:	5%{?dist}
 
 Group:		Development/Languages
 License:	GPLv2
-URL:		http://clisp.cons.org
+URL:		http://www.clisp.org/
 Source0:	http://downloads.sourceforge.net/clisp/clisp-%{version}.tar.bz2
 # Adapt to libsvm 3.1.  Sent upstream 23 Jun 2011.
 Patch0:		clisp-libsvm.patch
@@ -67,7 +67,7 @@ Maxima, ACL2 and many other Common Lisp packages.
 Summary:	Development files for CLISP
 Group:		Development/Languages
 Provides:	%{name}-static = %{version}-%{release} 
-Requires:	%{name} = %{version}-%{release}, automake
+Requires:	%{name}%{?_isa} = %{version}-%{release}, automake
 
 %description devel
 Files necessary for linking CLISP programs.
@@ -192,6 +192,10 @@ chmod a+x \
 
 
 %changelog
+* Sun Jan  8 2012 Jerry James <loganjerry at gmail.com> - 2.49-5
+- Rebuild for GCC 4.7
+- Minor spec file cleanups
+
 * Thu Jun 23 2011 Jerry James <loganjerry at gmail.com> - 2.49-4
 - Add libsvm patch to fix FTBFS on Rawhide (bz 715970)
 - Fix readline module to also use compat-readline5 instead of readline6


More information about the scm-commits mailing list