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

Revision 6470, 60.2 KB checked in by daisuke, 12 years ago (diff)

update to 1.8.7-p370

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