Thread: [Fxruby-commits] CVS: FXRuby ANNOUNCE,1.27,1.28 FXRuby-ruby1.6-i586-mswin32.iss,1.2,1.3 FXRuby-ruby1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 16:39:09
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv22793 Modified Files: ANNOUNCE FXRuby-ruby1.6-i586-mswin32.iss FXRuby-ruby1.7-i386-mswin32.iss FXRuby.spec Makefile Makefile.in Log Message: Updated the version number for these files to 1.1.13. Index: ANNOUNCE =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ANNOUNCE,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** ANNOUNCE 11 Jul 2002 13:32:53 -0000 1.27 --- ANNOUNCE 11 Jul 2002 16:39:06 -0000 1.28 *************** *** 9,21 **** and the source tarball can be downloaded here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.11.tar.gz A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is available for download here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.11-win32.exe and a Linux RPM (for Ruby 1.6) is available for download here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.11-1.i386.rpm Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which --- 9,21 ---- and the source tarball can be downloaded here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.1.13.tar.gz A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is available for download here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.1.13-win32.exe and a Linux RPM (for Ruby 1.6) is available for download here: ! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.1.13-1.i386.rpm Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which Index: FXRuby-ruby1.6-i586-mswin32.iss =================================================================== RCS file: /cvsroot/fxruby/FXRuby/FXRuby-ruby1.6-i586-mswin32.iss,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FXRuby-ruby1.6-i586-mswin32.iss 11 Jul 2002 13:32:53 -0000 1.2 --- FXRuby-ruby1.6-i586-mswin32.iss 11 Jul 2002 16:39:06 -0000 1.3 *************** *** 4,8 **** [Setup] AppName=FXRuby ! AppVerName=FXRuby 1.0.11 AppPublisherURL=http://www.fxruby.org AppSupportURL=http://www.fxruby.org --- 4,8 ---- [Setup] AppName=FXRuby ! AppVerName=FXRuby 1.1.13 AppPublisherURL=http://www.fxruby.org AppSupportURL=http://www.fxruby.org *************** *** 14,18 **** InfoBeforeFile=C:\src\FXRuby\README.win32.txt OutputDir=. ! OutputBaseFilename=FXRuby-1.0.11-win32 [Files] --- 14,18 ---- InfoBeforeFile=C:\src\FXRuby\README.win32.txt OutputDir=. ! OutputBaseFilename=FXRuby-1.1.13-win32 [Files] Index: FXRuby-ruby1.7-i386-mswin32.iss =================================================================== RCS file: /cvsroot/fxruby/FXRuby/FXRuby-ruby1.7-i386-mswin32.iss,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FXRuby-ruby1.7-i386-mswin32.iss 11 Jul 2002 13:32:53 -0000 1.2 --- FXRuby-ruby1.7-i386-mswin32.iss 11 Jul 2002 16:39:06 -0000 1.3 *************** *** 4,8 **** [Setup] AppName=FXRuby ! AppVerName=FXRuby 1.0.11 AppPublisherURL=http://www.fxruby.org AppSupportURL=http://www.fxruby.org --- 4,8 ---- [Setup] AppName=FXRuby ! AppVerName=FXRuby 1.1.13 AppPublisherURL=http://www.fxruby.org AppSupportURL=http://www.fxruby.org *************** *** 14,18 **** InfoBeforeFile=C:\src\FXRuby\README.win32.txt OutputDir=. ! OutputBaseFilename=FXRuby-1.0.11-win32 [Files] --- 14,18 ---- InfoBeforeFile=C:\src\FXRuby\README.win32.txt OutputDir=. ! OutputBaseFilename=FXRuby-1.1.13-win32 [Files] Index: FXRuby.spec =================================================================== RCS file: /cvsroot/fxruby/FXRuby/FXRuby.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FXRuby.spec 11 Jul 2002 13:32:53 -0000 1.2 --- FXRuby.spec 11 Jul 2002 16:39:06 -0000 1.3 *************** *** 1,9 **** Summary: FXRuby Name: FXRuby ! Version: 1.0.11 Release: 1 Copyright: LGPL Group: System Environment/Libraries ! Source: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.11.tar.gz URL: http://www.fxruby.org Packager: Lyle Johnson (ly...@us...) --- 1,9 ---- Summary: FXRuby Name: FXRuby ! Version: 1.1.13 Release: 1 Copyright: LGPL Group: System Environment/Libraries ! Source: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.1.13.tar.gz URL: http://www.fxruby.org Packager: Lyle Johnson (ly...@us...) Index: Makefile =================================================================== RCS file: /cvsroot/fxruby/FXRuby/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 11 Jul 2002 13:32:53 -0000 1.2 --- Makefile 11 Jul 2002 16:39:06 -0000 1.3 *************** *** 1,4 **** PACKAGE = FXRuby ! VERSION = 1.0.11 distdir = $(PACKAGE)-$(VERSION) --- 1,4 ---- PACKAGE = FXRuby ! VERSION = 1.1.13 distdir = $(PACKAGE)-$(VERSION) *************** *** 38,45 **** -strip ext/fox/fox.so config.save: ruby install.rb config -- \ ! --with-fxscintilla-include=/usr/local/include/fxscintilla \ ! --with-fxscintilla-lib=/usr/local/lib check: --- 38,50 ---- -strip ext/fox/fox.so + #config.save: + ## ruby install.rb config -- \ + # --with-fxscintilla-include=/usr/local/include/fxscintilla \ + # --with-fxscintilla-lib=/usr/local/lib + config.save: ruby install.rb config -- \ ! --with-fox-include=/home/jlj/src/fox-1.1.13/include \ ! --with-fox-lib=/home/jlj/src/fox-1.1.13/src/.libs check: *************** *** 69,73 **** changelog: ! @cvs2cl.pl -F release10 website: --- 74,78 ---- changelog: ! @cvs2cl.pl website: Index: Makefile.in =================================================================== RCS file: /cvsroot/fxruby/FXRuby/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 11 Jul 2002 13:32:53 -0000 1.2 --- Makefile.in 11 Jul 2002 16:39:06 -0000 1.3 *************** *** 38,45 **** -strip ext/fox/fox.so config.save: ruby install.rb config -- \ ! --with-fxscintilla-include=/usr/local/include/fxscintilla \ ! --with-fxscintilla-lib=/usr/local/lib check: --- 38,50 ---- -strip ext/fox/fox.so + #config.save: + ## ruby install.rb config -- \ + # --with-fxscintilla-include=/usr/local/include/fxscintilla \ + # --with-fxscintilla-lib=/usr/local/lib + config.save: ruby install.rb config -- \ ! --with-fox-include=/home/jlj/src/fox-1.1.13/include \ ! --with-fox-lib=/home/jlj/src/fox-1.1.13/src/.libs check: *************** *** 69,73 **** changelog: ! @cvs2cl.pl -F release10 website: --- 74,78 ---- changelog: ! @cvs2cl.pl website: |