rpms/sbcl/EL-4 .cvsignore, 1.19, 1.20 sbcl.spec, 1.46, 1.47 sources, 1.21, 1.22

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Aug 30 23:21:07 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/sbcl/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2404

Modified Files:
	.cvsignore sbcl.spec sources 
Log Message:
* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.9-1
- sbcl-1.0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	26 Mar 2007 11:54:50 -0000	1.19
+++ .cvsignore	30 Aug 2007 23:20:34 -0000	1.20
@@ -1,10 +1,14 @@
-sbcl-1.0-powerpc-linux-binary.tar.bz2
-sbcl-0.9.12-powerpc-linux-binary.tar.bz2
-sbcl-1.0.1-source.tar.bz2
-sbcl-1.0.1-x86-linux-binary.tar.bz2
-sbcl-1.0.1-x86-64-linux-binary.tar.bz2
-sbcl-1.0.1-patched-powerpc-linux.tar.bz2
 sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
-sbcl-1.0.2-source.tar.bz2
-sbcl-1.0.3-source.tar.bz2
+sbcl-1.0.1-patched-powerpc-linux.tar.bz2
+sbcl-1.0.1-x86-64-linux-binary.tar.bz2
+sbcl-1.0.1-x86-linux-binary.tar.bz2
+sbcl-1.0.3-x86-64-linux-binary.tar.bz2
+sbcl-1.0.3-x86-linux-binary.tar.bz2
 sbcl-1.0.4-source.tar.bz2
+sbcl-1.0.5-source.tar.bz2
+sbcl-1.0.5-x86-64-linux-binary.tar.bz2
+sbcl-1.0.5-x86-linux-binary.tar.bz2
+sbcl-1.0.6-source.tar.bz2
+sbcl-1.0.7-source.tar.bz2
+sbcl-1.0.8-source.tar.bz2
+sbcl-1.0.9-source.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/sbcl.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sbcl.spec	26 Mar 2007 11:54:50 -0000	1.46
+++ sbcl.spec	30 Aug 2007 23:20:34 -0000	1.47
@@ -7,24 +7,27 @@
 #define sbcl_verbose 1 
 %define sbcl_shell /bin/bash
 
+# threading support
+%{?!_without_threads:%define _with_threads --with-threads}
+
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 1.0.4
+Version: 1.0.9
 Release: 1%{?dist}
 
-License: BSD/MIT
+License: BSD
 Group: 	 Development/Languages
 URL:	 http://sbcl.sourceforge.net/
 Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch: %{ix86} x86_64 ppc sparc
+ExclusiveArch: i386 x86_64 ppc sparc
 
 # Pre-generated html docs (not used)
 #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2
 Source2: customize-target-features.lisp 
 
 ## x86 section
-#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2
+#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.5-x86-linux-binary.tar.bz2
 %ifarch %{ix86}
 %define sbcl_arch x86
 BuildRequires: sbcl
@@ -33,7 +36,7 @@
 %endif
 
 ## x86_64 section
-#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2
+#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.5-x86-64-linux-binary.tar.bz2
 %ifarch x86_64
 %define sbcl_arch x86-64
 BuildRequires: sbcl
@@ -44,6 +47,7 @@
 ## ppc section
 # Thanks David!
 #Source30: sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
+#Source30: sbcl-1.0.1-patched-powerpc-linux.tar.bz2
 %ifarch ppc 
 %define sbcl_arch ppc
 BuildRequires: sbcl
@@ -101,11 +105,13 @@
 %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
 
+%if "%{?_with_threads:1}" == "1"
 ## Enable sb-thread
 %ifarch %{ix86} x86_64
 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
 # or
-#install -m644 -p %{SOURCE2} ./customize-target-features.lisp
+install -m644 -p %{SOURCE2} ./customize-target-features.lisp
+%endif
 %endif
 
 # "install" local bootstrap
@@ -228,6 +234,34 @@
 
 
 %changelog
+* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.9-1
+- sbcl-1.0.9
+
+* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.8-3
+- respin (ppc32)
+
+* Fri Aug 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.8-2
+- ExclusiveArch: i386 (#251689)
+- License: BSD
+
+* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.8-1
+- sbcl-1.0.8
+
+* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.7-1
+- sbcl-1.0.7
+
+* Wed Jun 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.6-2
+- respin
+
+* Tue May 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.6-1
+- sbcl-1.0.6
+
+* Sun Apr 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.5-1
+- sbcl-1.0.5
+
+* Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.4-2
+- re-enable threading support (#235644)
+
 * Mon Mar 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.4-1
 - sbcl-1.0.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/EL-4/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	26 Mar 2007 11:54:50 -0000	1.21
+++ sources	30 Aug 2007 23:20:34 -0000	1.22
@@ -1 +1 @@
-5df9a3171250ee97b823bf3796a3a90f  sbcl-1.0.4-source.tar.bz2
+640e6c11b6741aab6dd2a976691fe35c  sbcl-1.0.9-source.tar.bz2




More information about the fedora-extras-commits mailing list