rpms/gcl/devel gcl-bash.patch,1.1,1.2 gcl.spec,1.16,1.17

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Mar 8 19:53:24 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/gcl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21482

Modified Files:
	gcl-bash.patch gcl.spec 
Log Message:


gcl-bash.patch:

Index: gcl-bash.patch
===================================================================
RCS file: /cvs/extras/rpms/gcl/devel/gcl-bash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcl-bash.patch	8 Mar 2006 19:40:59 -0000	1.1
+++ gcl-bash.patch	8 Mar 2006 19:53:24 -0000	1.2
@@ -1,5 +1,5 @@
---- gcl-2.6.7/configure.bash	2006-03-08 20:39:05.000000000 +0100
-+++ gcl-2.6.7/configure	2006-03-08 20:39:39.000000000 +0100
+--- gcl-2.6.7/configure.bash	2006-03-08 20:50:04.000000000 +0100
++++ gcl-2.6.7/configure	2006-03-08 20:52:25.000000000 +0100
 @@ -1711,7 +1711,7 @@
  	# results, and the version is kept in special file).
      
@@ -9,3 +9,12 @@
  	fi
  	if test "`uname -s`" = "AIX" ; then
  	    system=AIX-`uname -v`.`uname -r`
+@@ -2409,7 +2409,7 @@
+     X_LIBS="$X_LIBS -L$x_libraries"
+     # For Solaris; some versions of Sun CC require a space after -R and
+     # others require no space.  Words are not sufficient . . . .
+-    case "`(uname -sr) 2>/dev/null`" in
++    case "`uname -sr 2>/dev/null`" in
+     "SunOS 5"*)
+       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
+ echo "configure:2416: checking whether -R must be followed by a space" >&5


Index: gcl.spec
===================================================================
RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gcl.spec	8 Mar 2006 19:40:59 -0000	1.16
+++ gcl.spec	8 Mar 2006 19:53:24 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           gcl
 Version:        2.6.7
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        GNU Common Lisp
 
 Group:          Development/Languages




More information about the fedora-extras-commits mailing list