rpms/slib/devel slib-3b1-guile.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 slib.spec, 1.15, 1.16 sources, 1.5, 1.6 slib-3a5-guile.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Thu Feb 14 14:40:29 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/slib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26753

Modified Files:
	.cvsignore slib.spec sources 
Added Files:
	slib-3b1-guile.patch 
Removed Files:
	slib-3a5-guile.patch 
Log Message:
- update to 3b1


slib-3b1-guile.patch:

--- NEW FILE slib-3b1-guile.patch ---
diff -up slib/guile.init.guile slib/guile.init
--- slib/guile.init.guile	2007-12-24 05:33:08.000000000 +0100
+++ slib/guile.init	2008-02-14 15:17:54.000000000 +0100
@@ -53,7 +53,10 @@
 (define implementation-vicinity
   (cond ((and (defined? 'getenv) (getenv "GUILE_IMPLEMENTATION_PATH"))
 	 => (lambda (path) (lambda () path)))
-	(else %site-dir)))
+	(else (let* ((path (or (%search-load-path "slib/qp.scm")
+			    (error "Could not find slib/qp.scm in " %load-path)))
+		     (vic (substring path 0 (- (string-length path) 11))))
+	       (lambda () vic)))))
 
 ;;; (library-vicinity) should be defined to be the pathname of the
 ;;; directory where files of Scheme library functions reside.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Jan 2008 16:04:06 -0000	1.5
+++ .cvsignore	14 Feb 2008 14:39:50 -0000	1.6
@@ -1 +1 @@
-slib3a5.zip
+slib-3b1.zip


Index: slib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/slib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- slib.spec	9 Jan 2008 16:04:06 -0000	1.15
+++ slib.spec	14 Feb 2008 14:39:50 -0000	1.16
@@ -1,12 +1,12 @@
 Summary:      Platform independent library for scheme
 Name:         slib
-Version:      3a5
+Version:      3b1
 Release:      1%{?dist}
 License:      SLIB
 Group:        Development/Languages
 BuildArch:    noarch
-Source0:      ftp://swissnet.ai.mit.edu/pub/scm/slib%{version}.zip
-Patch1:       slib-3a5-guile.patch
+Source0:      http://swiss.csail.mit.edu/ftpdir/scm/slib-%{version}.zip
+Patch1:       slib-3b1-guile.patch
 URL:          http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
@@ -55,6 +55,9 @@
 %{_infodir}/slib.*
 
 %changelog
+* Thu Feb 14 2008 Miroslav Lichvar <mlichvar at redhat.com> 3b1-1
+- update to 3b1
+
 * Wed Jan 09 2008 Miroslav Lichvar <mlichvar at redhat.com> 3a5-1
 - update to 3a5
 - replace slib paths only in .init files


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Jan 2008 16:04:06 -0000	1.5
+++ sources	14 Feb 2008 14:39:50 -0000	1.6
@@ -1 +1 @@
-39274e6de82af2c97bdfc6c4cc125fb0  slib3a5.zip
+9622df4aba2fde24eeb4456d97c5add1  slib-3b1.zip


--- slib-3a5-guile.patch DELETED ---




More information about the fedora-extras-commits mailing list