source: projects/specs/branches/6/r/ruby/ruby-vl.spec @ 7423

Revision 7423, 60.4 KB checked in by iwamoto, 11 years ago (diff)

update: ruby@vine6

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