[sbcl: 1/2] - sbcl-1.0.43

Rex Dieter rdieter at fedoraproject.org
Thu Sep 30 19:18:09 UTC 2010


commit 6e2a969adcc8deff3a067964ff2fb4dee16ac9ef
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Sep 30 14:19:23 2010 -0500

    - sbcl-1.0.43

 .gitignore |    2 +-
 sbcl.spec  |   25 +++++++++++--------------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b47da02..4d8cf8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/sbcl-1.0.42-source.tar.bz2
+/sbcl-1.0.43-source.tar.bz2
diff --git a/sbcl.spec b/sbcl.spec
index 766b9ac..c07471f 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -15,7 +15,7 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 1.0.42
+Version: 1.0.43
 Release: 1%{?dist}
 
 License: BSD
@@ -167,13 +167,6 @@ export SBCL_HOME=%{_prefix}/lib/sbcl
 # docs
 make -C doc/manual html info
 
-# shorten long doc file names close to maxpathlen
-pushd doc/manual/sbcl
-method_sockets=$(basename $(ls Method-sb*sockets*.html) .html)
-mv "${method_sockets}.html" Method-sockets.html
-sed -i -e "s|${method_sockets}|Method-sockets|" General-Sockets.html
-popd
-
 
 %check
 ERROR=0
@@ -189,7 +182,7 @@ for CONTRIB in $CONTRIBS ; do
 done
 pushd tests 
 # still seeing periodic thread.impure failure(s) in koji
-time %{?setarch} %{?sbcl_shell} ./run-tests.sh ||:
+time %{?setarch} %{?sbcl_shell} ./run-tests.sh 
 popd
 exit $ERROR
 
@@ -238,12 +231,13 @@ fi
 %defattr(-,root,root)
 %doc BUGS COPYING README CREDITS NEWS TLA TODO
 %doc STYLE PRINCIPLES
-%{_bindir}/*
+%{_bindir}/sbcl
 %{_prefix}/lib/sbcl/
-%{_mandir}/man?/*
-%doc doc/manual/sbcl
-%doc doc/manual/asdf
-%{_infodir}/*
+%{_mandir}/man1/sbcl.1*
+%doc doc/manual/sbcl.html
+%doc doc/manual/asdf.html
+%{_infodir}/asdf.info*
+%{_infodir}/sbcl.info*
 %if 0%{?common_lisp_controller}
 %{_prefix}/lib/common-lisp/bin/*
 %{_sysconfdir}/*
@@ -255,6 +249,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 30 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.43-1
+- sbcl-1.0.43
+
 * Sat Sep 18 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.42-1
 - sbcl-1.0.42
 
diff --git a/sources b/sources
index ea62e28..958061b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09cc54b3afc84fe2ce1d5c2af98ea2a2  sbcl-1.0.42-source.tar.bz2
+2b125844371881a99cfdf63c286e74cd  sbcl-1.0.43-source.tar.bz2


More information about the scm-commits mailing list