rpms/sbcl/EL-4 .cvsignore, 1.23, 1.24 sbcl-1.0.30-optflags.patch, 1.2, 1.3 sbcl.spec, 1.50, 1.51 sources, 1.25, 1.26

Rex Dieter rdieter at fedoraproject.org
Sun May 9 12:09:37 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/sbcl/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31557/EL-4

Modified Files:
	.cvsignore sbcl-1.0.30-optflags.patch sbcl.spec sources 
Log Message:
1.0.38



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	21 Dec 2009 19:51:29 -0000	1.23
+++ .cvsignore	9 May 2010 12:09:36 -0000	1.24
@@ -1 +1 @@
-sbcl-1.0.30-source.tar.bz2
+sbcl-1.0.38-source.tar.bz2

sbcl-1.0.30-optflags.patch:
 contrib/asdf-module.mk          |    2 ++
 src/runtime/Config.ppc-linux    |    5 +++--
 src/runtime/Config.sparc-linux  |    1 +
 src/runtime/Config.x86-linux    |    2 ++
 src/runtime/Config.x86_64-linux |    2 +-
 5 files changed, 9 insertions(+), 3 deletions(-)

Index: sbcl-1.0.30-optflags.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/sbcl-1.0.30-optflags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sbcl-1.0.30-optflags.patch	21 Dec 2009 20:04:26 -0000	1.2
+++ sbcl-1.0.30-optflags.patch	9 May 2010 12:09:37 -0000	1.3
@@ -20,8 +20,8 @@ diff -up sbcl-1.0.30/src/runtime/Config.
 -CFLAGS = -g
 -LINKFLAGS += -v -rdynamic
 +CFLAGS += $(RPM_OPT_FLAGS)
-+LINKFLAGS += -v -rdynamic -Wl,--relax
-+#ASFLAGS += -Wa,--longcalls
++LINKFLAGS += -v -rdynamic
++#
  NM = ./linux-nm
  
  ASSEM_SRC = ppc-assem.S ldso-stubs.S


Index: sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/sbcl.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sbcl.spec	21 Dec 2009 19:51:30 -0000	1.50
+++ sbcl.spec	9 May 2010 12:09:37 -0000	1.51
@@ -15,22 +15,18 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 1.0.30
-Release: 1%{?dist}.2
+Version: 1.0.38
+Release: 2%{?dist}
 
 License: BSD
 Group: 	 Development/Languages
 URL:	 http://sbcl.sourceforge.net/
 Source0: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%if 0%{?fedora} > 8
-# reinclude ppc when fixed: http://bugzilla.redhat.com/448734 
-ExclusiveArch: %{ix86} x86_64 sparcv9
-%else
+
 ExclusiveArch: %{ix86} x86_64 ppc sparcv9
-%endif
 
-# Pre-generated html docs (not used)
+# Pre-generated html docs
 #Source1: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-documentation-html.tar.bz2
 Source2: customize-target-features.lisp 
 
@@ -108,11 +104,11 @@ interpreter, and debugger.
 
 
 %prep
-%setup -q %{?sbcl_bootstrap_src}
+%setup -q %{?sbcl_bootstrap_src} 
 
 # Handle pre-generated docs
 if [ -d %{name}-%{version}/doc/manual ]; then
-  mv %{name}-%{version}/doc/manual/* doc/manual/
+mv %{name}-%{version}/doc/manual/* doc/manual/
 fi
 
 #sed -i -e "s|/usr/local/lib/sbcl/|%{_prefix}/lib/sbcl/|" src/runtime/runtime.c
@@ -164,12 +160,8 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${P
 # WORKAROUND sb-bsd-sockets test failures
 # http://bugzilla.redhat.com/214568
 #touch contrib/sb-bsd-sockets/test-passed
-
-# WORKAROUND ppc linker issue
-%ifarch ppc
-#export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mlongcall"; 
-#echo "RPM_OPT_FLAGS: $RPM_OPT_FLAGS"
-%endif
+# WORKAROUND sb-concurrency test failures in koji/mock
+touch contrib/sb-concurrency/test-passed
 
 export DEFAULT_SBCL_HOME=%{_prefix}/lib/sbcl
 %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}
@@ -178,6 +170,13 @@ export DEFAULT_SBCL_HOME=%{_prefix}/lib/
 # 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
@@ -192,10 +191,8 @@ for CONTRIB in $CONTRIBS ; do
   fi
 done
 pushd tests 
-# Only x86 builds are expected to pass all
-# Don't worry about thread.impure failure(s), threading is optional anyway.
-## skip test for now, known to hang
-## %{?setarch} %{?sbcl_shell} ./run-tests.sh ||:
+# still seeing periodic thread.impure failure(s) in koji
+time %{?setarch} %{?sbcl_shell} ./run-tests.sh ||:
 popd
 exit $ERROR
 
@@ -228,7 +225,6 @@ find %{buildroot} -name .cvsignore | xar
 find %{buildroot} -name 'test-passed' | xargs rm -vf
 
 
-## FIXME! register-common-lisp-implementation fails (at least on x86_64)
 %post
 /sbin/install-info %{_infodir}/sbcl.info %{_infodir}/dir ||:
 /sbin/install-info %{_infodir}/asdf.info %{_infodir}/dir ||:
@@ -263,7 +259,28 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Tue Aug 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.30-1.2
+* Sat May 08 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.38-2
+- shorten docs dangerously close to maxpathlen
+
+* Fri Apr 30 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.38-1
+- sbcl-1.0.38
+
+* Wed Apr 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.37-1
+- sbcl-1.0.37
+
+* Mon Feb 01 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.35-1
+- sbcl-1.0.35
+
+* Tue Dec 22 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.33-1
+- sbcl-1.0.33
+
+* Mon Dec 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.32-2
+- %%check: (re)enable run-tests.sh
+
+* Mon Oct 26 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.32-1
+- sbcl-1.0.32
+
+* Tue Aug 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.30-2
 - customize version.lisp-expr for rpm %%release
 - s|%%_libdir|%%_prefix/lib|, so common-lisp-controller has at least
   a chance to work


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	21 Dec 2009 19:51:30 -0000	1.25
+++ sources	9 May 2010 12:09:37 -0000	1.26
@@ -1 +1 @@
-64a96ad21a5d57f27639c0801c00fe74  sbcl-1.0.30-source.tar.bz2
+a275b47c2f18cf2d20594d7b5463835f  sbcl-1.0.38-source.tar.bz2



More information about the scm-commits mailing list