pvalena / rpms / ruby

Forked from rpms/ruby 6 years ago
Clone
cvsdist b27f861
%define manver		1.4.6
cvsdist 29f468a
%define	rubyxver	1.8
cvsdist 610dd04
%define	sitedir		%{_libdir}/site_ruby
cvsdist 53133ba
cvsdist 53133ba
Name:		ruby
cvsdist 461df61
Version:	1.8.1
e571bc8
Release: 9
cvsdist 53133ba
License:	Distributable
cvsdist 53133ba
URL:		http://www.ruby-lang.org/
cvsdist 53133ba
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
e8a83aa
BuildRequires:	readline readline-devel ncurses ncurses-devel gdbm gdbm-devel glibc-devel tcl tk XFree86-devel autoconf gcc unzip openssl-devel db4-devel
cvsdist fb62e67
BuildPreReq:	emacs
cvsdist 53133ba
cvsdist 91cfb34
Source0:	ftp://ftp.ruby-lang.org/pub/%{name}/%{name}-%{version}.tar.gz
cvsdist 53133ba
##Source1:	ftp://ftp.ruby-lang.org/pub/%{name}/doc/%{name}-man-%{manver}.tar.gz
cvsdist 53133ba
Source1:	%{name}-man-%{manver}.tar.bz2
cvsdist 68281ea
Source2:	http://www7.tok2.com/home/misc/files/%{name}/%{name}-refm-rdp-1.8.1-ja-html.tar.gz
cvsdist 53133ba
##Source3:	ftp://ftp.ruby-lang.org/pub/%{name}/doc/rubyfaq-990927.tar.gz
cvsdist 53133ba
Source3:	rubyfaq-990927.tar.bz2
cvsdist 53133ba
##Source4:	ftp://ftp.ruby-lang.org/pub/%{name}/doc/rubyfaq-jp-990927.tar.gz
cvsdist 53133ba
Source4:	rubyfaq-jp-990927.tar.bz2
cvsdist 53133ba
Source5:	irb.1
cvsdist 53133ba
Source10:	ruby-mode-init.el
cvsdist 53133ba
cvsdist 461df61
Patch1:		ruby-1.8.0-multilib.patch
cvsdist 461df61
Patch2:		ruby-1.8.1-ia64-stack-limit.patch
e571bc8
Patch3:		ruby-1.8.1-cgi_session_perms.patch
e571bc8
Patch4:		ruby-1.8.1-cgi-dos.patch
cvsdist 53133ba
cvsdist 53133ba
Summary:	An interpreter of object-oriented scripting language
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
cvsdist 1c4905a
cvsdist 1c4905a
%description
cvsdist b27f861
Ruby is the interpreted scripting language for quick and easy
cvsdist 53133ba
object-oriented programming.  It has many features to process text
cvsdist 53133ba
files and to do system management tasks (as in Perl).  It is simple,
cvsdist b27f861
straight-forward, and extensible.
cvsdist b27f861
cvsdist 53133ba
cvsdist b27f861
%package libs
cvsdist 53133ba
Summary:	Libraries necessary to run Ruby.
cvsdist 53133ba
Group:		Development/Libraries
cvsdist 53133ba
Provides:	libruby
cvsdist 53133ba
Obsoletes:	libruby
cvsdist b27f861
cvsdist b27f861
%description libs
cvsdist b27f861
This package includes the libruby, necessary to run Ruby.
cvsdist b27f861
cvsdist 1875f02
cvsdist b27f861
%package devel
cvsdist 53133ba
Summary:	A Ruby development environment.
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
cvsdist 1c4905a
cvsdist b27f861
%description devel
cvsdist 1c4905a
Header files and libraries for building a extension library for the
cvsdist 1c4905a
Ruby or an application embedded Ruby.
cvsdist 1c4905a
cvsdist 53133ba
cvsdist b27f861
%package tcltk
cvsdist 53133ba
Summary:	Tcl/Tk interface for scripting language Ruby.
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
cvsdist 1c4905a
cvsdist b27f861
%description tcltk
cvsdist 1c4905a
Tcl/Tk interface for the object-oriented scripting language Ruby.
cvsdist 1c4905a
cvsdist 1875f02
cvsdist 1c4905a
%package -n irb
cvsdist fb62e67
Summary:	The Interactive Ruby.
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name} = %{version}-%{release}
cvsdist 1c4905a
cvsdist 1c4905a
%description -n irb
cvsdist fb62e67
The irb is acronym for Interactive Ruby.  It evaluates ruby expression
cvsdist 53133ba
from the terminal.
cvsdist 1875f02
cvsdist 1c4905a
cvsdist b27f861
%package docs
cvsdist 53133ba
Summary:	Manuals and FAQs for scripting language Ruby.
cvsdist 53133ba
Group:		Documentation
cvsdist 1c4905a
cvsdist b27f861
%description docs
cvsdist 1c4905a
Manuals and FAQs for the object-oriented scripting language Ruby.
cvsdist 1c4905a
cvsdist 1875f02
cvsdist 53133ba
%package mode
cvsdist 53133ba
Summary:	Emacs Lisp ruby-mode for the scripting language Ruby
cvsdist 53133ba
Group:		Applications/Editors
538e6e5
Requires:	emacs-common
cvsdist 53133ba
cvsdist 53133ba
%description mode
cvsdist 53133ba
Emacs Lisp ruby-mode for the object-oriented scripting language Ruby.
cvsdist 53133ba
cvsdist 53133ba
cvsdist 1c4905a
%prep
cvsdist 91cfb34
%setup -q -c -a 1 -a 3 -a 4
cvsdist 91cfb34
mkdir -p ruby-refm-ja
cvsdist 91cfb34
pushd ruby-refm-ja
cvsdist 68281ea
tar fxz %{SOURCE2}
cvsdist 91cfb34
popd
cvsdist 53133ba
pushd %{name}-%{version}
cvsdist 461df61
%patch1 -p1
cvsdist 461df61
%if ia64
cvsdist 461df61
%patch2 -p1
cvsdist 461df61
%endif
e571bc8
%patch3 -p1
e571bc8
%patch4 -p1
cvsdist 53133ba
popd
cvsdist 1c4905a
cvsdist 1c4905a
%build
cvsdist 53133ba
pushd %{name}-%{version}
cvsdist 91cfb34
for i in config.sub config.guess; do
cvsdist 91cfb34
	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
