SPECS: sbcl.spec - Threads are enabled on supported architectures ...

qrczak qrczak at pld-linux.org
Mon Mar 13 22:02:14 CET 2006


Author: qrczak                       Date: Mon Mar 13 21:02:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Threads are enabled on supported architectures (x86 and x86_64).
- Release 2.

---- Files affected:
SPECS:
   sbcl.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/sbcl.spec
diff -u SPECS/sbcl.spec:1.14 SPECS/sbcl.spec:1.15
--- SPECS/sbcl.spec:1.14	Tue Feb 28 21:29:36 2006
+++ SPECS/sbcl.spec	Mon Mar 13 22:02:07 2006
@@ -8,12 +8,13 @@
 Summary(pl):	Środowisko programowania Steel Bank Common Lisp
 Name:		sbcl
 Version:	0.9.10
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Languages
 Source0:	http://dl.sourceforge.net/sbcl/%{name}-%{version}-source.tar.bz2
 # Source0-md5:	58678d7081f32bdcd174c5233efba4f3
 Patch0:		%{name}-home.patch
+Patch1:		%{name}-threads.patch
 URL:		http://sbcl.sourceforge.net/
 %if %{with clisp}
 BuildRequires:	clisp
@@ -72,6 +73,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%ifarch %{ix86} %{x8664}
+%patch1 -p1
+%endif
 
 %if %{with clisp}
 %define bootstrap_cl "clisp"
@@ -141,6 +145,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/03/13 21:02:07  qrczak
+- Threads are enabled on supported architectures (x86 and x86_64).
+- Release 2.
+
 Revision 1.14  2006/02/28 20:29:36  qboosh
 - cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sbcl.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list