CVS: moonbase/compilers/ruby BUILD,1.3,1.4 DETAILS,1.7,1.8

Florin Braescu florin at lunar-linux.org
Fri Dec 26 06:57:37 GMT 2003


Update of /var/cvs/lunar/moonbase/compilers/ruby
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10659

Modified Files:
	BUILD DETAILS 
Log Message:
bump version from 1.8.0 to 1.8.1. this is mainly a bugfix release. passed all the tests included in the package without errors or failures.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/ruby/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	21 Nov 2003 05:14:12 -0000	1.3
+++ BUILD	26 Dec 2003 06:57:35 -0000	1.4
@@ -2,11 +2,6 @@
 
   bad_flags -fomit-frame-pointer
 
-  rm -fR ./win32         &&
-  rm -fR ./wince         &&
-  rm -fR ./ext/Win32API  &&
-  rm -fR ./ext/win32ole  &&
-  
   default_build
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/ruby/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	1 Nov 2003 22:32:21 -0000	1.7
+++ DETAILS	26 Dec 2003 06:57:35 -0000	1.8
@@ -1,18 +1,19 @@
           MODULE=ruby
-         VERSION=1.8.0
-        #VERSION=1.6.7
+         VERSION=1.8.1
+        #VERSION=1.8.0
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://xyz.lcs.mit.edu/$MODULE/1.8/$SOURCE
    SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE/$SOURCE
-     SOURCE_VFY=md5:582a65e52598a4a1e9fce523e16e67d6
+     SOURCE_VFY=md5:5d52c7d0e6a6eb6e3bc68d77e794898e
         WEB_SITE=http://www.ruby-lang.org/en
-           SHORT="Ruby is a scripting language"
          ENTERED=20020106
-         UPDATED=20030804
+         UPDATED=20031226
+        SHORT="Ruby is a scripting language"
+	 
 cat << EOF
-Ruby is the interpreted scripting language for quick and easy
-object-oriented programming.  It has many features to process text files
-and to do system management tasks (like Perl).  It is simple, straight
-foward extensible and portable.
+  Ruby is the interpreted scripting language for quick and easy
+  object-oriented programming.  It has many features to process text files
+  and to do system management tasks (like Perl).  It is simple, straight
+  foward extensible and portable.
 EOF




More information about the Lunar-commits mailing list