cvsdist 91cfb34
done
cvsdist 53133ba
autoconf
cvsdist 53133ba
cvsdist 91cfb34
rb_cv_func_strtod=no
cvsdist 91cfb34
export rb_cv_func_strtod
cvsdist 461df61
%if ia64
cvsdist 461df61
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/-O[1-9]/-O0/g'`
cvsdist 461df61
%endif
cvsdist 29f468a
CFLAGS="$RPM_OPT_FLAGS -Wall"
cvsdist 29f468a
export CFLAGS
cvsdist 91cfb34
%configure \
cvsdist fb62e67
  --with-sitedir='%{sitedir}' \
cvsdist 1c4905a
  --with-default-kcode=none \
cvsdist 1c4905a
  --enable-shared \
cvsdist 1c4905a
  --enable-ipv6 \
cvsdist 91cfb34
  --with-lookup-order-hack=INET
cvsdist 1c4905a
cvsdist 91cfb34
make RUBY_INSTALL_NAME=ruby %{?_smp_mflags}
cvsdist 91cfb34
%ifarch ia64
cvsdist 91cfb34
# Miscompilation? Buggy code?
cvsdist 91cfb34
rm -f parse.o
cvsdist 91cfb34
make OPT=-O0 RUBY_INSTALL_NAME=ruby %{?_smp_mflags}
cvsdist 91cfb34
%endif
cvsdist 29f468a
%ifnarch ppc64
cvsdist 53133ba
make test
cvsdist 29f468a
%endif
cvsdist 53133ba
cvsdist 53133ba
popd
cvsdist 1c4905a
cvsdist 1c4905a
%install
cvsdist 53133ba
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
cvsdist 53133ba
cvsdist 53133ba
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
cvsdist 53133ba
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/xemacs/xemacs-packages/lisp/ruby-mode
cvsdist 53133ba
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/xemacs/xemacs-packages/lisp/site-start.d
cvsdist 1c4905a
cvsdist 1c4905a
# installing documents and exapmles...
cvsdist 1c4905a
mkdir tmp-ruby-docs
cvsdist 1c4905a
cd tmp-ruby-docs
cvsdist 1c4905a
cvsdist 1c4905a
# for ruby.rpm
cvsdist 53133ba
mkdir ruby ruby-libs ruby-devel ruby-tcltk ruby-docs irb
cvsdist 1c4905a
cd ruby
cvsdist 53133ba
(cd ../../%{name}-%{version} && tar cf - sample) | tar xvf -
cvsdist 53133ba
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-libs
cvsdist 53133ba
cd ruby-libs
cvsdist 53133ba
(cd ../../%{name}-%{version} && tar cf - lib/README*) | tar xvf -
cvsdist 53133ba
(cd ../../%{name}-%{version}/doc && tar cf - .) | tar xvf -
cvsdist 53133ba
(cd ../../%{name}-%{version} &&
cvsdist b27f861
 tar cf - `find ext \
cvsdist b27f861
  -mindepth 1 \
cvsdist b27f861
  \( -path '*/sample/*' -o -path '*/demo/*' \) -o \
cvsdist b27f861
  \( -name '*.rb' -not -path '*/lib/*' -not -name extconf.rb \) -o \
cvsdist 1c4905a
  \( -name 'README*' -o -name '*.txt*' -o -name 'MANUAL*' \)`) | tar xvf -
