rpms/gnu-smalltalk/devel gst-2.3.3-pub.patch, NONE, 1.1 gnu-smalltalk.spec, 1.13, 1.14

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Sun Mar 18 19:11:56 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/gnu-smalltalk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv468

Modified Files:
	gnu-smalltalk.spec 
Added Files:
	gst-2.3.3-pub.patch 
Log Message:
Include Publish.st patch

gst-2.3.3-pub.patch:

--- NEW FILE gst-2.3.3-pub.patch ---
--- orig/examples/Publish.st	2006-02-05 20:41:23.000000000 +0200
+++ mod/examples/Publish.st	2007-03-17 19:15:08.000000000 +0200
@@ -862,7 +862,7 @@
 	fileName := (each nameIn: Namespace current).
 
 	('writing documentation into ', fileName, '.htm') displayNl.
-	self publish: each onFile: fileName, '.htm'
+	self publish: each onFile: fileName, '.htm'.
 	aFileStream
 	    nextPutAll: ('<A HREF="%1.htm">%1</A>' bindWith: fileName);
 	    nl.
@@ -979,7 +979,7 @@
 	nextPutAllText: self classCategory; nl;
 	nextPutAll: '<BR>Superclass: ';
 	nextPutAllText: self superclassName;
-	nextPutAllText: '</B><DD>'; nl;
+	nextPutAll: '</B><DD>'; nl;
 	nextPutAllText: self classComment;
 	nl; nextPutAll: '</DL><P><A NAME="top"><H2>Method category index</H2></A>';
 	nl



Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnu-smalltalk.spec	13 Mar 2007 16:05:15 -0000	1.13
+++ gnu-smalltalk.spec	18 Mar 2007 19:11:23 -0000	1.14
@@ -1,10 +1,11 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
 Version: 2.3.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz
 Patch1: gst-2.3.3-am.patch
 Patch2: gst-2.3.3-path.patch
+Patch3:	gst-2.3.3-pub.patch
 License: GPL
 Group: Development/Languages
 URL: http://www.gnu.org/software/smalltalk/smalltalk.html
@@ -64,6 +65,7 @@
 %setup -q -n smalltalk-%{version}
 %patch1 -p1 -b .automake
 %patch2 -p1
+%patch3 -p1
 
 %build
 #automake
@@ -144,6 +146,9 @@
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
+* Sun Mar 18 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.3-5
+- Include Publish.st patch
+
 * Tue Mar 13 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.3-4
 - Fix wrong paths in gst.im
 




More information about the scm-commits mailing list