rpms/ecl/F-10 ecl-9.6.1-mp.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 ecl.spec, 1.11, 1.12 sources, 1.5, 1.6

Gérard Milmeister gemi at fedoraproject.org
Tue Jun 16 21:20:12 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/ecl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2165

Modified Files:
	.cvsignore ecl.spec sources 
Added Files:
	ecl-9.6.1-mp.patch 
Log Message:
new release 9.6.1

ecl-9.6.1-mp.patch:

--- NEW FILE ecl-9.6.1-mp.patch ---
diff -up ecl-9.6.1/src/clx/dependent.lisp.mp ecl-9.6.1/src/clx/dependent.lisp
--- ecl-9.6.1/src/clx/dependent.lisp.mp	2009-06-16 21:47:04.000000000 +0200
+++ ecl-9.6.1/src/clx/dependent.lisp	2009-06-16 21:47:24.000000000 +0200
@@ -1321,7 +1321,7 @@
 
 #+(and ecl threads)
 (defun current-process ()
-  (mp:current-process))
+  mp:*current-process*)
 
 ;;; WITHOUT-INTERRUPTS -- provide for atomic operations.
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	6 Oct 2008 20:58:15 -0000	1.5
+++ .cvsignore	16 Jun 2009 21:19:41 -0000	1.6
@@ -1 +1 @@
-ecl-0.9l.tgz
+ecl-9.6.0.tgz


Index: ecl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/F-10/ecl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ecl.spec	6 Oct 2008 21:11:16 -0000	1.11
+++ ecl.spec	16 Jun 2009 21:19:41 -0000	1.12
@@ -1,12 +1,13 @@
 Name:           ecl
-Version:        0.9l
-Release:        3%{?dist}
+Version:        9.6.1
+Release:        1%{?dist}
 Summary:        Embeddable Common-Lisp
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://ecls.sourceforge.net
-Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-%{version}.tgz
+Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-9.6.0.tgz
+Patch0:         ecl-9.6.1-mp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libX11-devel
 BuildRequires:	m4
@@ -30,6 +31,7 @@ to C, which can produce standalone execu
 
 %prep
 %setup0 -q
+%patch0 -p1
 # wrong character in texinfo file
 sed -i 's|\xc7||g' src/doc/user.txi
 # set rpath to the final path
@@ -40,7 +42,7 @@ find -name CVS | xargs rm -rf
 %build
 %configure --enable-boehm=included --enable-threads=yes --with-clx
 make
-(cd build/doc; make all html)
+(cd build/doc; make all)
 
 
 %install
@@ -50,7 +52,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 rm -fr $RPM_BUILD_ROOT%{_infodir}/dir
 rm -fr $RPM_BUILD_ROOT%{_docdir}
 
-find $RPM_BUILD_ROOT%{_libdir}/ecl -name '*.lsp' | xargs chmod 0644
+find $RPM_BUILD_ROOT%{_libdir}/ecl* -name '*.lsp' | xargs chmod 0644
 
 %post
 /usr/sbin/semanage fcontext -a -t textrel_shlib_t "%{_libdir}/libecl.so" 2>/dev/null || :
@@ -79,8 +81,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_bindir}/ecl
 %{_bindir}/ecl-config
-%{_libdir}/ecl
-%{_libdir}/libecl.so
+%{_libdir}/ecl*
+%{_libdir}/libecl.so*
 %{_includedir}/ecl
 %{_mandir}/man*/*
 %{_infodir}/*
@@ -89,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 16 2009 Gerard Milmeister <gemi at bluewin.ch> - 9.6.1-1
+- new release 9.6.1
+
 * Mon Oct  6 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.9l-2
 - disable ppc64 (fails to build)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	6 Oct 2008 20:58:15 -0000	1.5
+++ sources	16 Jun 2009 21:19:41 -0000	1.6
@@ -1 +1 @@
-a2bff84ccd3a4aa76d14ee3a277038df  ecl-0.9l.tgz
+f9e4770f241918a744b64174c5ffbeab  ecl-9.6.0.tgz




More information about the fedora-extras-commits mailing list