cvsdist 53133ba
cd ..
cvsdist 1c4905a
cvsdist 53133ba
# for irb
cvsdist 53133ba
cd irb
cvsdist 53133ba
mv ../ruby-libs/irb/* .
cvsdist 53133ba
rmdir ../ruby-libs/irb
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-devel
cvsdist 1c4905a
cd ruby-devel
cvsdist 1c4905a
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-tcltk
cvsdist 1c4905a
cd ruby-tcltk
cvsdist 1c4905a
for target in tcltklib tk
cvsdist 1c4905a
do
cvsdist 53133ba
 (cd ../ruby-libs &&
cvsdist 1c4905a
  tar cf - `find . -path "*/$target/*"`) | tar xvf -
cvsdist 53133ba
 (cd ../ruby-libs &&
cvsdist 1c4905a
  rm -rf `find . -name "$target" -type d`)
cvsdist 1c4905a
done
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-docs
cvsdist 1c4905a
cd ruby-docs
cvsdist df80c1c
mkdir doc-en refm-ja faq-en faq-ja
cvsdist 1c4905a
(cd ../../ruby-man-`echo %{manver} | sed -e 's/\.[0-9]*$//'` && tar cf - .) | (cd doc-en && tar xvf -)
cvsdist df80c1c
(cd ../../ruby-refm-ja && tar cf - .) | (cd refm-ja && tar xvf -)
cvsdist 1c4905a
(cd ../../rubyfaq && tar cf - .) | (cd faq-en && tar xvf -)
cvsdist 1c4905a
(cd ../../rubyfaq-jp && tar cf - .) | (cd faq-ja && tar xvf -)
cvsdist 1c4905a
cvsdist 1c4905a
(cd faq-ja &&
cvsdist 1c4905a
 for f in rubyfaq-jp*.html
cvsdist 1c4905a
 do
cvsdist 1c4905a
  sed -e 's/\(
cvsdist 1c4905a
   < $f > `echo $f | sed -e's/-jp//'`
cvsdist 1c4905a
  rm -f $f; \
cvsdist 1c4905a
 done)
cvsdist 1c4905a
cvsdist 53133ba
cd ..
cvsdist 53133ba
cvsdist 53133ba
# fixing `#!' paths
cvsdist 53133ba
for f in `find . -type f`
cvsdist 53133ba
do
cvsdist 53133ba
  sed -e 's,^#![ 	]*\([^ 	]*\)/\(ruby\|with\|perl\|env\),#!/usr/bin/\2,' < $f > $f.n
cvsdist 53133ba
  if ! cmp $f $f.n
cvsdist 53133ba
  then
cvsdist 53133ba
    mv -f $f.n $f
cvsdist 53133ba
  else
cvsdist 53133ba
    rm -f $f.n
cvsdist 53133ba
  fi
cvsdist 53133ba
done
cvsdist 1c4905a
cvsdist 1c4905a
# done
cvsdist 53133ba
cd ..
cvsdist 1c4905a
cvsdist 1c4905a
# installing binaries ...
cvsdist 1c4905a
cd %{name}-%{version}
cvsdist 53133ba
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 1c4905a
cd ..
cvsdist 1c4905a
cvsdist 1c4905a
# XXX: installing irb
cvsdist b27f861
chmod 555 $RPM_BUILD_ROOT%{_bindir}/irb
cvsdist 53133ba
install %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/
cvsdist 53133ba
cvsdist 53133ba
# installing ruby-mode
cvsdist 53133ba
cd %{name}-%{version}
cvsdist 53133ba
cp misc/*.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
cvsdist 53133ba
## for ruby-mode
cvsdist 53133ba
pushd $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
cat <<EOF > path.el
cvsdist 53133ba
(setq load-path (cons "." load-path) byte-compile-warnings nil)
cvsdist 53133ba
EOF
cvsdist 53133ba
emacs --no-site-file -q -batch -l path.el -f batch-byte-compile *.el
cvsdist 53133ba
rm -f path.el*
cvsdist 53133ba
popd
cvsdist 53133ba
install -m 644 %{SOURCE10} \
cvsdist 53133ba
	$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
cvsdist 53133ba
cvsdist 53133ba
cd ..
cvsdist 1c4905a
cvsdist 1c4905a
# listing all files in ruby-all.files
cvsdist b27f861
(find $RPM_BUILD_ROOT%{_bindir} \
cvsdist 53133ba
      $RPM_BUILD_ROOT%{_datadir} \
cvsdist b27f861
      $RPM_BUILD_ROOT%{_libdir} \
cvsdist b27f861
      $RPM_BUILD_ROOT%{_mandir} \
cvsdist 1c4905a
      -type f -o -type l) | 
cvsdist 53133ba
 sort | uniq | sed -e "s,^$RPM_BUILD_ROOT,," \
cvsdist 53133ba
                   -e "s,\(/man/man./.*\)$,\1*," > ruby-all.files
cvsdist 1c4905a
egrep '(\.[ah]|libruby\.so)$' ruby-all.files > ruby-devel.files
cvsdist 1c4905a
cvsdist 1c4905a
# for ruby-tcltk.rpm
cvsdist 1c4905a
cp /dev/null ruby-tcltk.files
cvsdist 461df61
for f in `find %{name}-%{version}/ext/tk/lib -type f; find %{name}-%{version}/ext/tk -type f -name '*.so'`
cvsdist 1c4905a
do
cvsdist 91cfb34
  grep "/`basename $f`$" ruby-all.files >> ruby-tcltk.files || :
cvsdist 1c4905a
done
cvsdist 461df61
for f in `find %{name}-%{version}/ext/tcltklib/lib -type f; find %{name}-%{version}/ext/tcltklib -type f -name '*.so'`
cvsdist 1c4905a
do
cvsdist 91cfb34
  grep "/`basename $f`$" ruby-all.files >> ruby-tcltk.files || :
cvsdist 1c4905a
done
cvsdist 1c4905a
cvsdist 1c4905a
# for irb.rpm
cvsdist b27f861
fgrep 'irb' ruby-all.files > irb.files
cvsdist b27f861
cvsdist b27f861
# for ruby-libs
cvsdist b27f861
cp /dev/null ruby-libs.files
cvsdist b27f861
(fgrep    '%{_libdir}' ruby-all.files; 
cvsdist 53133ba
 fgrep -h '%{_libdir}' ruby-devel.files ruby-tcltk.files irb.files) | egrep -v "elc?$" | \
cvsdist b27f861
 sort | uniq -u > ruby-libs.files
cvsdist 1c4905a
cvsdist 53133ba
# for ruby-mode
cvsdist 53133ba
cp /dev/null ruby-mode.files
cvsdist fb62e67
fgrep '.el' ruby-all.files >> ruby-mode.files
cvsdist 53133ba
cvsdist 1c4905a
# for ruby.rpm
cvsdist 1c4905a
sort ruby-all.files \
cvsdist fb62e67
 ruby-libs.files ruby-devel.files ruby-tcltk.files irb.files ruby-mode.files | 
cvsdist 1c4905a
 uniq -u > ruby.files
cvsdist 1c4905a
cvsdist 91cfb34
# for arch-dependent dir
cvsdist 91cfb34
rbconfig=`find $RPM_BUILD_ROOT -name rbconfig.rb`
cvsdist 91cfb34
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
cvsdist 91cfb34
arch=`$RPM_BUILD_ROOT%{_bindir}/ruby -r $rbconfig -e 'printf ("%s\n", Config::CONFIG["arch"])'`
cvsdist 91cfb34
cat <<__EOF__ >> ruby-libs.files
cvsdist 91cfb34
%%dir %%{_libdir}/ruby/%%{rubyxver}/$arch
cvsdist 91cfb34
%%dir %%{_libdir}/ruby/%%{rubyxver}/$arch/digest
cvsdist 91cfb34
%%dir %%{sitedir}/%%{rubyxver}/$arch
cvsdist 91cfb34
__EOF__
cvsdist 91cfb34
cvsdist 1c4905a
%clean
cvsdist 53133ba
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
cvsdist 1c4905a
rm -f *.files
cvsdist 1c4905a
rm -rf tmp-ruby-docs
cvsdist 1c4905a
cvsdist 53133ba
%post libs
cvsdist 53133ba
/sbin/ldconfig
cvsdist 53133ba
cvsdist 53133ba
%postun libs
cvsdist 53133ba
/sbin/ldconfig
cvsdist 1c4905a
cvsdist b27f861
%files -f ruby.files
cvsdist 1c4905a
%defattr(-, root, root)
cvsdist 1c4905a
%doc %{name}-%{version}/README
cvsdist 53133ba
%lang(ja) %doc %{name}-%{version}/README.ja
cvsdist 1c4905a
%doc %{name}-%{version}/COPYING*
cvsdist 1c4905a
%doc %{name}-%{version}/ChangeLog
cvsdist 53133ba
%doc %{name}-%{version}/LEGAL
cvsdist 1c4905a
%doc %{name}-%{version}/ToDo 
cvsdist b27f861
%doc %{name}-%{version}/doc/NEWS 
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby/*
cvsdist 1c4905a
cvsdist b27f861
%files devel -f ruby-devel.files
cvsdist 1c4905a
%defattr(-, root, root)
cvsdist 1c4905a
%doc %{name}-%{version}/README.EXT
cvsdist 53133ba
%lang(ja) %doc %{name}-%{version}/README.EXT.ja
cvsdist 1c4905a
cvsdist b27f861
%files libs -f ruby-libs.files
cvsdist b27f861
%defattr(-, root, root)
cvsdist b27f861
%doc %{name}-%{version}/README
cvsdist 53133ba
%lang(ja) %doc %{name}-%{version}/README.ja
cvsdist 53133ba
%doc %{name}-%{version}/COPYING*
cvsdist 53133ba
%doc %{name}-%{version}/ChangeLog
cvsdist 53133ba
%doc %{name}-%{version}/LEGAL
cvsdist 53133ba
%doc tmp-ruby-docs/ruby-libs/*
cvsdist 1a01b05
%dir %{_libdir}/ruby
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/cgi
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/net
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/shell
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/uri
cvsdist 610dd04
%dir %{sitedir}
cvsdist 610dd04
%dir %{sitedir}/%{rubyxver}
cvsdist b27f861
cvsdist b27f861
%files tcltk -f ruby-tcltk.files
cvsdist 1c4905a
%defattr(-, root, root)
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby-tcltk/ext/*
cvsdist 1c4905a
cvsdist b27f861
%files -n irb -f irb.files
cvsdist 1c4905a
%defattr(-, root, root)
cvsdist 53133ba
%doc tmp-ruby-docs/irb/*
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/irb
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/irb/lc
cvsdist 1a01b05
%dir %{_libdir}/ruby/%{rubyxver}/irb/lc/ja
cvsdist 1c4905a
cvsdist b27f861
%files docs
cvsdist 1c4905a
%defattr(-, root, root)
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby-docs/*
cvsdist 1c4905a
cvsdist 53133ba
%files mode -f ruby-mode.files 
cvsdist 53133ba
%defattr(-, root, root)
cvsdist 53133ba
%doc %{name}-%{version}/misc/README
cvsdist 1a01b05
%dir %{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
cvsdist 1c4905a
%changelog
e571bc8
* Wed Nov 10 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-9
e571bc8
- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
e571bc8
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
e571bc8
e8a83aa
* Fri Oct 29 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-8
e8a83aa
- added openssl-devel and db4-devel into BuildRequires (#137479)
e8a83aa
b3a4283
* Wed Oct  6 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-7
538e6e5
- require emacs-common instead of emacs.
538e6e5
cvsdist 68281ea
* Wed Jun 23 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-4
cvsdist 68281ea
- updated the documentation.
cvsdist 68281ea
cvsdist c78efb9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c78efb9
- rebuilt
cvsdist c78efb9
cvsdist 461df61
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 461df61
- rebuilt
cvsdist 461df61
cvsdist 461df61
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 461df61
- rebuilt
cvsdist 461df61
cvsdist 461df61
* Wed Feb 04 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-1
cvsdist 461df61
- New upstream release.
cvsdist 461df61
- don't use any optimization for ia64 to avoid the build failure.
cvsdist 461df61
- ruby-1.8.1-ia64-stack-limit.patch: applied to fix SystemStackError when the optimization is disabled.
cvsdist 461df61
cvsdist 42f1dc6
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-3
cvsdist 42f1dc6
- rebuild against db-4.2.52.
cvsdist 42f1dc6
cvsdist 42f1dc6
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-2
cvsdist 42f1dc6
- rebuild against db-4.2.42.
cvsdist 42f1dc6
cvsdist 29f468a
* Tue Aug  5 2003 Akira TAGOH <tagoh@redhat.com> 1.8.0-1
cvsdist 29f468a
- New upstream release.
cvsdist 29f468a
cvsdist 29f468a
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9.1
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 29f468a
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9
cvsdist 29f468a
- ruby-1.6.8-castnode.patch: handling the nodes with correct cast.
cvsdist 29f468a
  use this patch now instead of ruby-1.6.8-fix-x86_64.patch.
cvsdist 29f468a
cvsdist 29f468a
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-8
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 29f468a
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-7
cvsdist 29f468a
- fix the gcc warnings. (#82192)
cvsdist 29f468a
- ruby-1.6.8-fix-x86_64.patch: correct a patch.
cvsdist 29f468a
  NOTE: DON'T USE THIS PATCH FOR BIG ENDIAN ARCHITECTURE.
cvsdist 29f468a
- ruby-1.6.7-long2int.patch: removed.
cvsdist 29f468a
cvsdist 29f468a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 91cfb34
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 1.6.8-5
cvsdist 91cfb34
- rebuild against ucs4 tcltk
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 91cfb34
- rebuilt
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 22 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-3
cvsdist 91cfb34
- ruby-1.6.8-multilib.patch: applied to fix the search path issue on x86_64
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Jan 21 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-2
cvsdist 91cfb34
- ruby-1.6.8-require.patch: applied to fix the search bug in require.
cvsdist 91cfb34
- don't apply long2int patch to s390 and s390x. it doesn't work.
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 15 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-1
cvsdist 91cfb34
- New upstream release.
cvsdist 91cfb34
- removed some patches. it's no longer needed.
cvsdist 91cfb34
  - ruby-1.6.7-100.patch
cvsdist 91cfb34
  - ruby-1.6.7-101.patch
cvsdist 91cfb34
  - ruby-1.6.7-102.patch
cvsdist 91cfb34
  - ruby-1.6.7-103.patch
cvsdist 91cfb34
  - 801_extmk.rb-shellwords.patch
cvsdist 91cfb34
  - 801_mkmf.rb-shellwords.patch
cvsdist 91cfb34
  - 804_parse.y-new-bison.patch
cvsdist 91cfb34
  - 805_uri-bugfix.patch
cvsdist 91cfb34
  - ruby-1.6.6-900_XXX_strtod.patch
cvsdist 91cfb34
  - ruby-1.6.7-sux0rs.patch
cvsdist 91cfb34
  - ruby-1.6.7-libobj.patch
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 1.6.7-14
cvsdist 91cfb34
- rebuild to update tcltk deps
cvsdist 91cfb34
cvsdist 91cfb34
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 1.6.7-13
cvsdist 91cfb34
- Remove ExcludeArch: x86_64
cvsdist 91cfb34
- Fix x86_64 ruby with long2int.patch (ruby was assuming that sizeof(long) 
cvsdist 91cfb34
  == sizeof(int). The patch does not fix the source of the problem, just 
cvsdist 91cfb34
  makes it a non-issue.)
cvsdist 91cfb34
- _smp_mflags
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 1.6.7-12
cvsdist 91cfb34
- rebuild to fix broken tcltk deps
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Oct 22 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-11
cvsdist 91cfb34
- use %%configure macro instead of configure script.
cvsdist 91cfb34
- use the latest config.{sub,guess}.
cvsdist 91cfb34
- get archname from rbconfig.rb for %%dir
cvsdist 91cfb34
- applied some patches from Debian:
cvsdist 91cfb34
  - 801_extmk.rb-shellwords.patch: use Shellwords
cvsdist 91cfb34
  - 801_mkmf.rb-shellwords.patch: mkmf.rb creates bad Makefile. the Makefile
cvsdist 91cfb34
    links libruby.a to the target.
cvsdist 91cfb34
  - 803_sample-fix-shbang.patch: all sample codes should be
cvsdist 91cfb34
    s|/usr/local/bin|/usr/bin|g
cvsdist 91cfb34
  - 804_parse.y-new-bison.patch: fix syntax warning.
cvsdist 91cfb34
  - 805_uri-bugfix.patch: uri.rb could not handle correctly broken mailto-uri.
cvsdist 91cfb34
- add ExcludeArch x86_64 temporarily to fix Bug#74581. Right now ruby can't be
cvsdist 91cfb34
  built on x86_64.
cvsdist 91cfb34
cvsdist 610dd04
* Tue Aug 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-10
cvsdist 610dd04
- moved sitedir to /usr/lib/ruby/site_ruby again according as our perl and
cvsdist 610dd04
  python.
cvsdist 610dd04
- ruby-1.6.7-resolv1.patch, ruby-1.6.7-resolv2.patch: applied to fix 'Too many
cvsdist 610dd04
  open files - "/etc/resolv.conf"' issue. (Bug#64830)
cvsdist 610dd04
cvsdist 1a01b05
* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-9
cvsdist 1a01b05
- add the owned directory.
cvsdist 1a01b05
cvsdist fb62e67
* Fri Jul 12 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-8
cvsdist fb62e67
- fix typo.
cvsdist fb62e67
cvsdist fb62e67
* Thu Jul 04 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-7
cvsdist fb62e67
- removed the ruby-mode-xemacs because it's merged to the xemacs sumo.
cvsdist fb62e67
cvsdist fb62e67
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fb62e67
- automated rebuild
cvsdist fb62e67
cvsdist fb62e67
* Wed Jun 19 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-5
cvsdist fb62e67
- fix the stripped binary.
cvsdist fb62e67
- use the appropriate macros.
cvsdist fb62e67
cvsdist fb62e67
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist fb62e67
- automated rebuild
cvsdist fb62e67
cvsdist fb62e67
* Thu May 23 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-3
cvsdist fb62e67
- ruby-1.6.7-libobj.patch: applied to fix autoconf2.53 error.
cvsdist fb62e67
cvsdist df80c1c
* Mon Mar 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-2
cvsdist df80c1c
- ruby-man-1.4.6-jp.tar.bz2: removed.
cvsdist df80c1c
- ruby-refm-rdp-1.4.7-ja-html.tar.bz2: uses it instead of.
cvsdist df80c1c
- ruby-1.6.7-500-marshal-proc.patch, ruby-1.6.7-501-class-var.patch:
cvsdist df80c1c
  removed.
cvsdist df80c1c
- ruby-1.6.7-100.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-dev#16274: patch for 'wm state')
cvsdist df80c1c
  (PR#206ja: SEGV handle EXIT) 
cvsdist df80c1c
- ruby-1.6.7-101.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-list#34313: singleton should not be Marshal.dump'ed)
cvsdist df80c1c
  (ruby-dev#16411: block local var)
cvsdist df80c1c
- ruby-1.6.7-102.patch: applied a bug fix patch.
cvsdist df80c1c
  (handling multibyte chars is partially broken)
cvsdist df80c1c
- ruby-1.6.7-103.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-dev#16462: preserve reference for GC, but link should be cut)
cvsdist df80c1c
cvsdist 53133ba
* Fri Mar  8 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-1
cvsdist 53133ba
- New upstream release.
cvsdist 53133ba
- ruby-1.6.6-100.patch, ruby-1.6.6-501-ruby-mode.patch:
cvsdist 53133ba
  removed. these patches no longer should be needed.
cvsdist 53133ba
- ruby-1.6.7-500-marshal-proc.patch: applied a fix patch.
cvsdist 53133ba
  (ruby-dev#16178: Marshal::dump should call Proc#call.)
cvsdist 53133ba
- ruby-1.6.7-501-class-var.patch: applied a fix patch.
cvsdist 53133ba
  (ruby-talk#35157: class vars broken in 1.6.7)
cvsdist 53133ba
cvsdist 53133ba
* Wed Feb 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-5
cvsdist 53133ba
- Disable alpha because nothing is xemacs for alpha now.
cvsdist 53133ba
cvsdist 53133ba
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-3
cvsdist 53133ba
- Fixed the duplicate files.
cvsdist 53133ba
cvsdist 53133ba
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-2
cvsdist 53133ba
- Fixed the missing %%defattr
cvsdist 53133ba
cvsdist 53133ba
* Fri Feb  1 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-1
cvsdist 53133ba
- New upstream release.
cvsdist 53133ba
- Applied bug fix patches:
cvsdist 53133ba
  - ruby-1.6.6-501-ruby-mode.patch: ruby-talk#30479: disables font-lock
cvsdist 53133ba
    coloring.
cvsdist 53133ba
  - ruby-1.6.6-100.patch: ruby-talk#30203: Ruby 1.6.6 bug and fix
cvsdist 53133ba
                          ruby-list#33047: regex bug
cvsdist 53133ba
                          PR#230: problem with -d in 1.6.6
cvsdist 53133ba
- Added ruby-mode and ruby-mode-xemacs packages.
cvsdist 53133ba
- Ruby works fine for ia64. so re-enable to build with ia64.
cvsdist 53133ba
  (probably it should be worked for alpha)
cvsdist 53133ba
cvsdist 53133ba
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 53133ba
- automated rebuild
cvsdist 1875f02
cvsdist b27f861
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4-2
cvsdist b27f861
- Remove Japanese description and summaries; they belong in specspo and
cvsdist b27f861
  break rpm
cvsdist b27f861
- Clean up specfile
cvsdist b27f861
- Mark language specific files (README.jp) as such
cvsdist b27f861
- bzip2 sources
cvsdist b27f861
- rename the libruby package to ruby-libs for consistency
cvsdist b27f861
- Exclude ia64 (doesn't build - the code doesn't seem to be 64-bit clean
cvsdist b27f861
  [has been excluded on alpha forever])
cvsdist b27f861
cvsdist b27f861
* Tue Jul 17 2001 Akira TAGOH <tagoh@redhat.com> 1.6.4-1
cvsdist b27f861
- rebuild for Red Hat 7.2
cvsdist b27f861
cvsdist b27f861
* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- upgrade to nwe upstream version 1.6.4.
cvsdist b27f861
cvsdist b27f861
* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- applied patch:
cvsdist b27f861
  - fixed method cache bug. etc. (Patch103, Patch104)
cvsdist b27f861
cvsdist b27f861
* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- applied patch:
cvsdist b27f861
  - fixed marshal for bignum bug.
cvsdist b27f861
  - fixed scope of constant variables bug.
cvsdist b27f861
cvsdist b27f861
* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- upgraded to new upstream version 1.6.3.
cvsdist b27f861
cvsdist b27f861
* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- fixed bad group for libruby.
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-02-08):
cvsdist b27f861
  fixed minor bugs.
cvsdist b27f861
cvsdist b27f861
* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-01-15):
cvsdist b27f861
  fixed minor bugs(e.g. ruby makes extention librares too large...).
cvsdist b27f861
cvsdist b27f861
* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-01-09):
cvsdist b27f861
  fixed minor bugs.
cvsdist b27f861
cvsdist b27f861
* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied bug fix patch.
cvsdist b27f861
cvsdist b27f861
* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Updated to new upstream version 1.6.2.
cvsdist b27f861
cvsdist b27f861
* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version, 1.6.2-preview4).
cvsdist b27f861
cvsdist b27f861
* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- new package: libruby
cvsdist b27f861
cvsdist b27f861
* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- Removed ruby-dev.11262.patch, ruby-dev.11265.patch, 
cvsdist b27f861
  and ruby-dev.11268.patch (included into above patch).
cvsdist b27f861
cvsdist b27f861
* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
cvsdist b27f861
- build on gcc-2.95.3
cvsdist b27f861
cvsdist b27f861
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Added ruby-dev.11268.patch.
cvsdist b27f861
cvsdist b27f861
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- Added ruby-dev.11262.patch.
cvsdist b27f861
- Added ruby-dev.11265.patch.
cvsdist b27f861
  
cvsdist b27f861
* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Thu Sep 27 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Updated to upstream version 1.6.1.
cvsdist b27f861
- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist 1c4905a
* Tue Aug 29 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.6.
cvsdist 1c4905a
- removed ruby-dev.10123.patch(included into ruby-1.4.6).
cvsdist 1c4905a
- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 27 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated manuals to version 1.4.5.
cvsdist 1c4905a
cvsdist 1c4905a
* Sun Jun 25 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Added ruby-dev.10123.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Sat Jun 24 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.5.
cvsdist 1c4905a
- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/22/2000 CVS).
cvsdist 1c4905a
- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 20 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/20/2000 CVS).
cvsdist 1c4905a
- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
cvsdist 1c4905a
- Added ruby-dev.10054.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 15 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/12/2000 CVS).
cvsdist 1c4905a
- Added manuals and FAQs.
cvsdist 1c4905a
- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4
cvsdist 1c4905a
cvsdist 1c4905a
* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.3
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.2 (Sep 18)
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.2
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.0
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- 2nd release
cvsdist 1c4905a
- Updated to version 1.2.6(15 Jul 1999)
cvsdist 1c4905a
- striped %{prefix}/bin/ruby
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.6(21 Jun 1999)
cvsdist 1c4905a
cvsdist 1c4905a
* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.5
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.4
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.2 stable.
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.1c9.
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.1c8, however it appear short life :-P
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 22 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- To make a libruby.so.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Modified SPEC in order to install libruby.a so that it should be used by
cvsdist 1c4905a
  another ruby entention.
cvsdist 1c4905a
- 2nd release.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
cvsdist 1c4905a
- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>