source: projects/specs/trunk/r/ruby/ruby-vl.spec @ 2530

Revision 2530, 59.7 KB checked in by daisuke, 14 years ago (diff)

ruby: update to 1.8.7-p330

Line 
1%define rubyxver        1.8
2%define rubyyver        7
3%define rubypl          330
4%define rubyver         %{rubyxver}.%{rubyyver}-p%{rubypl}
5%define rpmver          %{rubyxver}.%{rubyyver}.%{rubypl}
6%define rpmrel          1%{?_dist_release}
7%define rubysrcdir      %{rubyxver}.%{rubyyver}-p%{rubypl}
8
9%define emacsen_pkg     1
10%{?without_emacsen: %define emacsen_pkg 0}
11
12%if %{emacsen_pkg}
13%undefine without_emacsen
14%else
15%define without_emacsen 1
16%endif
17%define rbmode          ruby-mode
18%define rbmode_el       ruby-mode
19%define rb_lib          %{_prefix}/lib/ruby/%{rubyxver}
20%ifarch ppc
21%define rb_arch         powerpc-%{_target_os}
22%else
23%define rb_arch         %{_target_cpu}-%{_target_os}
24%endif
25%define rb_prefix       %{_prefix}
26%define rb_mandir       %(echo %{_mandir} | sed -e 's!^%{_prefix}!${prefix}!')
27%define rb_locallib     local/%{_lib}
28%define rb_site         %{rb_locallib}/site_ruby
29%define rb_sitebase     %{rb_prefix}/%{rb_site}
30%define rb_sitedir      %{rb_sitebase}/%{rubyxver}
31%define rb_sitearch     %{rb_sitedir}/%{rb_arch}
32
33Summary: An interpreter of object-oriented scripting language
34Summary(ja): オブジェクト指向言語 Ruby インタプリタ
35Name: ruby
36Version: %{rpmver}
37Release: %{rpmrel}
38License: Ruby or GPLv2
39Group: Development/Languages
40Source0: ftp://ftp.ruby-lang.org/pub/%{name}/%{name}-%{rubyver}.tar.bz2
41Source2: http://elbereth-hp.hp.infoseek.co.jp/files/ruby/refm/ruby-refm-rdp-1.9.0-ja-html.tar.gz
42Source5: irb.1
43%if %{emacsen_pkg}
44Source6: %{rbmode_el}-install.sh
45Source7: %{rbmode_el}-remove.sh
46Source8: %{rbmode_el}-init.el
47%endif
48Patch803: ruby-1.8.6.111-soap-massmem.patch
49Patch808: ruby-1.8.6.287-rexml-document-transitive.patch
50Patch901: ruby-1.8.6.111-ri-pager.patch
51Patch903: ruby-1.8.6.111-rdoc-documents.patch
52Patch950: ruby-1.8.7-p72-multilib.patch
53Patch960: ruby-1.8.7-rubyprefix.patch
54# patches from debian package
55Patch1005: 090812_openssl_x509_warning.dpatch
56
57URL: http://www.ruby-lang.org/
58BuildRoot: %{_tmppath}/%{name}-%{version}-root
59BuildPreReq: sed autoconf bison unzip
60BuildRequires: readline-devel
61BuildRequires: ncurses-devel
62BuildRequires: db4-devel
63BuildRequires: gdbm-devel
64BuildRequires: glibc-devel
65BuildRequires: tcl tk
66BuildRequires: libX11-devel
67BuildRequires: openssl-devel
68BuildRequires: zlib-devel
69Requires: libruby = %{version}-%{release}
70
71Vendor: Project Vine
72Distribution: Vine Linux
73Packager: daisuke, akira
74
75%description
76Ruby is the interpreted scripting language for quick and easy
77object-oriented programming.  It has many features to process text files
78and to do system management tasks (as in Perl).  It is simple,
79straight-forward, and extensible.
80
81%description -l ja
82Rubyはシンプルかつ強力なオブジェクト指向スクリプト言語です.Rubyは最初
83から純粋なオブジェクト指向言語として設計されていますから,オブジェクト
84指向プログラミングを手軽に行う事が出来ます.もちろん通常の手続き型のプ
85ログラミングも可能です.
86
87Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい強力です.さら
88にシンプルな文法と,例外処理やイテレータなどの機構によって,より分かり
89やすいプログラミングが出来ます.
90
91%package -n libruby
92Summary: Libraries necessary to run Ruby.
93Summary(ja): Ruby の動作に必要なライブラリ群
94Group: System Environment/Libraries
95URL: http://www.ruby-lang.org/
96Obsoletes: drb erb ruby-csv ruby-optparse ruby-rexml ruby-strscan rubyunit racc-runtime
97
98%description -n libruby
99This package includes the libruby, necessary to run Ruby.
100
101%description -n libruby -l ja
102このパッケージには Ruby を利用するために必要となるライブラリが含まれ
103ています.
104
105%package -n ruby-devel
106Summary: A Ruby development environment.
107Group: Development/Languages
108Requires: libruby = %{version}-%{release}
109URL: http://www.ruby-lang.org/
110
111%description -n ruby-devel
112Header files and libraries for building a extension library for the
113Ruby or an application embedded Ruby.
114
115%description -n ruby-devel -l ja
116Rubyのための拡張ライブラリやRubyを組み込んだアプリケーションを作るため
117に必要となるへッダファイルやライブラリです.
118
119%package -n ruby-openssl
120Summary: OpenSSL interface for scripting language Ruby.
121Group: Development/Languages
122Requires: libruby = %{version}-%{release}
123URL: http://www.ruby-lang.org/
124
125%description -n ruby-openssl
126OpenSSL interface for the object-oriented scripting language Ruby.
127
128%description -n ruby-openssl -l ja
129RubyにOpenSSLライブラリへのインタフェースを提供する拡張ライブラリです.
130
131%package -n ruby-tcltk
132Summary: Tcl/Tk interface for scripting language Ruby.
133Group: Development/Languages
134Requires: libruby = %{version}-%{release}
135URL: http://www.ruby-lang.org/
136
137%description -n ruby-tcltk
138Tcl/Tk interface for the object-oriented scripting language Ruby.
139
140%description -n ruby-tcltk -l ja
141RubyにTcl/Tkライブラリへのインタフェースを提供する拡張ライブラリです.
142
143%package -n irb
144Summary: The Intaractive Ruby.
145Group: Development/Languages
146Requires: ruby = %{version}-%{release}
147URL: http://www.ruby-lang.org/
148
149%description -n irb
150The irb is acronym for Interactive RuBy.  It evaluates ruby expression
151from the terminal.
152
153%description -n irb -l ja
154irbとはInteractive RuByの略で,対話的にRubyの式を入力し,評価させるこ
155とが可能です.
156
157%package -n rdoc
158Summary: Generate documentation from ruby source files
159Group: Development/Languages
160Requires: ruby = %{version}-%{release}, irb = %{version}-%{release}
161URL: http://www.ruby-lang.org/
162
163%description -n rdoc
164RDoc - Documentation from Ruby Source Files
165
166  - Generates structured HTML and XML documentation from Ruby source and C
167    extensions.
168  - Automatically extracts class, module, method, and attribute definitions.
169    These can be annonated using inline comments.
170  - Analyzes method visibility.
171  - Handles aliasing.
172  - Uses non-intrusive and implicit markup in the comments. Readers
173    of the original source needn't know that it is marked up at all.
174
175%description -n rdoc -l ja
176RDocはRubyのソースコードからドキュメントを生成するツールです.
177
178  - RubyおよびC言語で書かれた拡張ライブラリのソースコードからHTML/XML形式の
179    ドキュメントを生成できます.
180  - クラス,モジュール,メソッド,アトリビュートを自動的に取り出します.それ
181    らの説明はコメントの形で記述できます.
182  - メソッドの可視性を判別できます.
183  - エイリアスを適切に処理できます.
184
185%package -n ruby-docs
186Summary: Manuals and FAQs for scripting language Ruby.
187Summary(ja): Ruby のマニュアルと FAQ
188Group: Applications/Documentation
189URL: http://www.ruby-lang.org/
190
191%description -n ruby-docs
192Manuals and FAQs for the object-oriented scripting language Ruby.
193
194%description -n ruby-docs -l ja
195オブジェクト指向スクリプト言語Rubyについてのマ二ュアルとFAQです.
196
197%if %{emacsen_pkg}
198%package -n %{rbmode_el}
199Summary: Emacs-lisp ruby-mode for the scripting language Ruby
200Group: Applications/Editors/Emacs
201PreReq: emacsen, emacsen-common >= 0.1
202URL: http://www.ruby-lang.org/
203
204%description -n %{rbmode_el}
205Emacs-lisp ruby-mode for the object-oriented scripting language Ruby.
206
207%description -n %{rbmode_el} -l ja
208Emacs上でRubyスクリプトを書くのに便利なモードです.
209%endif
210
211%prep
212%setup -q -c
213
214mkdir %{name}-refm-ja
215cd %{name}-refm-ja
216tar xzf %{SOURCE2}
217cd ..
218
219cd %{name}-%{rubysrcdir}
220%patch803 -p1
221%patch808 -p1
222%patch901 -p1
223%patch903 -p1
224%ifarch x86_64 ppc64
225%patch950 -p1
226%endif
227%patch960 -p1
228%patch1005 -p1
229
230cd ../../..
231
232
233%build
234
235cd %{name}-%{rubysrcdir}
236autoconf
237CFLAGS="${CFLAGS:-%{optflags}}" ./configure \
238%ifarch i386 i486
239  --enable-frame-address \
240%endif
241  --prefix='%{rb_prefix}' \
242  --mandir='%{rb_mandir}' \
243  --sysconfdir='/etc' \
244  --libdir='%{_libdir}' \
245  --localstatedir='/var' \
246  --with-sitedir='${prefix}/%{rb_site}' \
247  --with-ruby-prefix='%{_prefix}/lib' \
248%ifarch x86_64 ppc64
249  --with-search-path='%{_libdir}/ruby/%{rubyxver}' \
250%endif
251  --with-default-kcode=none \
252  --with-dbm-type=db \
253  --with-bundled-sha1 \
254  --with-bundled-md5 \
255  --with-bundled-rmd160 \
256  --enable-shared \
257  --enable-pthread \
258  --enable-ipv6 \
259  --with-lookup-order-hack=INET \
260  --target='%{rb_arch}'
261
262make %{?_smp_mflags}
263make test
264
265cd ..
266
267
268%install
269
270rm -rf ${RPM_BUILD_ROOT}
271%if %{emacsen_pkg}
272mkdir -p $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/%{rbmode}
273mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib/emacsen-common/packages/install
274mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib/emacsen-common/packages/remove
275%endif
276
277#
278# installing documents and exapmles...
279#
280mkdir tmp-ruby-docs
281cd tmp-ruby-docs
282mkdir ruby libruby ruby-devel ruby-openssl ruby-tcltk ruby-docs irb
283
284# for ruby.rpm
285cd ruby
286%if !%{emacsen_pkg}
287(cd ../../%{name}-%{rubysrcdir} && tar cf - misc) | tar xvf -
288%endif
289(cd ../../%{name}-%{rubysrcdir} && tar cf - sample) | tar xvf -
290cd ..
291
292# for libruby.rpm
293cd libruby
294(cd ../../%{name}-%{rubysrcdir} && tar cf - lib/README*) | tar xvf -
295(cd ../../%{name}-%{rubysrcdir}/doc && tar cf - .) | tar xvf -
296(cd ../../%{name}-%{rubysrcdir} &&
297 tar cf - `find ext \
298  -mindepth 1 \
299  \( -path '*/sample/*' -o -path '*/demo/*' \) -o \
300  \( -name '*.rb' -not -path '*/lib/*' -not -name extconf.rb \) -o \
301  \( -name 'README*' -o -name '*.txt*' -o -name 'MANUAL*' \)`) | tar xvf -
302rm -rf ext/openssl
303cd ..
304
305# for irb.rpm
306cd irb
307mv ../libruby/irb/* .
308rmdir ../libruby/irb
309cd ..
310
311# for ruby-devel.rpm
312cd ruby-devel
313
314cd ..
315
316# for ruby-openssl.rpm
317cd ruby-openssl
318mv ../ruby/sample/openssl sample
319cd ..
320
321# for ruby-tcltk.rpm
322cd ruby-tcltk
323
324mv ../libruby/ext/tk/MANUAL* .
325mv ../libruby/ext/tk/README.* .
326mv ../libruby/ext/tk/lib/README README.lib
327mv ../libruby/ext/tk/lib/tkextlib .
328mv ../libruby/ext/tk/sample .
329
330rmdir ../libruby/ext/tk/lib
331rmdir ../libruby/ext/tk
332
333cd ..
334
335# for ruby-docs.rpm
336cd ruby-docs
337mkdir refm-ja
338
339(cd ../../%{name}-refm-ja && tar cf - .) | (cd refm-ja && tar xvf -)
340
341cd ..
342
343# fixing `#!' paths
344for f in `find . -type f`
345do
346  sed -e 's,^#![        ]*\([^  ]*\)/\(ruby\|with\|perl\|env\),#!/usr/bin/\2,' < $f > $f.n
347  if ! cmp $f $f.n
348  then
349    mv -f $f.n $f
350  else
351    rm -f $f.n
352  fi
353done
354
355# done
356cd ..
357
358#
359# installing files ...
360#
361cd %{name}-%{rubysrcdir}
362make DESTDIR=${RPM_BUILD_ROOT} install install-doc
363make test
364cd ..
365
366# installing irb.1
367install %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/
368
369# installing ruby-mode
370%if %{emacsen_pkg}
371cd %{name}-%{rubysrcdir}
372cp misc/*.el %{SOURCE8} $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/%{rbmode}
373cd ..
374
375%{?emacsen_pkg: %_installemacsenscript %{rbmode} %{SOURCE6}}
376
377%{?emacsen_pkg: %_removeemacsenscript  %{rbmode} %{SOURCE7}}
378
379%endif
380
381# listing all files in ruby.files
382(find $RPM_BUILD_ROOT%{_bindir} \
383      $RPM_BUILD_ROOT%{_datadir} \
384      $RPM_BUILD_ROOT%{_libdir} \
385%ifarch x86_64 ppc64
386      $RPM_BUILD_ROOT%{_prefix}/lib \
387%endif
388      $RPM_BUILD_ROOT%{_mandir} \
389      -type f -o -type l) |
390 sort | uniq | sed -e "s,^$RPM_BUILD_ROOT,," \
391                   -e "s,\(/man/man./.*\)$,\1*," > ruby.files
392egrep '(\.[ah]|libruby\.so)$' ruby.files > ruby-devel.files
393
394sort ruby.files ruby-devel.files | uniq -u > tmp.files
395mv -f tmp.files ruby.files
396
397# for ruby-openssl.rpm
398cp /dev/null ruby-openssl.files
399for f in `cd %{name}-%{rubysrcdir}/ext/openssl && find lib -type f -name '*.rb'`
400do
401  grep "`echo $f | sed -e 's,^lib/,/%{rubyxver}/,'`$" ruby.files >> ruby-openssl.files
402done
403fgrep %{rb_arch}/openssl.so ruby.files >> ruby-openssl.files
404fgrep %{rb_lib}/net/https.rb ruby.files >> ruby-openssl.files
405fgrep %{rb_lib}/drb/ssl.rb ruby.files >> ruby-openssl.files
406fgrep %{rb_lib}/webrick/ssl.rb ruby.files >> ruby-openssl.files
407
408sort ruby.files ruby-openssl.files | uniq -u > tmp.files
409mv -f tmp.files ruby.files
410
411# for ruby-tcltk.rpm
412cp /dev/null ruby-tcltk.files
413for f in `cd %{name}-%{rubysrcdir}/ext/tk && find lib -type f -name '*.rb'`
414do
415  grep "`echo $f | sed -e 's,^lib/,/%{rubyxver}/,'`$" ruby.files >> ruby-tcltk.files
416done
417fgrep tkextlib/SUPPORT_STATUS ruby.files >> ruby-tcltk.files
418fgrep %{rb_arch}/tcltklib.so ruby.files >> ruby-tcltk.files
419fgrep %{rb_arch}/tkutil.so ruby.files >> ruby-tcltk.files
420
421sort ruby.files ruby-tcltk.files | uniq -u > tmp.files
422mv -f tmp.files ruby.files
423
424# for rdoc.rpm
425cp /dev/null rdoc.files
426fgrep 'rdoc' ruby.files >> rdoc.files
427fgrep %{_bindir}/ri ruby.files >> rdoc.files
428
429ridatadir=`%{name}-%{rubysrcdir}/miniruby \
430  -I %{name}-%{rubysrcdir} -I %{name}-%{rubysrcdir}/lib \
431  -r rdoc/ri/ri_paths.rb \
432  -e 'puts RI::Paths::SYSDIR'`
433fgrep "${ridatadir}" ruby.files >> rdoc.files
434
435sort ruby.files rdoc.files | uniq -u > tmp.files
436mv -f tmp.files ruby.files
437
438# for irb.rpm
439cp /dev/null irb.files
440fgrep 'irb' ruby.files >> irb.files
441
442sort ruby.files irb.files | uniq -u > tmp.files
443mv -f tmp.files ruby.files
444
445# for libruby
446cp /dev/null libruby.files
447fgrep '%{_prefix}/lib' ruby.files | fgrep -v 'emacsen-common' | \
448 sort | uniq -u >> libruby.files
449
450sort ruby.files libruby.files | uniq -u > tmp.files
451mv -f tmp.files ruby.files
452
453# for ruby-mode-el
454cp /dev/null %{rbmode_el}.files
455%if %{emacsen_pkg}
456fgrep '.el' ruby.files >> %{rbmode_el}.files
457fgrep 'emacsen-common' ruby.files >> %{rbmode_el}.files
458
459sort ruby.files %{rbmode_el}.files | uniq -u > tmp.files
460mv -f tmp.files ruby.files
461%endif
462
463strip ${RPM_BUILD_ROOT}%{_bindir}/%{name}
464
465%clean
466rm -rf ${RPM_BUILD_ROOT}
467rm -f *.files
468rm -rf tmp-ruby-docs
469
470%post -n libruby
471/sbin/ldconfig
472if [ -w %{rb_prefix}/%{rb_locallib} -a ! -e %{rb_sitedir} ]; then
473  mkdir -p        %{rb_sitedir} %{rb_sitearch}
474  chown root:root %{rb_sitedir} %{rb_sitearch}
475  chmod 775       %{rb_sitedir} %{rb_sitearch}
476fi
477
478%preun -n libruby
479if [ "$1" = 0 ]; then
480  if [ -w %{rb_sitedir} -a -e %{rb_sitearch} ]; then
481    rmdir %{rb_sitearch} 2>/dev/null || true
482  fi
483  if [ -w %{rb_prefix}/%{rb_locallib} -a -e %{rb_sitedir} ]; then
484    rmdir %{rb_sitedir} 2>/dev/null || true
485  fi
486fi
487
488%postun -n libruby
489/sbin/ldconfig
490
491%if %{emacsen_pkg}
492%post -n %{rbmode_el}
493if [ "$1" = 2 ]; then
494  %{?emacsen_pkg: %_emacsenPackageRemove %{rbmode}}
495
496fi
497
498%{?emacsen_pkg: %_addemacsenlist %{rbmode}}
499
500%{?emacsen_pkg: %_emacsenPackageInstall %{rbmode}}
501
502
503%preun -n %{rbmode_el}
504if [ "$1" = 0 ]; then
505  %{?emacsen_pkg: %_emacsenPackageRemove %{rbmode}}
506
507  %{?emacsen_pkg: %_removeemacsenlist %{rbmode}}
508
509fi
510%endif
511
512%files -f ruby.files -n ruby
513%defattr(-, root, root)
514%doc %{name}-%{rubysrcdir}/README
515%lang(ja) %doc %{name}-%{rubysrcdir}/README.ja
516%doc %{name}-%{rubysrcdir}/COPYING
517%lang(ja) %doc %{name}-%{rubysrcdir}/COPYING.ja
518%doc %{name}-%{rubysrcdir}/ChangeLog
519%doc %{name}-%{rubysrcdir}/LEGAL
520%doc %{name}-%{rubysrcdir}/ToDo
521%doc %{name}-%{rubysrcdir}/doc/ChangeLog-1.8.0
522%doc %{name}-%{rubysrcdir}/doc/NEWS-1.8.0
523%doc tmp-ruby-docs/ruby/*
524
525%files -f ruby-devel.files -n ruby-devel
526%defattr(-, root, root)
527%doc %{name}-%{rubysrcdir}/README.EXT
528%lang(ja) %doc %{name}-%{rubysrcdir}/README.EXT.ja
529
530%files -f libruby.files -n libruby
531%defattr(-, root, root)
532%doc %{name}-%{rubysrcdir}/README
533%lang(ja) %doc %{name}-%{rubysrcdir}/README.ja
534%doc %{name}-%{rubysrcdir}/COPYING
535%lang(ja) %doc %{name}-%{rubysrcdir}/COPYING.ja
536%doc %{name}-%{rubysrcdir}/ChangeLog
537%doc %{name}-%{rubysrcdir}/LEGAL
538%doc tmp-ruby-docs/libruby/*
539
540%files -f ruby-openssl.files -n ruby-openssl
541%defattr(-, root, root)
542%doc tmp-ruby-docs/ruby-openssl/*
543
544%files -f ruby-tcltk.files -n ruby-tcltk
545%defattr(-, root, root)
546%doc tmp-ruby-docs/ruby-tcltk/*
547%doc %{name}-%{rubysrcdir}/ext/tk/lib/tkextlib/SUPPORT_STATUS
548
549%files -f rdoc.files -n rdoc
550%defattr(-, root, root)
551%doc %{name}-%{rubysrcdir}/lib/rdoc/README
552
553%files -f irb.files -n irb
554%defattr(-, root, root)
555%doc tmp-ruby-docs/irb/*
556
557%files -n ruby-docs
558%defattr(-, root, root)
559%doc tmp-ruby-docs/ruby-docs/*
560
561%if %{emacsen_pkg}
562%files -f %{rbmode_el}.files -n %{rbmode_el}
563%defattr(-, root, root)
564%doc %{name}-%{rubysrcdir}/misc/README
565%endif
566
567
568%changelog
569* Tue Jan 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.330-1
570- update to 1.8.7-p330
571- change License tag (Ruby or GPLv2)
572
573* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.249-1
574- update to 1.8.7-p249
575- rebuild with db4-4.8.0
576- drop unneccesary patches: 809, 1001, 1002, 1003, 1004
577
578* Tue Sep 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-3
579- move noarch ruby libraries to /usr/lib/ruby.
580  - add Patch960
581    - add --with-ruby-prefix=%%{_prefix}/lib
582- add deprecated search path for 64bit arch.
583  - --with-search-path=%%{_libdir}/ruby/%%{rubyxver}
584
585* Wed Aug 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-2
586- import Patch100[12345] from debian package
587  * Added debian/patches/090811_thread_and_select.dpatch:
588    threads may hangup when IO.select called from two or more threads.
589  * Added debian/patches/090812_finalizer_at_exit.dpatch:
590    finalizers should be run at exit (Closes: #534241)
591  * Added debian/patches/090812_class_clone_segv.dpatch:
592    avoid segv when an object cloned.  (Closes: #533329)
593  * Added debian/patches/090812_eval_long_exp_segv.dpatch:
594    fix segv when eval a long expression.  (Closes: #510561)
595  * Added debian/patches/090812_openssl_x509_warning.dpatch:
596    suppress warning from OpenSSL::X509::ExtensionFactory.  (Closes: #489443)
597
598* Tue Jun 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-1
599- new upstream release 1.8.7-p174
600 - fix CVE-2009-1904
601   http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/
602
603* Mon Jun 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.160-1
604- new upstream version 1.8.7-p160.
605- drop unneccesary patches: Patch807, Patch1010
606
607* Mon Sep 22 2008 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.7.72-2
608- updated Patch950: ruby-1.8.7-p72-multilib.patch
609
610* Thu Sep 11 2008 akira yamada <akira@vinelinux.org> 1.8.7.72-1
611- new upstream version 1.8.7-p72.
612- droped unnecessary patches: Patch802.
613
614* Thu Sep 11 2008 akira yamada <akira@vinelinux.org> 1.8.6.287-1
615- new upstream version 1.8.6-p287.
616- droped unnecessary patches: Patch805, Patch1000.
617- updated Patch808 for 1.8.6-p287.
618- added Patch809: rcov may crash because of backwards incompatibility.
619  (backported r14826:15141 of trunk).
620- added Patch1010 to fix CVE-2008-3790.
621
622* Sat Sep  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.6.111-1
623- applied new versioning policy
624- spec in UTF-8
625- removed BuildRequires: XOrg-devel
626
627* Wed Oct 24 2007 akira yamada <akira@vinelinux.org> 1.8.6.111-0vl2
628- added ruby-1.8.6.111-rexml-document-transitive.patch:
629  - fixed: Document#write undefined local variable or method `transitive'.
630
631* Tue Oct 23 2007 akira yamada <akira@vinelinux.org> 1.8.6.111-0vl1
632- new upstream version 1.8.6.111.
633- added ruby-1.8.6.111-CVE-2007-5162.patch:
634  - security fixes for CVE-2007-5162.  It is backported r13657 from ruby_1_8
635    branch.
636- added ruby-1.8.6.111-ruby-bugs-11507.patch:
637  - ConditionVariable#wait may raise "not owner" exceptions.
638- added ruby-1.8.6.111-sync_try_lock_always_fail.patch:
639  - Sync#try_lock always fails due to wrong variable name.
640
641* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.6-0vl4
642- rebuild with new openssl
643
644* Thu May 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.6-0vl3
645- rebuilt with new toolchain and db4-4.3.x
646
647* Sun Mar 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.6-0vl2
648- modified emacsen-common path
649
650* Mon Mar 19 2007 akira yamada <akira@vinelinux.org> 1.8.6-0vl1
651- new upstream version 1.8.6.
652
653* Mon Dec 04 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.5-0vl1.1
654- add pacth1000 for fix cgi.rb issue (JVN#84798830)
655
656* Wed Nov 1 2006 akira yamada <akira@ruby-lang.org> 1.8.5-0vl1
657- new upstream version 1.8.5.
658- added ruby-1.8.5-rexml_encoding.patch:
659  - REXML should accept UTF-16.  [ruby-list:42737]
660- added ruby-1.8.5-rdoc.patch:
661  - Don't unescape HTML in HtmlFormatter.  Submitted by Kent Sibilev <ksruby
662    at gmail.com>.  [ruby-core:08392].
663  - lib/rdoc/generators/ri_generator.rb: do not chdir twice.
664- added ruby-1.8.5-hash_memory_reak.patch:
665  - hash.c (rb_hash_s_create): fixed memory leak, based on the patch by Kent
666    Sibilev <ksruby at gmail.com>.  fixed: [ruby-talk:211233]
667- added ruby-1.8.5-top_cref.patch:
668  - eval.c (ruby_init): rename top_cref to ruby_top_cref and export, along
669    with ruby_cref, for use by the sandbox. [ruby-core:08762]
670- added ruby-1.8.5-tcltk.patch:
671  - ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work
672    properly on some versions of BLT (wrong description on the manual of
673    `blt::bgexec'?).
674  - ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on
675    Tcl/Tk8.x.
676  - ext/tk/lib/tk.rb: update RELEASE_DATE.
677- added ruby-1.8.5-acl.patch:
678  - patterns which include '*' should not cause getaddress() call.
679    [ruby-dev:29406]
680- added ruby-1.8.5-socket.patch:
681  - ext/socket/extconf.rb: check arpa/inet.h for ntohs.
682  - ext/socket/socket.c: include arpa/inet.h if available.
683  - ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
684- added ruby-1.8.5-exec_vs_nullbyte.patch:
685  - io.c (pipe_open): null character should be saved for command name.
686    [ruby-dev:29421]
687  - process.c (proc_spawn): ditto.
688  - process.c (proc_spawn_n): ditto.
689  - process.c (rb_f_system): ditto.
690- added ruby-1.8.5-mimedec.patch:
691  - CGI#out should not decode base64 strings.  [ruby-dev:29284]
692  - Kconv::toeuc should decode base64 strings. (reverted to old behaviour for
693    compatibility.)  [ruby-dev:29505]
694  - corrected regexp for EUC-JP (Kconv::RegexpEucjp).  [ruby-dev:29344]
695- added ruby-1.8.5-strftime_nullbyte.patch:
696  - Time#strftime should save null character.  [ruby-dev:29422]
697- added ruby-1.8.5-dbm_extconf.patch:
698  - ext/dbm/extconf.rb: create makefile according to the result of check for
699    dbm header.  fixed: [ruby-dev:29445]
700  - ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
701- added ruby-1.8.5-check_sticky_bit.patch:
702  - file.c (path_check_0): check if sticky bit is set on parent directories
703    for executable path.  fixed: [ruby-dev:29415]
704  - Fix documentation submitted by Rick Ohnemus.  ruby-Bugs-5529.
705    [ruby-core:08725]
706- added ruby-1.8.5-float_hash.patch:
707  - improve hash collision of Float objects.  [ruby-dev:29352]
708- added ruby-1.8.5-time_vardecl.patch:
709  - time.c (time_to_s): variable declaration after an execution statement.
710- added ruby-1.8.5-bignum.patch:
711  - numeric.c (fix_plus): addition in Fixnum will never overflow long.  a
712    patch from Ondrej Bilka <neleai at seznam.cz>.  [ruby-core:08794]
713  - numeric.c (fix_minus): ditto.
714  - bignum.c (rb_big_pow): eagerly truncate resulting bignum.
715    [ruby-core:08794]
716- added ruby-1.8.5-migration_macro.patch:
717  - ruby.h (RSTRING_PTR): add migration macro.
718  - ruby.h (RARRAY_PTR): ditto.
719- added ruby-1.8.5-webrick_cookie.patch:
720  - lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new method to
721    parse multiple cookies per Set-Cookie header.  Thanks to Aaron Patterson
722    <aaron_patterson at speakeasy.net>.  [ruby-core:08802]
723- added ruby-1.8.5-suppress_warnings.patch:
724  - mkconfig.rb, ext/extmk.rb, lib/mkmf.rb: suppress warnings with $VERBOSE.
725  - ext/extmk.rb: Proc#call does not pass the block in 1.8.
726  - Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
727- added ruby-1.8.5-pstore_binmode.patch:
728  - lib/pstore.rb: open all in binary mode, and get rid of the quirk of
729    msvcrt.  fixed: [ruby-dev:29518]
730- added ruby-1.8.5-testunit_rescue.patch:
731  - Rescue Exception in Test::Unit::TestCase#run.  [ruby-core:08783]
732- added ruby-1.8.5-prevent_loading_twice.patch:
733  - eval.c (rb_require_safe): prevent loading twice from extensions.  fixed:
734    [ruby-dev:29523]
735- added ruby-1.8.5-prohibit_intern_tainted_string.patch:
736  - string.c (rb_str_intern): prohibit interning tainted string.
737- added ruby-1.8.5-ruby_mode.patch:
738  - misc/ruby-mode.el (ruby-parse-partial): better here-doc support.  a patch
739    from Marshall T. Vandegrift <llasram at gmail.com>.  [ruby-core:08804]
740- added ruby-1.8.5-readme_ext.patch:
741  - README.EXT: English adjustment.  [ruby-core:08851] [ruby-core:08852]
742    [ruby-core:08855]
743- added ruby-1.8.5-check_safe_level_for_str_intern.patch:
744  - string.c (rb_str_intern): raise SecurityError only when $SAFE level is
745    greater than zero.  [ruby-core:08862]
746  - parse.y (rb_interned_p): new function to check if a string is already
747    interned.
748  - object.c (str_to_id): use rb_str_intern().
749- added ruby-1.8.5-pty.patch:
750  - ext/pty/pty.c (establishShell): parent pid is not used.
751  - ext/pty/pty.c (freeDevice): not used.
752  - ext/pty/pty.c (get_device_once): removed garbage right brace.
753  - ext/pty/pty.c (establishShell): remove remaining unused line.
754- added ruby-1.8.5-imap_extraspace.patch:
755  - net/imap can accept extra space in server responses.  The patch from Tom
756    Soderlund.
757- added ruby-1.8.5-rdoc_nameerror.patch:
758  - rdoc/ri/ri_options.rb should require 'rdoc/ri/ri_paths'.
759- added ruby-1.8.5-gdbm_docs.patch and updated ruby-1.8.5-.document.patch:
760  - added GDBM documents.
761- added ruby-1.8.5-etc_uid_t.patch:
762  - etc.c should use uid_t instead of int.  [ruby-core:08897]
763- added ruby-1.8.5-cgi_empty_content.patch:
764  - invalid multipart data can make cgi.rb infinite loop and CPU consumption.
765    (CVE-2006-5467)
766- added ruby-1.8.5-sandbox.patch:
767  - added Thread#kill!.  [ruby-core:08768]
768- added ruby-1.8.5-update_docs.patch:
769  - small fixes and updates for rdocs.
770- added ruby-1.8.5-array.patch:
771  - fixed a potential leaks caused by shift.  [ruby-talk:216055]
772    [ruby-core:08922] [ruby-list:42907]
773- added ruby-1.8.5-dir_checkdir.patch:
774  - internal existence test for "/" fails anytime. [ruby-core:08913]
775- added ruby-1.8.5-mkmf.patch:
776  - set default $LDFLAGS.  [ruby-talk:216256]
777  - check function pointer first and macro next.  [ruby-core:08949]
778  - fixed the bug of handling COMMON_MACROS.
779- added ruby-1.8.5-jcode.patch:
780  - succ! in jcode.rb doesn't work on $KCODE == 'n'.  [ruby-talk:216845]
781- added ruby-1.8.5-eval.patch:
782  - check protected visibility based on real self, not ruby_frame->self.
783    [ruby-talk:217822]
784- added ruby-1.8.5-include_module.patch:
785  - remove unnecessary check.  [ruby-talk:218402]
786- added ruby-1.8.5-bignum_shift.patch:
787  - a bug in right shift of negative bignums.  [ruby-core:09020]
788- added ruby-1.8.5-rexml_enc.patch:
789  - spaces are allowed around equal sign.  [ruby-core:09032]
790- added ruby-1.8.5-wrong_id_check.patch:
791  - wrong id check.  [ruby-core:09158]
792  - typo fixed.  [ruby-core:09168]
793- added ruby-1.8.5-rb_warning.patch:
794  - some error message may contain format specifiers.  [ruby-dev:29657]
795- added ruby-1.8.5-parse.y.patch.patch:
796  - no need to re-create NODE_SELF() again.  [ruby-core:09177]
797  - use particular enums.  [ruby-core:09221]
798- added ruby-1.8.5-signal.patch:
799  - handle SIGTERM.  [ruby-list:42895]
800  - don't set SA_RESTART.  a backport from the HEAD.  [ruby-talk:220937]
801    [ruby-talk:147220]
802- added ruby-1.8.5-string_tainted.patch:
803  - should be infected with only original string, but not the shared string.
804    [ruby-core:09152]
805  - strnig.c (rb_str_new4): keep shared string untainted when orignal string
806    is tainted.  [ruby-dev:29672]
807- added ruby-1.8.5-configure_alloca.patch:
808  - alloca is broken; use C_ALLOCA instead.  [ruby-dev:29416]
809- added ruby-1.8.5-openssl.patch:
810  - ossl_pkcs7_verify, ossl_spki_initialize: should clear error.
811  - Use digest/md5 instead of obsolete md5.
812- added ruby-1.8.5-imap_nomodseq.patch:
813  - net/imap chokes on NOMODSEQ response. [ruby-Bugs#6026]
814- added ruby-1.8.5-soap.patch:
815  - huge memory usage with the Ebay API.
816    <http://dev.ctor.org/soap4r/ticket/224>
817- applied debian/patches/149_bignum_to_s.patch
818  - should preserve leading zero information for negative %b and %x.
819    [ruby-talk:221347]
820- applied debian/patches/150_time_dup.patch
821  - duplicate the class of original time.  [ruby-core:09357]
822- applied debian/patches/151_super.patch
823  - fixed bug of zsuper with both of opt and rest.  [ruby-list:42928]
824- applied debian/patches/152_dir_glob.patch
825  - get rid of possible memory leak.
826
827* Tue Sep 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.4-0vl5
828- changed ruby-mode Group to Appliations/Editors/Emacs <BTS:VineLinux:163>
829- changed ruby-doc Group to Appliations/Documentation  <BTS:VineLinux:163>
830- changed libruby Group to System Environment/Libraries
831- rebuilt with openssl-0.9.7k
832
833* Sat Jul 29 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.4-0vl4
834- x86_64 architecture support
835  - added ruby-1.8.4-multilib.patch
836  - added ruby-1.8.4-tcltk-multilib.patch
837  - modified emacsen-common path
838
839* Fri Jul 14 2006 akira yamada <akira@vinelinux.org> 1.8.4-0vl3
840- added ruby-1.8.4-135.patch:
841  - should check if chars are multibyte for regexp-i option.
842  [ruby-dev:28598] [ruby-list:42096]
843- added ruby-1.8.4-136.patch:
844  - jcode.rb breaks String#tr_s.  [ruby-list:42090]
845- added ruby-1.8.4-137.patch:
846  - Array#pack supports CRLF newlines.  [ruby-dev:28601]
847- added ruby-1.8.4-138.patch:
848  - should initialize variables first.  [ruby-core:07785] [ruby-core:07810]
849  - avoid accessing uninitialized array element.  [ruby-core:07809]
850- added ruby-1.8.4-139.patch:
851  - Numeric#div should use floor rather than Interger.  [ruby-dev:28589]
852  - the first element of Float#divmod should be an integer.
853    [ruby-dev:28589]
854- added ruby-1.8.4-140.patch:
855  - avoids memory leak of YAML.  [ruby-core:7808]
856- added ruby-1.8.4-141.patch:
857  - fixes out of bounds array access.  [ruby-core:07823]
858- added ruby-1.8.4-142.patch:
859  - use AF_INET6 for nameservers containing colons.
860- added ruby-1.8.4-143.patch:
861  - should not modify untainted objects in safe levels higher than 3.
862  - should not allow modifying literal regexps.
863- added ruby-1.8.4-144.patch:
864  - should not close untainted dir stream in $SAVE >= 4.
865  - should not call a vararg function rb_sys_warning() indirectly.
866    [ruby-core:07886]
867- added ruby-1.8.4-145.patch:
868  - should round for usec floating number.  [ruby-core:07896]
869- added ruby-1.8.4-146.patch:
870  - constant in Fixnum access with instance_eval dumps core.
871    [ruby-dev:28327]
872  - inspect for overriden method.  [ruby-dev:28636]
873  - set_trace_func dumps core.  [ruby-dev:28632]
874  - set_trace_func: binding has wrong self value for return events.
875    [ruby-core:07928]
876- added ruby-1.8.4-147.patch:
877  - fixed typo of openssl/ssl.rb.
878- added ruby-1.8.4-148.patch:
879  - fixed memory leak and alignment bug of the dl library.  [ruby-dev:28665]
880- added ruby-1.8.4-149.patch:
881  - new method: IO#read_nonblock, IO#write_nonblock,
882    Socket#connect_nonblock, Socket#accept_nonblock and
883    Socket#recvfrom_nonblock.  [ruby-core:7917]
884  - use rb_read_pending instead of rb_io_read_pending.  [ruby-dev:28663]
885  - new method: IPSocket#recvfrom_nonblock, TCPServer#accept_nonblock,
886    UNIXServer#accept_nonblock.
887  - reject non-AF_UNIX sockaddr.  [ruby-dev:28691]
888- added ruby-1.8.4-mkconfig.rb.patch:
889  - mkconfig.rb should remove "|#_!!_#|" and unquote commas generated by
890    autoconf > 2.59 (CVS).
891
892* Wed May 10 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.4-0vl2
893- dirty fix to rb_arch macro for ppc
894  (_target_cpu should be powerpc, but rpm macro will translate to ppc anyhow)
895  this fix will be removed after rpm-4.4 macro issue is cleared up.
896
897* Sun Apr 23 2006 akira yamada <akira@vinelinux.org> 1.8.4-0vl1
898- new upstream version 1.8.4.
899- updated ruby-refm-rdp.
900- applied following bug-fix-patches.
901- added ruby-1.8.4-100.patch:
902  - fixed a bug in constant reference during instance_eval for some type of
903    objects.  [yarv-dev:707]
904- added ruby-1.8.4-101.patch:
905  - allow dynamic symbols (:"...") to undef and alias.  [ruby-dev:28105]
906- added ruby-1.8.4-102.patch:
907  - (openssl) treat wildcard character in commonName.  [ruby-dev:28121]
908  - (openssl) should use "rb_str_new(0, 0)" to make empty string.
909- added ruby-1.8.4-103.patch:
910  - callcc or thread may leak memory  [ruby-Bugs:1364] [ruby-dev:28154]
911    [ruby-dev:28172]
912  - mark objects refered from aborting threads.  [ruby-dev:28190]
913- added ruby-1.8.4-104.patch:
914  - avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
915  - declare rb_gc_abort_threads.
916- added ruby-1.8.4-105.patch:
917  - should not recycle scope object used in a thread.  [ruby-dev:28177]
918- added ruby-1.8.4-106.patch (urgency medium):
919  - get rid of segfault on syntax error.  [ruby-core:07070]
920- added ruby-1.8.4-107.patch:
921  - fixed typo in webrick/httpservlet/filehandler.rb: fixed typo.
922    [ruby-core:7075]
923- added ruby-1.8.4-108.patch (urgency medium):
924  - YAML loading of quoted Symbols broken.  [ruby-Bugs:2535]
925  - YAML could not load Bignum in ruby 1.8.3/1.8.4.  [ruby-core:6115]
926  - YAML could not dump Subclass of Numeric properly.  [ruby-core:7047]
927  - should be able to load "!ruby/object:Bignum" syntax 1.8.3 dumped.
928    [ruby-core:6159]
929  - workaround for SEGV.  ex: YAML.load("!map:B {}").  [ruby-core:7217]
930  - fixed a typo in yaml.rb.  [ruby-talk:165285] [ruby-core:6995]
931  - YAML should output complex key mark even if map's key is empty seq/map.
932    [ruby-core:7129]
933- added ruby-1.8.4-109.patch:
934  - fixed possibility of memmory corruption.
935- added ruby-1.8.4-111.patch:
936  - don't clobber %l7 of SPARC if enable-shared.
937  - workaround for FreeBSD/i386 getcontext/setcontext bug.  [ruby-dev:28263]
938- added ruby-1.8.4-112.patch:
939  - FileUtils#mv should remove file after copying.  [ruby-dev:28223]
940- added ruby-1.8.4-113.patch:
941  - avoids compile error (use system routine if provided).
942    [ruby-core:07195]
943- added ruby-1.8.4-114.patch:
944  - need not to protect $SAFE value.  [ruby-core:07177]
945- added ruby-1.8.4-115.patch:
946  - (2**32).to_s(2) fails with exception where sizeof(int) == 4 <
947    sizeof(long). [ruby-core:7300] [ruby-Bugs:3438]
948- added ruby-1.8.4-116.patch:
949  - PStore#fetch should return default value if name is not found.
950    [ruby-core:7304]
951- added ruby-1.8.4-117.patch:
952  - defined RSTRUCT_LEN and RSTRUCT_PTR for source level compatibility with
953    ruby 1.9.
954  - alias RbConfig for Config for compatibility with ruby 1.9.
955- added ruby-1.8.4-118.patch:
956  - should not access ruby objects in finalizer of Zlib.  [ruby-dev:28286]
957- added ruby-1.8.4-119.patch:
958  - no need to push ruby_class.  [ruby-dev:28176] [ruby-dev:28580]
959  - check if ruby_cbase is nil (during instance_eval for objects cannot have
960    singleton classes, e.g. fixnums and symbols).  [ruby-dev:28178]
961    [ruby-dev:28580] [ruby-dev:28582]
962  - argument update propagation.  [ruby-dev:28044]
963  - avoid unnecessary extra argument.  [ruby-core:07366] [ruby-dev:28583]
964    [ruby-dev:28583]
965- added ruby-1.8.4-120.patch:
966  - support non 32bit time_t environments.
967- added ruby-1.8.4-121.patch:
968  - zsuper (with define_method) dumps core.  [ruby-dev:28181]
969- added ruby-1.8.4-122.patch:
970  - should no singleton classes for true, false, and nil.  [ruby-dev:28186]
971- added ruby-1.8.4-124.patch:
972  - sleep should always sleep for specified amount of time.
973    [ruby-talk:180067]
974- added ruby-1.8.4-125.patch:
975  - unpack("l") did not work where sizeof(long) != 4.  [ruby-talk:180024]
976  - fixed integer overflow on template "w" of pack.  [ruby-talk:180126]
977- added ruby-1.8.4-126.patch:
978  - removed unnecessary MY_FILE_NAME constant.  [ruby-core:07376]
979- added ruby-1.8.4-127.patch:
980  - odd break behavior.  [ruby-talk:180420]
981- added ruby-1.8.4-128.patch:
982  - unexpected syntax error.  [ruby-talk:180648]
983- added ruby-1.8.4-129.patch:
984  - fixed that irb can't parse /\^/. [ruby-dev:28404] [ruby-Bugs:3302]
985  - rdoc could not handle /\^/.  [ruby-talk:181631] [ruby-dev:28404]
986- added ruby-1.8.4-130.patch:
987  - symbols overlap ordinary objects.  [ruby-core:07414]
988  - heap_slots may overflow.
989  - align VALUE with sizeof(RVALUE) globally.  [ruby-talk:178364]
990    [ruby-core:7305]
991- added ruby-1.8.4-131.patch:
992    - should not re-schedule output from KILLED thread.
993- added ruby-1.8.4-133.patch:
994  - reports aliased method names in a generated backtrace.  [ruby-dev:28471]
995  - insecure calling should be checked for non NODE_SCOPE method invocations
996    too.
997  - should preserve the current safe level as well as method definition.
998- added ruby-1.8.4-134.patch:
999  - (bignum) second operand may be too big even if it's a Fixnum.
1000    [ruby-talk:187984]
1001- libruby1.8-dbg: applied a patch from Matthew Palmer to provide detached
1002  symbols.
1003
1004* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl22
1005- added BuildRequires: zlib-devel
1006
1007* Sat Jul  2 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1.8.1-0vl21
1008- rebuild for VineSeed
1009- rename BuildRequires: XFree86-devel to XOrg-devel
1010
1011* Thu Jun 23 2005 akira yamada <akira@vinelinux.org> 1.8.1-0vl20.1
1012- added ruby-1.8.2pre2-xmlrpc-util.rb.patch:
1013  - fixed arbitrary command execution on XMLRPC server.
1014    (CAN-2005-1992) [ruby-core:5237]
1015
1016* Wed Nov 03 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl20
1017- increased release number to avoid discrepancy against 3.0/errata package
1018
1019* Wed Nov 03 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl19
1020- updated and enabled ruby-1.8.2pre2-cvs-update-104.patch.
1021- added ruby-1.8.2pre2-io-open.patch:
1022  - (important) additional changes for "open dumps core again^2."
1023    [ruby-dev:24656]
1024- added ruby-1.8.2pre2-array-uniq.patch:
1025  - Array#uniq should not freeze elements.  [ruby-dev:24695]
1026
1027* Wed Nov 03 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl18
1028- added ruby-1.8.2pre2-cvs-update-104.patch:
1029  - (important) Enumerable#grep dumps core.  [ruby-dev:24671]
1030  - (important) open dumps core again^2.  [ruby-dev:24656]
1031- added ruby-1.8.2pre2-ostruct-revert.patch and removed
1032  ruby-1.8.2pre2-ostruct-marshal.patch:
1033  - reverted lib/ostruct.rb.
1034
1035* Sun Oct 31 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl17
1036- added ruby-1.8.2pre2-cvs-updates-103.patch:
1037  - (important) temporarily frozen string causes core dump.  [ruby-dev:24552]
1038- removed ruby-1.8.2pre2-cgi.rb-macie.patch,
1039  ruby-1.8.2pre2-ostruct-marshal.patch,
1040  ruby-1.8.2pre2-zlib-flush_next_in.patch and
1041  ruby-1.8.2pre2-ruby_finalize_1-segv.patch: they ware included into the
1042  above patch.
1043
1044* Sat Oct 30 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl16
1045- added ruby-1.8.2pre2-eval.c-memory-leak.patch:
1046  - (important) another memory leak in ruby_1_8.  [ruby-core:03619]
1047- added ruby-1.8.2pre2-io-path.patch:
1048  - (important) IO#path may cause segv.  [ruby-talk:118234]
1049- added ruby-1.8.2pre2-enum-sort_by.patch:
1050  - (important) Enumerable#sort_by dumps core again^4.  [ruby-dev:24642]
1051
1052* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl15
1053- added ruby-1.8.2pre2-cvs-updates-100.patch:
1054  - minor bug fix.
1055- added ruby-1.8.2pre2-cvs-updates-101.patch:
1056  - (important) "IO.allocate.reopen('/nothing')" on irb causes SEGV.
1057    [ruby-core:03288]
1058  - YAML fails to load/dump non-printable characters.  [ruby-core:03280]
1059    [ruby-core:03286]
1060  - Bug#265429: IO.select() mysteriously hangs [ruby-dev:24072]
1061    [ruby-dev:24075]
1062  - Pathological slowdown in 1.8  [ruby-core:02662]
1063- added ruby-1.8.2pre2-cvs-updates-102.patch:
1064  - (important) fixed some segmentation fault bugs listed in
1065    - <URL:http://jp.rubyist.net/magazine/?0002-RubyCore>.
1066    - raise dumps core.  [ruby-dev:24519]
1067    - unpack("p") dumps core.  [ruby-dev:24594]
1068    - Enumerable#sort_by dumps core again.  [ruby-dev:24386]
1069    - Enumerable#sort_by dumps core again(2).  [ruby-dev:24399]
1070    - A class of return value of Array#*.  [ruby-dev:24526]
1071    - Zlib::Deflate#deflate causes core dump.  [ruby-dev:24530]
1072  - PStore#transaction may raise Errno::ENOENT.  [ruby-dev:24561]
1073  - String#include? ?\x80.  [ruby-dev:24558]
1074  - httpresponse.rb: ensure to close @body.
1075  - (important) fixed memory leak.  [ruby-core:03549]
1076  - Zlib::GzipReader#ungetc does not work correctly.
1077  - (important) core dump with binding, eval, instance_eval and class
1078    variable.  [ruby-dev:24120]
1079- added ruby-1.8.2pre2-cgi.rb-macie.patch:
1080  - cgi.rb: workaround for Mac IE.  [ruby-list:40136]
1081- added ruby-1.8.2pre2-ostruct-marshal.patch:
1082  - ostruct.rb: OpenStruct can't be dumped.  [ruby-dev:24625]
1083- added ruby-1.8.2pre2-zlib-flush_next_in.patch:
1084  - (important) Zlib::Deflate#flush_next_in causes core dump.
1085    [ruby-dev:24621]
1086- added ruby-1.8.2pre2-ruby_finalize_1-segv.patch:
1087  - (important) raising zlib dumps core again.  [ruby-dev:24627]
1088- removed ruby-1.8.2pre2-cgi-session-filename.patch and
1089  ruby-1.8.2pre2-cgi.rb-infinity-loop.patch: they ware included into the
1090  above patch.
1091
1092* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl14
1093- added ruby-1.8.2pre2-cgi-session-filename.patch:
1094  - (important) CGI::Session::FilesStore and CGI::Session::PStore should not
1095    use a session id as a filename.
1096- added ruby-1.8.2pre2-cgi.rb-infinity-loop.patch:
1097  - (security) cgi.rb: avoids infinity loop.
1098
1099* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl13
1100- rebuilt with db4-4.2.25
1101
1102* Fri Jul 30 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl12
1103- new upstream source, ruby-1.8.2-preview2.
1104- removed patches which is included into upstream:
1105  ruby-1.8.2pr1-sleep.patch, ruby-1.8.2pr1-version.h.patch,
1106  ruby-1.8.2pr1-yaml-rubytypes.rb.patch, ruby-1.8.2pr1-ruby-mode.patch,
1107  ruby-1.8.2pr1-yaml-load-exception.patch,
1108  ruby-1.8.2pr1-config.guess-revert.patch, ruby-1.8.2pr1-callcc.patch,
1109  ruby-1.8.2pr1-net-imap.patch, ruby-1.8.2pr1-uri-ldap.patch,
1110  ruby-1.8.2pr1-use-NULL.patch, ruby-1.8.2pr1-cgi-session.patch and
1111  ruby-1.8.2pr1-run-final.patch.
1112- renamed to ruby-1.8.2pre2-delegate.rb.patch from
1113  ruby-1.8.2pr1-delegate.rb.patch.
1114
1115* Wed Jul 28 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl11
1116- enabled Patch811(ruby-1.8.2pr1-cgi-session.patch).
1117- added a patch:
1118  - ruby-1.8.2pr1-run-final.patch: ObjectSpace.define_finalizer may cause
1119    Segmentation falult.  [ruby-dev:23957]
1120
1121* Wed Jul 21 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl10
1122- new upstream source, ruby-1.8.2-preview1.
1123- removed patches which included into upstream:
1124  ruby-1.8.1-{100..108}-cvs-updates.patch,
1125  ruby-1.8.1-ia64-stack-limit-hack.patch,
1126  ruby-1.8.1-zlib_64bit_gzfile_get32.patch,
1127  ruby-1.8.1-rdoc-parse.rb.patch.
1128- updated patches:
1129  - ruby-1.8.1-sleep.patch -> ruby-1.8.2pr1-sleep.patch
1130  - ruby-1.8.1-yaml-rubytypes.rb.patch -> ruby-1.8.2pr1-yaml-rubytypes.rb.patch
1131  - ruby-1.8.1-ruby-mode.patch -> ruby-1.8.2pr1-ruby-mode.patch
1132  - ruby-1.8.1-delegate.rb.patch -> ruby-1.8.2pr1-delegate.rb.patch
1133  - ruby-1.8.1-config.guess-revert.patch -> ruby-1.8.2pr1-config.guess-revert.patch
1134  - ruby-1.8.1-ri-pager.patch -> ruby-1.8-ri-pager.patch
1135- added patches:
1136  - ruby-1.8.2pr1-version.h.patch: added some constans.
1137  - ruby-1.8.2pr1-yaml-load-exception.patch: YAML.load
1138    couldn't load Exception objects.  [ruby-talk:104405]
1139  - ruby-1.8.2pr1-callcc.patch: callcc method may cause unknown data type
1140    bug.  [ruby-talk:106657]
1141  - ruby-1.8.2pr1-net-imap.patch: wait command continuation requests before
1142    sending octet data of literals.
1143  - ruby-1.8.2pr1-uri-ldap.patch: method hierarchical? in uri/ldap.rb should
1144    be in URI::LDAP.
1145  - ruby-1.8.2pr1-use-NULL.patch: use NULL instead of 0.
1146  - ruby-1.8.2pr1-cgi-session.patch: sets the permission of the session data
1147    file to 0600.  [ruby-dev:23952]
1148
1149* Wed Jun 23 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl9
1150- added ruby-1.8.1-rdoc-parse.rb.patch:
1151    - [ruby-talk:104190] %r{...} is a regular expression but RDoc prints it
1152      as %{...}.
1153- added ruby-1.8.1-config.guess-revert.patch:
1154    - [ruby-dev:23753] revert to original config.guess
1155      <URL:ftp://ftp.gnu.org/pub/gnu/config/config.guess>.
1156
1157* Tue Jun 22 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl8
1158- added ruby-1.8.1-yaml-rubytypes.rb.patch:
1159    - backported from CVS HEAD.
1160
1161* Tue Jun 22 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl7
1162- added ruby-1.8.1-106-cvs-updates.patch:
1163    - [ruby-dev:23550] Socket.new(Socket::AF_INET, Socket::SOCK_STREAM, 0)
1164      dumps core.
1165    - [ruby-core:02793] ruby -e 'a[*b]+=c' dups core.
1166    - [ruby-dev:23487] core dump by delete_if on 1.8
1167    - options for Net::Telnet::login can take regexps for login prompt
1168      and/or password prompt.
1169- added ruby-1.8.1-107-cvs-updates.patch:
1170    - upgraded to stable-snapshot (2004-06-05).
1171- added debian/patches/108_cvs_updates.patch:
1172    - [ruby-dev:22631] should not dump singleton class.
1173    - limit safe level.
1174    - [ruby-dev:23713] allow changing $SAFE.
1175- added ruby-1.8.1-820_zlib_64bit_gzfile_get32.patch:
1176    - the value in gzfile_get32 can accidentally be sign extended on 64 bit
1177      systems.  Thanks to Matthew Mueller.  (see Debian Bug#255442)
1178- removed ruby-1.8.1-time.c.patch, ruby-1.8.1-find.rb.patch,
1179  ruby-1.8.1-telnet.rb.patch, ruby-1.8.1-yaml.patch,
1180  ruby-1.8.1-proc_eq.patch, ruby-1.8.1-misc-escape.patch and
1181  ruby-1.8.1-parse.y-reverse.patch.  they ware included into the above
1182  patch.
1183- updated SOURCE2.  [VineSeed:09109]
1184- removed unusable "Prefix:".
1185
1186* Fri Feb 06 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl6
1187- configure with --with-bundled-{sha1,md5,rmd160}.  it free libruby1.8 from
1188  libssl.
1189- added ruby-1.8.1-105-cvs-updates.patch:
1190  - "undef" for methods does not work. [ruby-list:39058]
1191  - blocks in "#{}" makes syntax error. [ruby-list:39061]
1192  - Net::IMAP accepts 8-bit characters in quoted strings for Novell
1193    GroupWise Internet Agent.
1194  - Socket#recvfrom makes an invalid argument error in non-blocking mode.
1195    [ruby-talk:89962]
1196  - util.c (mblen): fix overrun. (DJGPP ONLY)  [ruby-dev:22672]
1197  - delegate.rb should use Kernel::raise for Thread.  [ruby-dev:22681]
1198    [ruby-dev:22684]
1199  - delegate.rb should not delegate singleton_method_added.
1200    [ruby-dev:22685]
1201- added ruby-1.8.1-find.rb.patch:
1202  - Find.find raises SecurityError in $SAFE>=1. [ruby-dev:22641]
1203  - Find.find("xyz") will yield "xyz" even if no such file exists.
1204    [ruby-core:02319]
1205- added ruby-1.8.1-telnet.rb.patch:
1206  - net/telnet.rb accepts "Login" prompt.
1207- added ruby-1.8.1-yaml.patch:
1208  - syck library does not dump tv_usec correctly. [ruby-core:02305]
1209  - syck cannot dump a Range of strings. [ruby-core:02306]
1210- added ruby-1.8.1-ruby-mode.patch:
1211  - font-lock could not treat %"..." correctry. [ruby-dev:22705]
1212- added ruby-1.8.1-proc_eq.patch:
1213  - Proc with empty body may not be equal.  [ruby-dev:22590]
1214    [ruby-dev:22594][ruby-dev:22602]
1215- added ruby-1.8.1-misc-escape.patch:
1216  - Here-document in lib/rexml/encodings/ISO-8859-1.rb requires quotation,
1217    as in US-ASCII.rb.  [ruby-talk:88650]
1218  - avoid warnings in rdoc/parsers/parse_c.rb.
1219
1220* Thu Jan 22 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl5
1221- changed the arguments when generating RI (in the %%install section)
1222  against "ppc vs powerpc" issue (thanks Akira Yamada-san for helping)
1223
1224* Wed Jan 21 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl4
1225- added ruby-1.8.1-104-cvs-updates.patch:
1226  - removed O_NONBLOCK for a socket used by DRb.
1227  - Net::IMAP accepts an NIL-envelope.
1228
1229* Tue Jan 20 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl3
1230- added ruby-1.8.1-103-cvs-updates.patch:
1231  - io.c: initializer of lineno should be "INT2FIX(0)".
1232  - disabled optimization on ia64.  (-O1/2 makes ruby unusable.)
1233- added ruby-1.8.1-ia64-stack-limit-hack.patch:
1234  - disable IA64_MAGIC_STACK_LIMIT trick when optimization is disabled.
1235    [ruby-dev:22650]
1236
1237* Mon Jan 19 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl2
1238- added ruby-1.8.1-101-cvs-updates.patch:
1239  - StringIO.new.sysread should raise EOFError.  [ruby-core:2078]
1240  - don't increment lineno when gzfile_read_all returns "".  [ruby-core:2078]
1241  - ARGF.readline should raise EOFError at EOF.  [ruby-dev:22458]
1242  - both of ARGF.read and ARGF.read(nil) should concatenate input files when
1243    length argument is nil.  [ruby-dev:22450]
1244  - ARGF.lineno should return 0 even if ARGF have not been read.
1245    [ruby-dev:22460]
1246  - ARGF.each_byte should return self.  [ruby-dev:22465]
1247  - ARGF.eof? should not have any side effect.  [ruby-dev:22469]
1248  - should not abort when module_function is called for undefined method.
1249    [ruby-dev:22498]
1250  - ARGF.read(n) makes an error when it gets EOF.  [ruby-bugs-ja:PR#585]
1251  - synchronized with date2 library version 3.5.  it includes fixes for
1252    [ruby-talk:90063].
1253- added ruby-1.8.1-102-cvs-updates.patch:
1254  - documents of methods of IO is missing.
1255- added ruby-1.8.1-sleep.patch:
1256  - sleep is broken with --enable-pthread.  [ruby-core:2133]
1257    [ruby-core:2137]
1258- added ruby-1.8.1-time.c.patch:
1259  - Time#usec should not return neither a negative number nor a number which
1260    is larger than 1000000.  [ruby-dev:22614], [ruby-dev:22617]
1261- added ruby-1.8.1-ri-pager.patch:
1262  - changed pager search order: ENV['PAGER'], pager, ...
1263- put datafiles of ri into rdoc package.
1264
1265* Sat Dec 27 2003 akira yamada <akira@vinelinux.org> 1.8.1-0vl1
1266- new upstream version.
1267- applied bugfix patch.  ruby-1.8.1-100-cvs-updates.patch:
1268  - Kernel::require searches actual file name once when no extension
1269    specified.
1270  - fixes Ruby/Tk crash bug. (but does not fix block bug.) [ruby-talk:88830]
1271  - Array#pack checks sign for "i" and "I".  [ruby-dev:22427]
1272  - IO::readlines should return lines when record-separater is nil.
1273    [ruby-core:02077][ruby-core:02078]
1274  - ARGF.read accepts "nil" for argument.  [ruby-dev:22433]
1275- updated ruby-refm-rdp-1.6.8-ja-html.tar.gz.
1276- added ruby-mode-init.el.
1277- updated ruby-mode-install.sh and ruby-mode-remove.sh.
1278
1279* Mon Dec 08 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl5
1280- updated ruby-1.8.1pr3-cvs-updates.patch.
1281
1282* Sat Dec 06 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl3
1283- updated to Ruby 1.8.1-preview3.
1284- applied patches from the CVS.
1285
1286* Thu Oct 16 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl2
1287- libruby obsoletes drb, erb, ruby-csv, ruby-optparse, ruby-rexml,
1288  ruby-strscan, rubyunit and racc-runtime.
1289
1290* Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl1
1291- new upstream version.
1292- applied patches from the CVS.
1293- new sub-package: ruby-openssl.
1294
1295* Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.6.8-0vl2
1296- rebuild with tcltk-8.4.2
1297
1298* Tue Jan 21 2003 akira yamada <akira@vinelinux.org> 1.6.8-0vl1
1299- new upstream version.
1300- applied a patch:
1301    - [ruby-dev:18702] [PATCH] .rb/.so with same feature name
1302- build with db4-devel.  (dbm.so is linked with libdb-4.0.so.)
1303
1304* Tue Mar 19 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl5
1305- applied bug fix patch:
1306    - ruby-dev#16462: preserve reference for GC, but link should be cut.
1307      (ruby-dev#16411: block local var.)
1308    - RUBY_RELEASE_DATE "2002-03-19"
1309  (ruby-1.6.7-103.patch)
1310
1311* Sun Mar 17 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl4
1312- applied bug fix patch:
1313    - ruby-dev#16274: patch for 'wm state' (tk.rb)
1314    - PR#206ja: SEGV handle EXIT
1315    - updated NEWS
1316    - RUBY_RELEASE_DATE "2002-03-14"
1317  (ruby-1.6.7-100.patch)
1318    - ruby-list#34313: singleton should not be Marshal.dump'ed
1319    - ruby-dev#16411: block local var
1320    - RUBY_RELEASE_DATE "2001-03-15"
1321  (ruby-1.6.7-101.patch)
1322    - handling multibyte chars is partially broken.
1323    - RUBY_RELEASE_DATE "2002-03-18"
1324  (ruby-1.6.7-102.patch)
1325- removed ruby-1.6.7-500-marshal-proc.patch and
1326  ruby-1.6.7-501-class-var.patch.  they are included (or rewrited) into the
1327  above patch.
1328- updated refm. (ruby-refm-rdp-1.6.7-ja-html.zip)
1329- prefixed %%lang(ja) to %%doc for Japanese documents.
1330
1331* Fri Mar 08 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl3
1332- applied patch501.
1333
1334* Fri Mar 08 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl2
1335- updated refm. (ruby-refm-rdp-1.6.7-jp-html.zip)
1336
1337* Sun Mar 03 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl1
1338- new upstream version.
1339    - uri library is included.
1340    - time.rb is new.
1341    - some bugs are fixed.
1342- added ruby-refm-rdp-1.6.6-jp-html.zip.
1343- applied bug fix patch:
1344    - ruby-dev#16178: Marshal::dump shuld call Proc#call.
1345    (ruby-1.6.7-500-marshal-proc.patch)
1346    - ruby-talk#35157: class vars broken in 1.6.7
1347    (ruby-1.6.7-501-class-var.patch)
1348- removed: ruby-1.6.6-10[12].patch, ruby-1.6.6-502-net_pop.patch.
1349
1350* Mon Feb 04 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl5
1351- applied bug fix patch:
1352    - ruby-dev#15684: reject prefix followed by spaces only.
1353    - PR#183: SEGV on remove_class_variable
1354    (ruby-1.6.6-101.patch)
1355    - PR#184: Net::APOP.auth_only is not usable
1356    (ruby-1.6.6-502-net_pop.patch)
1357- removed ruby-1.6.6-502-net_pop.patch. it is included by
1358  101_ruby-1.6.6.patch.
1359- site_ruby moved to under /usr/local/lib.
1360- added db1-devel to BuildRequires.
1361
1362* Wed Jan 09 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl4
1363- added a bug fix patch: ruby-1.6.6-501-ruby-mode.patch
1364    - ruby-talk#30479: ruby-mode.el disables font-lock coloring
1365
1366* Tue Jan 08 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl3
1367- added a bug fix patch: ruby-1.6.6-100.patch
1368    - ruby-talk#30203: Ruby 1.6.6 bug and fix
1369    - ruby-list#33047: regex bug
1370    - PR#230: problem with -d in 1.6.6
1371- removed patches: ruby-900-XXX-strtod.patch ruby-503-weakref.rb.patch.
1372  included into ruby-1.6.6-100.patch.
1373
1374* Fri Jan 04 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl2
1375- added a patch:
1376    - ruby-1.6.6-901-sparc.patch: PR#225: sparc linux needs different
1377      FLUSH_REGISTER_WINDOWS
1378- renamed to ruby-mode from ruby-mode-el.
1379
1380* Wed Dec 26 2001 akira yamada <akira@vinelinux.org> 1.6.6-0vl1
1381- new upstream version.
1382
1383* Sun Nov 18 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.6.5-0vl3
1384- rebuilt with new tcl/tk packages
1385- added patches: ruby-900-XXX-strtod.patch ruby-503-weakref.rb.patch
1386
1387* Wed Oct 10 2001 akira yamada <akira@vinelinux.org> 1.6.5-0vl2
1388- applied bug fix patch from upstrem cvs repository.
1389    - ruby-dev#14810, ruby-dev#14813 (ruby-1.6.5-100.patch)
1390- applied bug fix patch:
1391    - ruby-list#31570 for net/pop.rb (ruby-1.6.5-501-net-pop.rb.patch)
1392- %%{_mandir} hack.
1393- emacsen_pkg hack. (very dirty for %%_foo() in %%if-%%endif. but it is
1394  wrong of spec-specification... sigh.)
1395
1396* Wed Sep 19 2001 akira yamada <akira@vinelinux.org> 1.6.5-0vl1
1397- new upstream version.
1398- add XFree86-devel to BuildRequires. (tk.h requires X11/Xlib.h.)
1399
1400* Mon Sep 03 2001 akira yamada <akira@vinelinux.org> 1.6.4-0vl8
1401- removed files related on emacsen-common from libruby.
1402- updated upstream URLs.
1403
1404* Tue Aug 07 2001 akira yamada <akira@vinelinux.org>
1405- 1.6.4-0vl7
1406- added ruby-1.6.4-108.patch.
1407    - fixed: causes segv to mod_ruby.
1408    - do not recurse if method_missing is undefined.
1409    - m68k work around.
1410
1411* Fri Aug 03 2001 akira yamada <akira@vinelinux.org>
1412- 1.6.4-0vl5
1413- new sub-package ruby-mode-el. it provides ruby-mode for emacsen.
1414
1415* Thu Aug 01 2001 akira yamada <akira@vinelinux.org>
1416- 1.6.4-0vl4
1417- added ruby-1.6.4-10[67].patch.
1418- remove ruby-1.6.4-501.patch. (fixed on upstream.)
1419    - marshal verbose warning bug.
1420    - ruby-1.6-2001.07.31.
1421- packages except libruby and irb requires libruby = %%{version}-%%{release}.
1422- irb requires ruby = %%{version}-%%{release}.
1423
1424* Thu Jul 26 2001 akira yamada <akira@vinelinux.org>
1425- 1.6.4-0vl3
1426- added ruby-1.6.4-10[345].patch and ruby-1.6.4-501.patch.
1427    - tilde expansion problem and PR#158.
1428- some documents moved to libruby.rpm from ruby.rpm.
1429- stopped using %%configure macros, because it breaks
1430  Config::CONFIG["libdir"] variable: %%configure sets
1431  it to "/usr/lib" but it should be
1432  "$(exec_prefix)/lib" for some packages which uses
1433  ruby.
1434
1435* Tue Jul 17 2001 akira yamada <akira@vinelinux.org>
1436- 1.6.4-0vl2
1437- added ruby-1.6.4-10[12].patch.
1438    - fixed a bug around order of "$:".
1439    - updated config.{guess,sub}.
1440    - eval.c bug.
1441    - marshal version 4.6.
1442
1443* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
1444- 1.6.4-0vl1
1445- upgrade to nwe upstream version 1.6.4.
1446
1447* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
1448- applied patch:
1449  - fixed method cache bug. etc. (Patch103, Patch104)
1450
1451* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
1452- applied patch:
1453  - fixed marshal for bignum bug.
1454  - fixed scope of constant variables bug.
1455
1456* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
1457- upgraded to new upstream version 1.6.3.
1458
1459* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
1460- fixed bad group for libruby.
1461- Applied patch: upgraded to cvs version (2001-02-08):
1462  fixed minor bugs.
1463
1464* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
1465- Applied patch: upgraded to cvs version (2001-01-15):
1466  fixed minor bugs(e.g. ruby makes extention librares too large...).
1467
1468* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
1469- Applied patch: upgraded to cvs version (2001-01-09):
1470  fixed minor bugs.
1471
1472* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
1473- Applied bug fix patch.
1474
1475* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
1476- Updated to new upstream version 1.6.2.
1477
1478* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
1479- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
1480  (upgraded ruby to latest cvs version, 1.6.2-preview4).
1481
1482* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
1483- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
1484  (upgraded ruby to latest cvs version).
1485- new package: libruby
1486
1487* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
1488- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
1489  (upgraded ruby to latest cvs version).
1490- Removed ruby-dev.11262.patch, ruby-dev.11265.patch,
1491  and ruby-dev.11268.patch (included into above patch).
1492
1493* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
1494- build on gcc-2.95.3
1495
1496* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
1497- Added ruby-dev.11268.patch.
1498
1499* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
1500- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
1501  (upgraded ruby to latest cvs version).
1502- Added ruby-dev.11262.patch.
1503- Added ruby-dev.11265.patch.
1504 
1505* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
1506- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
1507  (upgraded ruby to latest cvs version).
1508
1509* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
1510- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
1511  (upgraded ruby to latest cvs version).
1512
1513* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
1514- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
1515  (upgraded ruby to latest cvs version).
1516
1517* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
1518- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
1519  (upgraded ruby to latest cvs version).
1520
1521* Thu Sep 27 2000 akira yamada <akira@vinelinux.org>
1522- Updated to upstream version 1.6.1.
1523- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
1524  (upgraded ruby to latest cvs version).
1525
1526* Tue Aug 29 2000 akira yamada <akira@redhat.com>
1527- Updated to version 1.4.6.
1528- removed ruby-dev.10123.patch(included into ruby-1.4.6).
1529- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
1530
1531* Tue Jun 27 2000 akira yamada <akira@redhat.com>
1532- Updated manuals to version 1.4.5.
1533
1534* Sun Jun 25 2000 akira yamada <akira@redhat.com>
1535- Added ruby-dev.10123.patch.
1536
1537* Sat Jun 24 2000 akira yamada <akira@redhat.com>
1538- Updated to version 1.4.5.
1539- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
1540
1541* Thu Jun 22 2000 akira yamada <akira@redhat.com>
1542- Updated to version 1.4.4(06/22/2000 CVS).
1543- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
1544
1545* Thu Jun 22 2000 akira yamada <akira@redhat.com>
1546- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
1547
1548* Tue Jun 20 2000 akira yamada <akira@redhat.com>
1549- Updated to version 1.4.4(06/20/2000 CVS).
1550- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
1551- Added ruby-dev.10054.patch.
1552
1553* Tue Jun 15 2000 akira yamada <akira@redhat.com>
1554- Updated to version 1.4.4(06/12/2000 CVS).
1555- Added manuals and FAQs.
1556- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
1557
1558* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
1559- Updated to version 1.4.4
1560
1561* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1562- Updated to version 1.4.3
1563
1564* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1565- Updated to version 1.4.2 (Sep 18)
1566
1567* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1568- Updated to version 1.4.2
1569
1570* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1571- Updated to version 1.4.0
1572
1573* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1574- 2nd release
1575- Updated to version 1.2.6(15 Jul 1999)
1576- striped %{prefix}/bin/ruby
1577
1578* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1579- Updated to version 1.2.6(21 Jun 1999)
1580
1581* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1582- Updated to version 1.2.5
1583
1584* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1585- Updated to version 1.2.4
1586
1587* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
1588- Version up to 1.2 stable.
1589
1590* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
1591- Version up to 1.1c9.
1592
1593* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
1594- Version up to 1.1c8, however it appear short life :-P
1595
1596* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
1597- Version up.
1598
1599* Mon Sep 22 1998 Toru Hoshina <hoshina@best.com>
1600- To make a libruby.so.
1601
1602* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
1603- Modified SPEC in order to install libruby.a so that it should be used by
1604  another ruby entention.
1605- 2nd release.
1606
1607* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
1608- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>
Note: See TracBrowser for help on using the repository browser.