rpms/guile/devel guile-1.8.3-cr.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 guile.spec, 1.54, 1.55 sources, 1.13, 1.14 guile-1.8.1-slib.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Mon Oct 22 15:39:04 UTC 2007


Author: mlichvar

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

Modified Files:
	.cvsignore guile.spec sources 
Added Files:
	guile-1.8.3-cr.patch 
Removed Files:
	guile-1.8.1-slib.patch 
Log Message:
- update to 1.8.3


guile-1.8.3-cr.patch:

--- NEW FILE guile-1.8.3-cr.patch ---
Index: guile-core/libguile/read.c
===================================================================
RCS file: /sources/guile/guile/guile-core/libguile/read.c,v
retrieving revision 1.117.2.7
retrieving revision 1.117.2.8
diff -u -r1.117.2.7 -r1.117.2.8
--- guile-core/libguile/read.c	3 Sep 2007 17:04:49 -0000	1.117.2.7
+++ guile-core/libguile/read.c	17 Oct 2007 22:16:44 -0000	1.117.2.8
@@ -152,7 +152,7 @@
 /* `isblank' is only in C99.  */
 #define CHAR_IS_BLANK_(_chr)					\
   (((_chr) == ' ') || ((_chr) == '\t') || ((_chr) == '\n')	\
-   || ((_chr) == '\f'))
+   || ((_chr) == '\f') || ((_chr) == '\r'))
 
 #ifdef MSDOS
 # define CHAR_IS_BLANK(_chr)			\


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/guile/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	17 Jul 2007 12:33:50 -0000	1.13
+++ .cvsignore	22 Oct 2007 15:38:31 -0000	1.14
@@ -1 +1 @@
-guile-1.8.2.tar.gz
+guile-1.8.3.tar.gz


Index: guile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guile/devel/guile.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- guile.spec	22 Aug 2007 09:30:56 -0000	1.54
+++ guile.spec	22 Oct 2007 15:38:31 -0000	1.55
@@ -1,11 +1,11 @@
 Summary: A GNU implementation of Scheme for application extensibility
 Name: guile
-Version: 1.8.2
-Release: 2%{?dist}
+Version: 1.8.3
+Release: 1%{?dist}
 Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz
 URL: http://www.gnu.org/software/guile/
 Patch1: guile-1.8.0-rpath.patch
-Patch2: guile-1.8.1-slib.patch
+Patch2: guile-1.8.3-cr.patch
 Patch4: guile-1.8.1-deplibs.patch
 Patch5: guile-1.8.0-multilib.patch
 License: GPLv2+ and LGPLv2+
@@ -43,7 +43,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .rpath
-%patch2 -p1 -b .slib
+%patch2 -p1 -b .cr
 %patch4 -p1 -b .deplibs
 %patch5 -p1 -b .multilib
 
@@ -129,6 +129,9 @@
 %{_includedir}/libguile.h
 
 %changelog
+* Mon Oct 22 2007 Miroslav Lichvar <mlichvar at redhat.com> - 5:1.8.3-1
+- update to 1.8.3
+
 * Wed Aug 22 2007 Miroslav Lichvar <mlichvar at redhat.com> - 5:1.8.2-2
 - update license tag
 - redirect guile output in triggerin script


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/guile/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	17 Jul 2007 12:33:50 -0000	1.13
+++ sources	22 Oct 2007 15:38:31 -0000	1.14
@@ -1 +1 @@
-a4b64a992deae0532f8015bcc6c40784  guile-1.8.2.tar.gz
+7fd016924e1bc3e273f4009a080942de  guile-1.8.3.tar.gz


--- guile-1.8.1-slib.patch DELETED ---




More information about the fedora-extras-commits mailing list