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

Revision 6142, 60.1 KB checked in by daisuke, 12 years ago (diff)

ruby-1.8.7.358

  • update to 1.8.7-p358
  • add patch1100 to build with glibc-2.14
Line 
1%define rubyxver        1.8
2%define rubyyver        7
3%define rubypl          358
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* Sun May 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.358-1
576- update to 1.8.7-p358
577- add patch1100 to build with glibc-2.14
578
579* Mon Feb 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.334-1
580- update to 1.8.7-p334
581
582* Tue Jan 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.330-1
583- update to 1.8.7-p330
584- change License tag (Ruby or GPLv2)
585
586* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.249-1
587- update to 1.8.7-p249
588- rebuild with db4-4.8.0
589- drop unneccesary patches: 809, 1001, 1002, 1003, 1004
590
591* Tue Sep 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-3
592- move noarch ruby libraries to /usr/lib/ruby.
593  - add Patch960
594    - add --with-ruby-prefix=%%{_prefix}/lib
595- add deprecated search path for 64bit arch.
596  - --with-search-path=%%{_libdir}/ruby/%%{rubyxver}
597
598* Wed Aug 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-2
599- import Patch100[12345] from debian package
600  * Added debian/patches/090811_thread_and_select.dpatch:
601    threads may hangup when IO.select called from two or more threads.
602  * Added debian/patches/090812_finalizer_at_exit.dpatch:
603    finalizers should be run at exit (Closes: #534241)
604  * Added debian/patches/090812_class_clone_segv.dpatch:
605    avoid segv when an object cloned.  (Closes: #533329)
606  * Added debian/patches/090812_eval_long_exp_segv.dpatch:
607    fix segv when eval a long expression.  (Closes: #510561)
608  * Added debian/patches/090812_openssl_x509_warning.dpatch:
609    suppress warning from OpenSSL::X509::ExtensionFactory.  (Closes: #489443)
610
611* Tue Jun 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.174-1
612- new upstream release 1.8.7-p174
613 - fix CVE-2009-1904
614   http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/
615
616* Mon Jun 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.160-1
617- new upstream version 1.8.7-p160.
618- drop unneccesary patches: Patch807, Patch1010
619
620* Mon Sep 22 2008 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.7.72-2
621- updated Patch950: ruby-1.8.7-p72-multilib.patch
622
623* Thu Sep 11 2008 akira yamada <akira@vinelinux.org> 1.8.7.72-1
624- new upstream version 1.8.7-p72.
625- droped unnecessary patches: Patch802.
626
627* Thu Sep 11 2008 akira yamada <akira@vinelinux.org> 1.8.6.287-1
628- new upstream version 1.8.6-p287.
629- droped unnecessary patches: Patch805, Patch1000.
630- updated Patch808 for 1.8.6-p287.
631- added Patch809: rcov may crash because of backwards incompatibility.
632  (backported r14826:15141 of trunk).
633- added Patch1010 to fix CVE-2008-3790.
634
635* Sat Sep  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.6.111-1
636- applied new versioning policy
637- spec in UTF-8
638- removed BuildRequires: XOrg-devel
639
640* Wed Oct 24 2007 akira yamada <akira@vinelinux.org> 1.8.6.111-0vl2
641- added ruby-1.8.6.111-rexml-document-transitive.patch:
642  - fixed: Document#write undefined local variable or method `transitive'.
643
644* Tue Oct 23 2007 akira yamada <akira@vinelinux.org> 1.8.6.111-0vl1
645- new upstream version 1.8.6.111.
646- added ruby-1.8.6.111-CVE-2007-5162.patch:
647  - security fixes for CVE-2007-5162.  It is backported r13657 from ruby_1_8
648    branch.
649- added ruby-1.8.6.111-ruby-bugs-11507.patch:
650  - ConditionVariable#wait may raise "not owner" exceptions.
651- added ruby-1.8.6.111-sync_try_lock_always_fail.patch:
652  - Sync#try_lock always fails due to wrong variable name.
653
654* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.6-0vl4
655- rebuild with new openssl
656
657* Thu May 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.6-0vl3
658- rebuilt with new toolchain and db4-4.3.x
659
660* Sun Mar 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.6-0vl2
661- modified emacsen-common path
662
663* Mon Mar 19 2007 akira yamada <akira@vinelinux.org> 1.8.6-0vl1
664- new upstream version 1.8.6.
665
666* Mon Dec 04 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.5-0vl1.1
667- add pacth1000 for fix cgi.rb issue (JVN#84798830)
668
669* Wed Nov 1 2006 akira yamada <akira@ruby-lang.org> 1.8.5-0vl1
670- new upstream version 1.8.5.
671- added ruby-1.8.5-rexml_encoding.patch:
672  - REXML should accept UTF-16.  [ruby-list:42737]
673- added ruby-1.8.5-rdoc.patch:
674  - Don't unescape HTML in HtmlFormatter.  Submitted by Kent Sibilev <ksruby
675    at gmail.com>.  [ruby-core:08392].
676  - lib/rdoc/generators/ri_generator.rb: do not chdir twice.
677- added ruby-1.8.5-hash_memory_reak.patch:
678  - hash.c (rb_hash_s_create): fixed memory leak, based on the patch by Kent
679    Sibilev <ksruby at gmail.com>.  fixed: [ruby-talk:211233]
680- added ruby-1.8.5-top_cref.patch:
681  - eval.c (ruby_init): rename top_cref to ruby_top_cref and export, along
682    with ruby_cref, for use by the sandbox. [ruby-core:08762]
683- added ruby-1.8.5-tcltk.patch:
684  - ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work
685    properly on some versions of BLT (wrong description on the manual of
686    `blt::bgexec'?).
687  - ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on
688    Tcl/Tk8.x.
689  - ext/tk/lib/tk.rb: update RELEASE_DATE.
690- added ruby-1.8.5-acl.patch:
691  - patterns which include '*' should not cause getaddress() call.
692    [ruby-dev:29406]
693- added ruby-1.8.5-socket.patch:
694  - ext/socket/extconf.rb: check arpa/inet.h for ntohs.
695  - ext/socket/socket.c: include arpa/inet.h if available.
696  - ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
697- added ruby-1.8.5-exec_vs_nullbyte.patch:
698  - io.c (pipe_open): null character should be saved for command name.
699    [ruby-dev:29421]
700  - process.c (proc_spawn): ditto.
701  - process.c (proc_spawn_n): ditto.
702  - process.c (rb_f_system): ditto.
703- added ruby-1.8.5-mimedec.patch:
704  - CGI#out should not decode base64 strings.  [ruby-dev:29284]
705  - Kconv::toeuc should decode base64 strings. (reverted to old behaviour for
706    compatibility.)  [ruby-dev:29505]
707  - corrected regexp for EUC-JP (Kconv::RegexpEucjp).  [ruby-dev:29344]
708- added ruby-1.8.5-strftime_nullbyte.patch:
709  - Time#strftime should save null character.  [ruby-dev:29422]
710- added ruby-1.8.5-dbm_extconf.patch:
711  - ext/dbm/extconf.rb: create makefile according to the result of check for
712    dbm header.  fixed: [ruby-dev:29445]
713  - ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
714- added ruby-1.8.5-check_sticky_bit.patch:
715  - file.c (path_check_0): check if sticky bit is set on parent directories
716    for executable path.  fixed: [ruby-dev:29415]
717  - Fix documentation submitted by Rick Ohnemus.  ruby-Bugs-5529.
718    [ruby-core:08725]
719- added ruby-1.8.5-float_hash.patch:
720  - improve hash collision of Float objects.  [ruby-dev:29352]
721- added ruby-1.8.5-time_vardecl.patch:
722  - time.c (time_to_s): variable declaration after an execution statement.
723- added ruby-1.8.5-bignum.patch:
724  - numeric.c (fix_plus): addition in Fixnum will never overflow long.  a
725    patch from Ondrej Bilka <neleai at seznam.cz>.  [ruby-core:08794]
726  - numeric.c (fix_minus): ditto.
727  - bignum.c (rb_big_pow): eagerly truncate resulting bignum.
728    [ruby-core:08794]
729- added ruby-1.8.5-migration_macro.patch:
730  - ruby.h (RSTRING_PTR): add migration macro.
731  - ruby.h (RARRAY_PTR): ditto.
732- added ruby-1.8.5-webrick_cookie.patch:
733  - lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new method to
734    parse multiple cookies per Set-Cookie header.  Thanks to Aaron Patterson
735    <aaron_patterson at speakeasy.net>.  [ruby-core:08802]
736- added ruby-1.8.5-suppress_warnings.patch:
737  - mkconfig.rb, ext/extmk.rb, lib/mkmf.rb: suppress warnings with $VERBOSE.
738  - ext/extmk.rb: Proc#call does not pass the block in 1.8.
739  - Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
740- added ruby-1.8.5-pstore_binmode.patch:
741  - lib/pstore.rb: open all in binary mode, and get rid of the quirk of
742    msvcrt.  fixed: [ruby-dev:29518]
743- added ruby-1.8.5-testunit_rescue.patch:
744  - Rescue Exception in Test::Unit::TestCase#run.  [ruby-core:08783]
745- added ruby-1.8.5-prevent_loading_twice.patch:
746  - eval.c (rb_require_safe): prevent loading twice from extensions.  fixed:
747    [ruby-dev:29523]
748- added ruby-1.8.5-prohibit_intern_tainted_string.patch:
749  - string.c (rb_str_intern): prohibit interning tainted string.
750- added ruby-1.8.5-ruby_mode.patch:
751  - misc/ruby-mode.el (ruby-parse-partial): better here-doc support.  a patch
752    from Marshall T. Vandegrift <llasram at gmail.com>.  [ruby-core:08804]
753- added ruby-1.8.5-readme_ext.patch:
754  - README.EXT: English adjustment.  [ruby-core:08851] [ruby-core:08852]
755    [ruby-core:08855]
756- added ruby-1.8.5-check_safe_level_for_str_intern.patch:
757  - string.c (rb_str_intern): raise SecurityError only when $SAFE level is
758    greater than zero.  [ruby-core:08862]
759  - parse.y (rb_interned_p): new function to check if a string is already
760    interned.
761  - object.c (str_to_id): use rb_str_intern().
762- added ruby-1.8.5-pty.patch:
763  - ext/pty/pty.c (establishShell): parent pid is not used.
764  - ext/pty/pty.c (freeDevice): not used.
765  - ext/pty/pty.c (get_device_once): removed garbage right brace.
766  - ext/pty/pty.c (establishShell): remove remaining unused line.
767- added ruby-1.8.5-imap_extraspace.patch:
768  - net/imap can accept extra space in server responses.  The patch from Tom
769    Soderlund.
770- added ruby-1.8.5-rdoc_nameerror.patch:
771  - rdoc/ri/ri_options.rb should require 'rdoc/ri/ri_paths'.
772- added ruby-1.8.5-gdbm_docs.patch and updated ruby-1.8.5-.document.patch:
773  - added GDBM documents.
774- added ruby-1.8.5-etc_uid_t.patch:
775  - etc.c should use uid_t instead of int.  [ruby-core:08897]
776- added ruby-1.8.5-cgi_empty_content.patch:
777  - invalid multipart data can make cgi.rb infinite loop and CPU consumption.
778    (CVE-2006-5467)
779- added ruby-1.8.5-sandbox.patch:
780  - added Thread#kill!.  [ruby-core:08768]
781- added ruby-1.8.5-update_docs.patch:
782  - small fixes and updates for rdocs.
783- added ruby-1.8.5-array.patch:
784  - fixed a potential leaks caused by shift.  [ruby-talk:216055]
785    [ruby-core:08922] [ruby-list:42907]
786- added ruby-1.8.5-dir_checkdir.patch:
787  - internal existence test for "/" fails anytime. [ruby-core:08913]
788- added ruby-1.8.5-mkmf.patch:
789  - set default $LDFLAGS.  [ruby-talk:216256]
790  - check function pointer first and macro next.  [ruby-core:08949]
791  - fixed the bug of handling COMMON_MACROS.
792- added ruby-1.8.5-jcode.patch:
793  - succ! in jcode.rb doesn't work on $KCODE == 'n'.  [ruby-talk:216845]
794- added ruby-1.8.5-eval.patch:
795  - check protected visibility based on real self, not ruby_frame->self.
796    [ruby-talk:217822]
797- added ruby-1.8.5-include_module.patch:
798  - remove unnecessary check.  [ruby-talk:218402]
799- added ruby-1.8.5-bignum_shift.patch:
800  - a bug in right shift of negative bignums.  [ruby-core:09020]
801- added ruby-1.8.5-rexml_enc.patch:
802  - spaces are allowed around equal sign.  [ruby-core:09032]
803- added ruby-1.8.5-wrong_id_check.patch:
804  - wrong id check.  [ruby-core:09158]
805  - typo fixed.  [ruby-core:09168]
806- added ruby-1.8.5-rb_warning.patch:
807  - some error message may contain format specifiers.  [ruby-dev:29657]
808- added ruby-1.8.5-parse.y.patch.patch:
809  - no need to re-create NODE_SELF() again.  [ruby-core:09177]
810  - use particular enums.  [ruby-core:09221]
811- added ruby-1.8.5-signal.patch:
812  - handle SIGTERM.  [ruby-list:42895]
813  - don't set SA_RESTART.  a backport from the HEAD.  [ruby-talk:220937]
814    [ruby-talk:147220]
815- added ruby-1.8.5-string_tainted.patch:
816  - should be infected with only original string, but not the shared string.
817    [ruby-core:09152]
818  - strnig.c (rb_str_new4): keep shared string untainted when orignal string
819    is tainted.  [ruby-dev:29672]
820- added ruby-1.8.5-configure_alloca.patch:
821  - alloca is broken; use C_ALLOCA instead.  [ruby-dev:29416]
822- added ruby-1.8.5-openssl.patch:
823  - ossl_pkcs7_verify, ossl_spki_initialize: should clear error.
824  - Use digest/md5 instead of obsolete md5.
825- added ruby-1.8.5-imap_nomodseq.patch:
826  - net/imap chokes on NOMODSEQ response. [ruby-Bugs#6026]
827- added ruby-1.8.5-soap.patch:
828  - huge memory usage with the Ebay API.
829    <http://dev.ctor.org/soap4r/ticket/224>
830- applied debian/patches/149_bignum_to_s.patch
831  - should preserve leading zero information for negative %b and %x.
832    [ruby-talk:221347]
833- applied debian/patches/150_time_dup.patch
834  - duplicate the class of original time.  [ruby-core:09357]
835- applied debian/patches/151_super.patch
836  - fixed bug of zsuper with both of opt and rest.  [ruby-list:42928]
837- applied debian/patches/152_dir_glob.patch
838  - get rid of possible memory leak.
839
840* Tue Sep 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.4-0vl5
841- changed ruby-mode Group to Appliations/Editors/Emacs <BTS:VineLinux:163>
842- changed ruby-doc Group to Appliations/Documentation  <BTS:VineLinux:163>
843- changed libruby Group to System Environment/Libraries
844- rebuilt with openssl-0.9.7k
845
846* Sat Jul 29 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.8.4-0vl4
847- x86_64 architecture support
848  - added ruby-1.8.4-multilib.patch
849  - added ruby-1.8.4-tcltk-multilib.patch
850  - modified emacsen-common path
851
852* Fri Jul 14 2006 akira yamada <akira@vinelinux.org> 1.8.4-0vl3
853- added ruby-1.8.4-135.patch:
854  - should check if chars are multibyte for regexp-i option.
855  [ruby-dev:28598] [ruby-list:42096]
856- added ruby-1.8.4-136.patch:
857  - jcode.rb breaks String#tr_s.  [ruby-list:42090]
858- added ruby-1.8.4-137.patch:
859  - Array#pack supports CRLF newlines.  [ruby-dev:28601]
860- added ruby-1.8.4-138.patch:
861  - should initialize variables first.  [ruby-core:07785] [ruby-core:07810]
862  - avoid accessing uninitialized array element.  [ruby-core:07809]
863- added ruby-1.8.4-139.patch:
864  - Numeric#div should use floor rather than Interger.  [ruby-dev:28589]
865  - the first element of Float#divmod should be an integer.
866    [ruby-dev:28589]
867- added ruby-1.8.4-140.patch:
868  - avoids memory leak of YAML.  [ruby-core:7808]
869- added ruby-1.8.4-141.patch:
870  - fixes out of bounds array access.  [ruby-core:07823]
871- added ruby-1.8.4-142.patch:
872  - use AF_INET6 for nameservers containing colons.
873- added ruby-1.8.4-143.patch:
874  - should not modify untainted objects in safe levels higher than 3.
875  - should not allow modifying literal regexps.
876- added ruby-1.8.4-144.patch:
877  - should not close untainted dir stream in $SAVE >= 4.
878  - should not call a vararg function rb_sys_warning() indirectly.
879    [ruby-core:07886]
880- added ruby-1.8.4-145.patch:
881  - should round for usec floating number.  [ruby-core:07896]
882- added ruby-1.8.4-146.patch:
883  - constant in Fixnum access with instance_eval dumps core.
884    [ruby-dev:28327]
885  - inspect for overriden method.  [ruby-dev:28636]
886  - set_trace_func dumps core.  [ruby-dev:28632]
887  - set_trace_func: binding has wrong self value for return events.
888    [ruby-core:07928]
889- added ruby-1.8.4-147.patch:
890  - fixed typo of openssl/ssl.rb.
891- added ruby-1.8.4-148.patch:
892  - fixed memory leak and alignment bug of the dl library.  [ruby-dev:28665]
893- added ruby-1.8.4-149.patch:
894  - new method: IO#read_nonblock, IO#write_nonblock,
895    Socket#connect_nonblock, Socket#accept_nonblock and
896    Socket#recvfrom_nonblock.  [ruby-core:7917]
897  - use rb_read_pending instead of rb_io_read_pending.  [ruby-dev:28663]
898  - new method: IPSocket#recvfrom_nonblock, TCPServer#accept_nonblock,
899    UNIXServer#accept_nonblock.
900  - reject non-AF_UNIX sockaddr.  [ruby-dev:28691]
901- added ruby-1.8.4-mkconfig.rb.patch:
902  - mkconfig.rb should remove "|#_!!_#|" and unquote commas generated by
903    autoconf > 2.59 (CVS).
904
905* Wed May 10 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.4-0vl2
906- dirty fix to rb_arch macro for ppc
907  (_target_cpu should be powerpc, but rpm macro will translate to ppc anyhow)
908  this fix will be removed after rpm-4.4 macro issue is cleared up.
909
910* Sun Apr 23 2006 akira yamada <akira@vinelinux.org> 1.8.4-0vl1
911- new upstream version 1.8.4.
912- updated ruby-refm-rdp.
913- applied following bug-fix-patches.
914- added ruby-1.8.4-100.patch:
915  - fixed a bug in constant reference during instance_eval for some type of
916    objects.  [yarv-dev:707]
917- added ruby-1.8.4-101.patch:
918  - allow dynamic symbols (:"...") to undef and alias.  [ruby-dev:28105]
919- added ruby-1.8.4-102.patch:
920  - (openssl) treat wildcard character in commonName.  [ruby-dev:28121]
921  - (openssl) should use "rb_str_new(0, 0)" to make empty string.
922- added ruby-1.8.4-103.patch:
923  - callcc or thread may leak memory  [ruby-Bugs:1364] [ruby-dev:28154]
924    [ruby-dev:28172]
925  - mark objects refered from aborting threads.  [ruby-dev:28190]
926- added ruby-1.8.4-104.patch:
927  - avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
928  - declare rb_gc_abort_threads.
929- added ruby-1.8.4-105.patch:
930  - should not recycle scope object used in a thread.  [ruby-dev:28177]
931- added ruby-1.8.4-106.patch (urgency medium):
932  - get rid of segfault on syntax error.  [ruby-core:07070]
933- added ruby-1.8.4-107.patch:
934  - fixed typo in webrick/httpservlet/filehandler.rb: fixed typo.
935    [ruby-core:7075]
936- added ruby-1.8.4-108.patch (urgency medium):
937  - YAML loading of quoted Symbols broken.  [ruby-Bugs:2535]
938  - YAML could not load Bignum in ruby 1.8.3/1.8.4.  [ruby-core:6115]
939  - YAML could not dump Subclass of Numeric properly.  [ruby-core:7047]
940  - should be able to load "!ruby/object:Bignum" syntax 1.8.3 dumped.
941    [ruby-core:6159]
942  - workaround for SEGV.  ex: YAML.load("!map:B {}").  [ruby-core:7217]
943  - fixed a typo in yaml.rb.  [ruby-talk:165285] [ruby-core:6995]
944  - YAML should output complex key mark even if map's key is empty seq/map.
945    [ruby-core:7129]
946- added ruby-1.8.4-109.patch:
947  - fixed possibility of memmory corruption.
948- added ruby-1.8.4-111.patch:
949  - don't clobber %l7 of SPARC if enable-shared.
950  - workaround for FreeBSD/i386 getcontext/setcontext bug.  [ruby-dev:28263]
951- added ruby-1.8.4-112.patch:
952  - FileUtils#mv should remove file after copying.  [ruby-dev:28223]
953- added ruby-1.8.4-113.patch:
954  - avoids compile error (use system routine if provided).
955    [ruby-core:07195]
956- added ruby-1.8.4-114.patch:
957  - need not to protect $SAFE value.  [ruby-core:07177]
958- added ruby-1.8.4-115.patch:
959  - (2**32).to_s(2) fails with exception where sizeof(int) == 4 <
960    sizeof(long). [ruby-core:7300] [ruby-Bugs:3438]
961- added ruby-1.8.4-116.patch:
962  - PStore#fetch should return default value if name is not found.
963    [ruby-core:7304]
964- added ruby-1.8.4-117.patch:
965  - defined RSTRUCT_LEN and RSTRUCT_PTR for source level compatibility with
966    ruby 1.9.
967  - alias RbConfig for Config for compatibility with ruby 1.9.
968- added ruby-1.8.4-118.patch:
969  - should not access ruby objects in finalizer of Zlib.  [ruby-dev:28286]
970- added ruby-1.8.4-119.patch:
971  - no need to push ruby_class.  [ruby-dev:28176] [ruby-dev:28580]
972  - check if ruby_cbase is nil (during instance_eval for objects cannot have
973    singleton classes, e.g. fixnums and symbols).  [ruby-dev:28178]
974    [ruby-dev:28580] [ruby-dev:28582]
975  - argument update propagation.  [ruby-dev:28044]
976  - avoid unnecessary extra argument.  [ruby-core:07366] [ruby-dev:28583]
977    [ruby-dev:28583]
978- added ruby-1.8.4-120.patch:
979  - support non 32bit time_t environments.
980- added ruby-1.8.4-121.patch:
981  - zsuper (with define_method) dumps core.  [ruby-dev:28181]
982- added ruby-1.8.4-122.patch:
983  - should no singleton classes for true, false, and nil.  [ruby-dev:28186]
984- added ruby-1.8.4-124.patch:
985  - sleep should always sleep for specified amount of time.
986    [ruby-talk:180067]
987- added ruby-1.8.4-125.patch:
988  - unpack("l") did not work where sizeof(long) != 4.  [ruby-talk:180024]
989  - fixed integer overflow on template "w" of pack.  [ruby-talk:180126]
990- added ruby-1.8.4-126.patch:
991  - removed unnecessary MY_FILE_NAME constant.  [ruby-core:07376]
992- added ruby-1.8.4-127.patch:
993  - odd break behavior.  [ruby-talk:180420]
994- added ruby-1.8.4-128.patch:
995  - unexpected syntax error.  [ruby-talk:180648]
996- added ruby-1.8.4-129.patch:
997  - fixed that irb can't parse /\^/. [ruby-dev:28404] [ruby-Bugs:3302]
998  - rdoc could not handle /\^/.  [ruby-talk:181631] [ruby-dev:28404]
999- added ruby-1.8.4-130.patch:
1000  - symbols overlap ordinary objects.  [ruby-core:07414]
1001  - heap_slots may overflow.
1002  - align VALUE with sizeof(RVALUE) globally.  [ruby-talk:178364]
1003    [ruby-core:7305]
1004- added ruby-1.8.4-131.patch:
1005    - should not re-schedule output from KILLED thread.
1006- added ruby-1.8.4-133.patch:
1007  - reports aliased method names in a generated backtrace.  [ruby-dev:28471]
1008  - insecure calling should be checked for non NODE_SCOPE method invocations
1009    too.
1010  - should preserve the current safe level as well as method definition.
1011- added ruby-1.8.4-134.patch:
1012  - (bignum) second operand may be too big even if it's a Fixnum.
1013    [ruby-talk:187984]
1014- libruby1.8-dbg: applied a patch from Matthew Palmer to provide detached
1015  symbols.
1016
1017* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl22
1018- added BuildRequires: zlib-devel
1019
1020* Sat Jul  2 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1.8.1-0vl21
1021- rebuild for VineSeed
1022- rename BuildRequires: XFree86-devel to XOrg-devel
1023
1024* Thu Jun 23 2005 akira yamada <akira@vinelinux.org> 1.8.1-0vl20.1
1025- added ruby-1.8.2pre2-xmlrpc-util.rb.patch:
1026  - fixed arbitrary command execution on XMLRPC server.
1027    (CAN-2005-1992) [ruby-core:5237]
1028
1029* Wed Nov 03 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl20
1030- increased release number to avoid discrepancy against 3.0/errata package
1031
1032* Wed Nov 03 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl19
1033- updated and enabled ruby-1.8.2pre2-cvs-update-104.patch.
1034- added ruby-1.8.2pre2-io-open.patch:
1035  - (important) additional changes for "open dumps core again^2."
1036    [ruby-dev:24656]
1037- added ruby-1.8.2pre2-array-uniq.patch:
1038  - Array#uniq should not freeze elements.  [ruby-dev:24695]
1039
1040* Wed Nov 03 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl18
1041- added ruby-1.8.2pre2-cvs-update-104.patch:
1042  - (important) Enumerable#grep dumps core.  [ruby-dev:24671]
1043  - (important) open dumps core again^2.  [ruby-dev:24656]
1044- added ruby-1.8.2pre2-ostruct-revert.patch and removed
1045  ruby-1.8.2pre2-ostruct-marshal.patch:
1046  - reverted lib/ostruct.rb.
1047
1048* Sun Oct 31 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl17
1049- added ruby-1.8.2pre2-cvs-updates-103.patch:
1050  - (important) temporarily frozen string causes core dump.  [ruby-dev:24552]
1051- removed ruby-1.8.2pre2-cgi.rb-macie.patch,
1052  ruby-1.8.2pre2-ostruct-marshal.patch,
1053  ruby-1.8.2pre2-zlib-flush_next_in.patch and
1054  ruby-1.8.2pre2-ruby_finalize_1-segv.patch: they ware included into the
1055  above patch.
1056
1057* Sat Oct 30 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl16
1058- added ruby-1.8.2pre2-eval.c-memory-leak.patch:
1059  - (important) another memory leak in ruby_1_8.  [ruby-core:03619]
1060- added ruby-1.8.2pre2-io-path.patch:
1061  - (important) IO#path may cause segv.  [ruby-talk:118234]
1062- added ruby-1.8.2pre2-enum-sort_by.patch:
1063  - (important) Enumerable#sort_by dumps core again^4.  [ruby-dev:24642]
1064
1065* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl15
1066- added ruby-1.8.2pre2-cvs-updates-100.patch:
1067  - minor bug fix.
1068- added ruby-1.8.2pre2-cvs-updates-101.patch:
1069  - (important) "IO.allocate.reopen('/nothing')" on irb causes SEGV.
1070    [ruby-core:03288]
1071  - YAML fails to load/dump non-printable characters.  [ruby-core:03280]
1072    [ruby-core:03286]
1073  - Bug#265429: IO.select() mysteriously hangs [ruby-dev:24072]
1074    [ruby-dev:24075]
1075  - Pathological slowdown in 1.8  [ruby-core:02662]
1076- added ruby-1.8.2pre2-cvs-updates-102.patch:
1077  - (important) fixed some segmentation fault bugs listed in
1078    - <URL:http://jp.rubyist.net/magazine/?0002-RubyCore>.
1079    - raise dumps core.  [ruby-dev:24519]
1080    - unpack("p") dumps core.  [ruby-dev:24594]
1081    - Enumerable#sort_by dumps core again.  [ruby-dev:24386]
1082    - Enumerable#sort_by dumps core again(2).  [ruby-dev:24399]
1083    - A class of return value of Array#*.  [ruby-dev:24526]
1084    - Zlib::Deflate#deflate causes core dump.  [ruby-dev:24530]
1085  - PStore#transaction may raise Errno::ENOENT.  [ruby-dev:24561]
1086  - String#include? ?\x80.  [ruby-dev:24558]
1087  - httpresponse.rb: ensure to close @body.
1088  - (important) fixed memory leak.  [ruby-core:03549]
1089  - Zlib::GzipReader#ungetc does not work correctly.
1090  - (important) core dump with binding, eval, instance_eval and class
1091    variable.  [ruby-dev:24120]
1092- added ruby-1.8.2pre2-cgi.rb-macie.patch:
1093  - cgi.rb: workaround for Mac IE.  [ruby-list:40136]
1094- added ruby-1.8.2pre2-ostruct-marshal.patch:
1095  - ostruct.rb: OpenStruct can't be dumped.  [ruby-dev:24625]
1096- added ruby-1.8.2pre2-zlib-flush_next_in.patch:
1097  - (important) Zlib::Deflate#flush_next_in causes core dump.
1098    [ruby-dev:24621]
1099- added ruby-1.8.2pre2-ruby_finalize_1-segv.patch:
1100  - (important) raising zlib dumps core again.  [ruby-dev:24627]
1101- removed ruby-1.8.2pre2-cgi-session-filename.patch and
1102  ruby-1.8.2pre2-cgi.rb-infinity-loop.patch: they ware included into the
1103  above patch.
1104
1105* Thu Oct 29 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl14
1106- added ruby-1.8.2pre2-cgi-session-filename.patch:
1107  - (important) CGI::Session::FilesStore and CGI::Session::PStore should not
1108    use a session id as a filename.
1109- added ruby-1.8.2pre2-cgi.rb-infinity-loop.patch:
1110  - (security) cgi.rb: avoids infinity loop.
1111
1112* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl13
1113- rebuilt with db4-4.2.25
1114
1115* Fri Jul 30 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl12
1116- new upstream source, ruby-1.8.2-preview2.
1117- removed patches which is included into upstream:
1118  ruby-1.8.2pr1-sleep.patch, ruby-1.8.2pr1-version.h.patch,
1119  ruby-1.8.2pr1-yaml-rubytypes.rb.patch, ruby-1.8.2pr1-ruby-mode.patch,
1120  ruby-1.8.2pr1-yaml-load-exception.patch,
1121  ruby-1.8.2pr1-config.guess-revert.patch, ruby-1.8.2pr1-callcc.patch,
1122  ruby-1.8.2pr1-net-imap.patch, ruby-1.8.2pr1-uri-ldap.patch,
1123  ruby-1.8.2pr1-use-NULL.patch, ruby-1.8.2pr1-cgi-session.patch and
1124  ruby-1.8.2pr1-run-final.patch.
1125- renamed to ruby-1.8.2pre2-delegate.rb.patch from
1126  ruby-1.8.2pr1-delegate.rb.patch.
1127
1128* Wed Jul 28 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl11
1129- enabled Patch811(ruby-1.8.2pr1-cgi-session.patch).
1130- added a patch:
1131  - ruby-1.8.2pr1-run-final.patch: ObjectSpace.define_finalizer may cause
1132    Segmentation falult.  [ruby-dev:23957]
1133
1134* Wed Jul 21 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl10
1135- new upstream source, ruby-1.8.2-preview1.
1136- removed patches which included into upstream:
1137  ruby-1.8.1-{100..108}-cvs-updates.patch,
1138  ruby-1.8.1-ia64-stack-limit-hack.patch,
1139  ruby-1.8.1-zlib_64bit_gzfile_get32.patch,
1140  ruby-1.8.1-rdoc-parse.rb.patch.
1141- updated patches:
1142  - ruby-1.8.1-sleep.patch -> ruby-1.8.2pr1-sleep.patch
1143  - ruby-1.8.1-yaml-rubytypes.rb.patch -> ruby-1.8.2pr1-yaml-rubytypes.rb.patch
1144  - ruby-1.8.1-ruby-mode.patch -> ruby-1.8.2pr1-ruby-mode.patch
1145  - ruby-1.8.1-delegate.rb.patch -> ruby-1.8.2pr1-delegate.rb.patch
1146  - ruby-1.8.1-config.guess-revert.patch -> ruby-1.8.2pr1-config.guess-revert.patch
1147  - ruby-1.8.1-ri-pager.patch -> ruby-1.8-ri-pager.patch
1148- added patches:
1149  - ruby-1.8.2pr1-version.h.patch: added some constans.
1150  - ruby-1.8.2pr1-yaml-load-exception.patch: YAML.load
1151    couldn't load Exception objects.  [ruby-talk:104405]
1152  - ruby-1.8.2pr1-callcc.patch: callcc method may cause unknown data type
1153    bug.  [ruby-talk:106657]
1154  - ruby-1.8.2pr1-net-imap.patch: wait command continuation requests before
1155    sending octet data of literals.
1156  - ruby-1.8.2pr1-uri-ldap.patch: method hierarchical? in uri/ldap.rb should
1157    be in URI::LDAP.
1158  - ruby-1.8.2pr1-use-NULL.patch: use NULL instead of 0.
1159  - ruby-1.8.2pr1-cgi-session.patch: sets the permission of the session data
1160    file to 0600.  [ruby-dev:23952]
1161
1162* Wed Jun 23 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl9
1163- added ruby-1.8.1-rdoc-parse.rb.patch:
1164    - [ruby-talk:104190] %r{...} is a regular expression but RDoc prints it
1165      as %{...}.
1166- added ruby-1.8.1-config.guess-revert.patch:
1167    - [ruby-dev:23753] revert to original config.guess
1168      <URL:ftp://ftp.gnu.org/pub/gnu/config/config.guess>.
1169
1170* Tue Jun 22 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl8
1171- added ruby-1.8.1-yaml-rubytypes.rb.patch:
1172    - backported from CVS HEAD.
1173
1174* Tue Jun 22 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl7
1175- added ruby-1.8.1-106-cvs-updates.patch:
1176    - [ruby-dev:23550] Socket.new(Socket::AF_INET, Socket::SOCK_STREAM, 0)
1177      dumps core.
1178    - [ruby-core:02793] ruby -e 'a[*b]+=c' dups core.
1179    - [ruby-dev:23487] core dump by delete_if on 1.8
1180    - options for Net::Telnet::login can take regexps for login prompt
1181      and/or password prompt.
1182- added ruby-1.8.1-107-cvs-updates.patch:
1183    - upgraded to stable-snapshot (2004-06-05).
1184- added debian/patches/108_cvs_updates.patch:
1185    - [ruby-dev:22631] should not dump singleton class.
1186    - limit safe level.
1187    - [ruby-dev:23713] allow changing $SAFE.
1188- added ruby-1.8.1-820_zlib_64bit_gzfile_get32.patch:
1189    - the value in gzfile_get32 can accidentally be sign extended on 64 bit
1190      systems.  Thanks to Matthew Mueller.  (see Debian Bug#255442)
1191- removed ruby-1.8.1-time.c.patch, ruby-1.8.1-find.rb.patch,
1192  ruby-1.8.1-telnet.rb.patch, ruby-1.8.1-yaml.patch,
1193  ruby-1.8.1-proc_eq.patch, ruby-1.8.1-misc-escape.patch and
1194  ruby-1.8.1-parse.y-reverse.patch.  they ware included into the above
1195  patch.
1196- updated SOURCE2.  [VineSeed:09109]
1197- removed unusable "Prefix:".
1198
1199* Fri Feb 06 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl6
1200- configure with --with-bundled-{sha1,md5,rmd160}.  it free libruby1.8 from
1201  libssl.
1202- added ruby-1.8.1-105-cvs-updates.patch:
1203  - "undef" for methods does not work. [ruby-list:39058]
1204  - blocks in "#{}" makes syntax error. [ruby-list:39061]
1205  - Net::IMAP accepts 8-bit characters in quoted strings for Novell
1206    GroupWise Internet Agent.
1207  - Socket#recvfrom makes an invalid argument error in non-blocking mode.
1208    [ruby-talk:89962]
1209  - util.c (mblen): fix overrun. (DJGPP ONLY)  [ruby-dev:22672]
1210  - delegate.rb should use Kernel::raise for Thread.  [ruby-dev:22681]
1211    [ruby-dev:22684]
1212  - delegate.rb should not delegate singleton_method_added.
1213    [ruby-dev:22685]
1214- added ruby-1.8.1-find.rb.patch:
1215  - Find.find raises SecurityError in $SAFE>=1. [ruby-dev:22641]
1216  - Find.find("xyz") will yield "xyz" even if no such file exists.
1217    [ruby-core:02319]
1218- added ruby-1.8.1-telnet.rb.patch:
1219  - net/telnet.rb accepts "Login" prompt.
1220- added ruby-1.8.1-yaml.patch:
1221  - syck library does not dump tv_usec correctly. [ruby-core:02305]
1222  - syck cannot dump a Range of strings. [ruby-core:02306]
1223- added ruby-1.8.1-ruby-mode.patch:
1224  - font-lock could not treat %"..." correctry. [ruby-dev:22705]
1225- added ruby-1.8.1-proc_eq.patch:
1226  - Proc with empty body may not be equal.  [ruby-dev:22590]
1227    [ruby-dev:22594][ruby-dev:22602]
1228- added ruby-1.8.1-misc-escape.patch:
1229  - Here-document in lib/rexml/encodings/ISO-8859-1.rb requires quotation,
1230    as in US-ASCII.rb.  [ruby-talk:88650]
1231  - avoid warnings in rdoc/parsers/parse_c.rb.
1232
1233* Thu Jan 22 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl5
1234- changed the arguments when generating RI (in the %%install section)
1235  against "ppc vs powerpc" issue (thanks Akira Yamada-san for helping)
1236
1237* Wed Jan 21 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl4
1238- added ruby-1.8.1-104-cvs-updates.patch:
1239  - removed O_NONBLOCK for a socket used by DRb.
1240  - Net::IMAP accepts an NIL-envelope.
1241
1242* Tue Jan 20 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl3
1243- added ruby-1.8.1-103-cvs-updates.patch:
1244  - io.c: initializer of lineno should be "INT2FIX(0)".
1245  - disabled optimization on ia64.  (-O1/2 makes ruby unusable.)
1246- added ruby-1.8.1-ia64-stack-limit-hack.patch:
1247  - disable IA64_MAGIC_STACK_LIMIT trick when optimization is disabled.
1248    [ruby-dev:22650]
1249
1250* Mon Jan 19 2004 akira yamada <akira@vinelinux.org> 1.8.1-0vl2
1251- added ruby-1.8.1-101-cvs-updates.patch:
1252  - StringIO.new.sysread should raise EOFError.  [ruby-core:2078]
1253  - don't increment lineno when gzfile_read_all returns "".  [ruby-core:2078]
1254  - ARGF.readline should raise EOFError at EOF.  [ruby-dev:22458]
1255  - both of ARGF.read and ARGF.read(nil) should concatenate input files when
1256    length argument is nil.  [ruby-dev:22450]
1257  - ARGF.lineno should return 0 even if ARGF have not been read.
1258    [ruby-dev:22460]
1259  - ARGF.each_byte should return self.  [ruby-dev:22465]
1260  - ARGF.eof? should not have any side effect.  [ruby-dev:22469]
1261  - should not abort when module_function is called for undefined method.
1262    [ruby-dev:22498]
1263  - ARGF.read(n) makes an error when it gets EOF.  [ruby-bugs-ja:PR#585]
1264  - synchronized with date2 library version 3.5.  it includes fixes for
1265    [ruby-talk:90063].
1266- added ruby-1.8.1-102-cvs-updates.patch:
1267  - documents of methods of IO is missing.
1268- added ruby-1.8.1-sleep.patch:
1269  - sleep is broken with --enable-pthread.  [ruby-core:2133]
1270    [ruby-core:2137]
1271- added ruby-1.8.1-time.c.patch:
1272  - Time#usec should not return neither a negative number nor a number which
1273    is larger than 1000000.  [ruby-dev:22614], [ruby-dev:22617]
1274- added ruby-1.8.1-ri-pager.patch:
1275  - changed pager search order: ENV['PAGER'], pager, ...
1276- put datafiles of ri into rdoc package.
1277
1278* Sat Dec 27 2003 akira yamada <akira@vinelinux.org> 1.8.1-0vl1
1279- new upstream version.
1280- applied bugfix patch.  ruby-1.8.1-100-cvs-updates.patch:
1281  - Kernel::require searches actual file name once when no extension
1282    specified.
1283  - fixes Ruby/Tk crash bug. (but does not fix block bug.) [ruby-talk:88830]
1284  - Array#pack checks sign for "i" and "I".  [ruby-dev:22427]
1285  - IO::readlines should return lines when record-separater is nil.
1286    [ruby-core:02077][ruby-core:02078]
1287  - ARGF.read accepts "nil" for argument.  [ruby-dev:22433]
1288- updated ruby-refm-rdp-1.6.8-ja-html.tar.gz.
1289- added ruby-mode-init.el.
1290- updated ruby-mode-install.sh and ruby-mode-remove.sh.
1291
1292* Mon Dec 08 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl5
1293- updated ruby-1.8.1pr3-cvs-updates.patch.
1294
1295* Sat Dec 06 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl3
1296- updated to Ruby 1.8.1-preview3.
1297- applied patches from the CVS.
1298
1299* Thu Oct 16 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl2
1300- libruby obsoletes drb, erb, ruby-csv, ruby-optparse, ruby-rexml,
1301  ruby-strscan, rubyunit and racc-runtime.
1302
1303* Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 1.8.0-0vl1
1304- new upstream version.
1305- applied patches from the CVS.
1306- new sub-package: ruby-openssl.
1307
1308* Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.6.8-0vl2
1309- rebuild with tcltk-8.4.2
1310
1311* Tue Jan 21 2003 akira yamada <akira@vinelinux.org> 1.6.8-0vl1
1312- new upstream version.
1313- applied a patch:
1314    - [ruby-dev:18702] [PATCH] .rb/.so with same feature name
1315- build with db4-devel.  (dbm.so is linked with libdb-4.0.so.)
1316
1317* Tue Mar 19 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl5
1318- applied bug fix patch:
1319    - ruby-dev#16462: preserve reference for GC, but link should be cut.
1320      (ruby-dev#16411: block local var.)
1321    - RUBY_RELEASE_DATE "2002-03-19"
1322  (ruby-1.6.7-103.patch)
1323
1324* Sun Mar 17 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl4
1325- applied bug fix patch:
1326    - ruby-dev#16274: patch for 'wm state' (tk.rb)
1327    - PR#206ja: SEGV handle EXIT
1328    - updated NEWS
1329    - RUBY_RELEASE_DATE "2002-03-14"
1330  (ruby-1.6.7-100.patch)
1331    - ruby-list#34313: singleton should not be Marshal.dump'ed
1332    - ruby-dev#16411: block local var
1333    - RUBY_RELEASE_DATE "2001-03-15"
1334  (ruby-1.6.7-101.patch)
1335    - handling multibyte chars is partially broken.
1336    - RUBY_RELEASE_DATE "2002-03-18"
1337  (ruby-1.6.7-102.patch)
1338- removed ruby-1.6.7-500-marshal-proc.patch and
1339  ruby-1.6.7-501-class-var.patch.  they are included (or rewrited) into the
1340  above patch.
1341- updated refm. (ruby-refm-rdp-1.6.7-ja-html.zip)
1342- prefixed %%lang(ja) to %%doc for Japanese documents.
1343
1344* Fri Mar 08 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl3
1345- applied patch501.
1346
1347* Fri Mar 08 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl2
1348- updated refm. (ruby-refm-rdp-1.6.7-jp-html.zip)
1349
1350* Sun Mar 03 2002 akira yamada <akira@vinelinux.org> 1.6.7-0vl1
1351- new upstream version.
1352    - uri library is included.
1353    - time.rb is new.
1354    - some bugs are fixed.
1355- added ruby-refm-rdp-1.6.6-jp-html.zip.
1356- applied bug fix patch:
1357    - ruby-dev#16178: Marshal::dump shuld call Proc#call.
1358    (ruby-1.6.7-500-marshal-proc.patch)
1359    - ruby-talk#35157: class vars broken in 1.6.7
1360    (ruby-1.6.7-501-class-var.patch)
1361- removed: ruby-1.6.6-10[12].patch, ruby-1.6.6-502-net_pop.patch.
1362
1363* Mon Feb 04 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl5
1364- applied bug fix patch:
1365    - ruby-dev#15684: reject prefix followed by spaces only.
1366    - PR#183: SEGV on remove_class_variable
1367    (ruby-1.6.6-101.patch)
1368    - PR#184: Net::APOP.auth_only is not usable
1369    (ruby-1.6.6-502-net_pop.patch)
1370- removed ruby-1.6.6-502-net_pop.patch. it is included by
1371  101_ruby-1.6.6.patch.
1372- site_ruby moved to under /usr/local/lib.
1373- added db1-devel to BuildRequires.
1374
1375* Wed Jan 09 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl4
1376- added a bug fix patch: ruby-1.6.6-501-ruby-mode.patch
1377    - ruby-talk#30479: ruby-mode.el disables font-lock coloring
1378
1379* Tue Jan 08 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl3
1380- added a bug fix patch: ruby-1.6.6-100.patch
1381    - ruby-talk#30203: Ruby 1.6.6 bug and fix
1382    - ruby-list#33047: regex bug
1383    - PR#230: problem with -d in 1.6.6
1384- removed patches: ruby-900-XXX-strtod.patch ruby-503-weakref.rb.patch.
1385  included into ruby-1.6.6-100.patch.
1386
1387* Fri Jan 04 2002 akira yamada <akira@vinelinux.org> 1.6.6-0vl2
1388- added a patch:
1389    - ruby-1.6.6-901-sparc.patch: PR#225: sparc linux needs different
1390      FLUSH_REGISTER_WINDOWS
1391- renamed to ruby-mode from ruby-mode-el.
1392
1393* Wed Dec 26 2001 akira yamada <akira@vinelinux.org> 1.6.6-0vl1
1394- new upstream version.
1395
1396* Sun Nov 18 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.6.5-0vl3
1397- rebuilt with new tcl/tk packages
1398- added patches: ruby-900-XXX-strtod.patch ruby-503-weakref.rb.patch
1399
1400* Wed Oct 10 2001 akira yamada <akira@vinelinux.org> 1.6.5-0vl2
1401- applied bug fix patch from upstrem cvs repository.
1402    - ruby-dev#14810, ruby-dev#14813 (ruby-1.6.5-100.patch)
1403- applied bug fix patch:
1404    - ruby-list#31570 for net/pop.rb (ruby-1.6.5-501-net-pop.rb.patch)
1405- %%{_mandir} hack.
1406- emacsen_pkg hack. (very dirty for %%_foo() in %%if-%%endif. but it is
1407  wrong of spec-specification... sigh.)
1408
1409* Wed Sep 19 2001 akira yamada <akira@vinelinux.org> 1.6.5-0vl1
1410- new upstream version.
1411- add XFree86-devel to BuildRequires. (tk.h requires X11/Xlib.h.)
1412
1413* Mon Sep 03 2001 akira yamada <akira@vinelinux.org> 1.6.4-0vl8
1414- removed files related on emacsen-common from libruby.
1415- updated upstream URLs.
1416
1417* Tue Aug 07 2001 akira yamada <akira@vinelinux.org>
1418- 1.6.4-0vl7
1419- added ruby-1.6.4-108.patch.
1420    - fixed: causes segv to mod_ruby.
1421    - do not recurse if method_missing is undefined.
1422    - m68k work around.
1423
1424* Fri Aug 03 2001 akira yamada <akira@vinelinux.org>
1425- 1.6.4-0vl5
1426- new sub-package ruby-mode-el. it provides ruby-mode for emacsen.
1427
1428* Thu Aug 01 2001 akira yamada <akira@vinelinux.org>
1429- 1.6.4-0vl4
1430- added ruby-1.6.4-10[67].patch.
1431- remove ruby-1.6.4-501.patch. (fixed on upstream.)
1432    - marshal verbose warning bug.
1433    - ruby-1.6-2001.07.31.
1434- packages except libruby and irb requires libruby = %%{version}-%%{release}.
1435- irb requires ruby = %%{version}-%%{release}.
1436
1437* Thu Jul 26 2001 akira yamada <akira@vinelinux.org>
1438- 1.6.4-0vl3
1439- added ruby-1.6.4-10[345].patch and ruby-1.6.4-501.patch.
1440    - tilde expansion problem and PR#158.
1441- some documents moved to libruby.rpm from ruby.rpm.
1442- stopped using %%configure macros, because it breaks
1443  Config::CONFIG["libdir"] variable: %%configure sets
1444  it to "/usr/lib" but it should be
1445  "$(exec_prefix)/lib" for some packages which uses
1446  ruby.
1447
1448* Tue Jul 17 2001 akira yamada <akira@vinelinux.org>
1449- 1.6.4-0vl2
1450- added ruby-1.6.4-10[12].patch.
1451    - fixed a bug around order of "$:".
1452    - updated config.{guess,sub}.
1453    - eval.c bug.
1454    - marshal version 4.6.
1455
1456* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
1457- 1.6.4-0vl1
1458- upgrade to nwe upstream version 1.6.4.
1459
1460* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
1461- applied patch:
1462  - fixed method cache bug. etc. (Patch103, Patch104)
1463
1464* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
1465- applied patch:
1466  - fixed marshal for bignum bug.
1467  - fixed scope of constant variables bug.
1468
1469* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
1470- upgraded to new upstream version 1.6.3.
1471
1472* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
1473- fixed bad group for libruby.
1474- Applied patch: upgraded to cvs version (2001-02-08):
1475  fixed minor bugs.
1476
1477* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
1478- Applied patch: upgraded to cvs version (2001-01-15):
1479  fixed minor bugs(e.g. ruby makes extention librares too large...).
1480
1481* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
1482- Applied patch: upgraded to cvs version (2001-01-09):
1483  fixed minor bugs.
1484
1485* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
1486- Applied bug fix patch.
1487
1488* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
1489- Updated to new upstream version 1.6.2.
1490
1491* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
1492- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
1493  (upgraded ruby to latest cvs version, 1.6.2-preview4).
1494
1495* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
1496- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
1497  (upgraded ruby to latest cvs version).
1498- new package: libruby
1499
1500* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
1501- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
1502  (upgraded ruby to latest cvs version).
1503- Removed ruby-dev.11262.patch, ruby-dev.11265.patch,
1504  and ruby-dev.11268.patch (included into above patch).
1505
1506* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
1507- build on gcc-2.95.3
1508
1509* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
1510- Added ruby-dev.11268.patch.
1511
1512* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
1513- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
1514  (upgraded ruby to latest cvs version).
1515- Added ruby-dev.11262.patch.
1516- Added ruby-dev.11265.patch.
1517 
1518* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
1519- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
1520  (upgraded ruby to latest cvs version).
1521
1522* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
1523- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
1524  (upgraded ruby to latest cvs version).
1525
1526* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
1527- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
1528  (upgraded ruby to latest cvs version).
1529
1530* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
1531- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
1532  (upgraded ruby to latest cvs version).
1533
1534* Thu Sep 27 2000 akira yamada <akira@vinelinux.org>
1535- Updated to upstream version 1.6.1.
1536- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
1537  (upgraded ruby to latest cvs version).
1538
1539* Tue Aug 29 2000 akira yamada <akira@redhat.com>
1540- Updated to version 1.4.6.
1541- removed ruby-dev.10123.patch(included into ruby-1.4.6).
1542- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
1543
1544* Tue Jun 27 2000 akira yamada <akira@redhat.com>
1545- Updated manuals to version 1.4.5.
1546
1547* Sun Jun 25 2000 akira yamada <akira@redhat.com>
1548- Added ruby-dev.10123.patch.
1549
1550* Sat Jun 24 2000 akira yamada <akira@redhat.com>
1551- Updated to version 1.4.5.
1552- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
1553
1554* Thu Jun 22 2000 akira yamada <akira@redhat.com>
1555- Updated to version 1.4.4(06/22/2000 CVS).
1556- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
1557
1558* Thu Jun 22 2000 akira yamada <akira@redhat.com>
1559- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
1560
1561* Tue Jun 20 2000 akira yamada <akira@redhat.com>
1562- Updated to version 1.4.4(06/20/2000 CVS).
1563- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
1564- Added ruby-dev.10054.patch.
1565
1566* Tue Jun 15 2000 akira yamada <akira@redhat.com>
1567- Updated to version 1.4.4(06/12/2000 CVS).
1568- Added manuals and FAQs.
1569- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
1570
1571* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
1572- Updated to version 1.4.4
1573
1574* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1575- Updated to version 1.4.3
1576
1577* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1578- Updated to version 1.4.2 (Sep 18)
1579
1580* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1581- Updated to version 1.4.2
1582
1583* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1584- Updated to version 1.4.0
1585
1586* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1587- 2nd release
1588- Updated to version 1.2.6(15 Jul 1999)
1589- striped %{prefix}/bin/ruby
1590
1591* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1592- Updated to version 1.2.6(21 Jun 1999)
1593
1594* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1595- Updated to version 1.2.5
1596
1597* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
1598- Updated to version 1.2.4
1599
1600* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
1601- Version up to 1.2 stable.
1602
1603* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
1604- Version up to 1.1c9.
1605
1606* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
1607- Version up to 1.1c8, however it appear short life :-P
1608
1609* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
1610- Version up.
1611
1612* Mon Sep 22 1998 Toru Hoshina <hoshina@best.com>
1613- To make a libruby.so.
1614
1615* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
1616- Modified SPEC in order to install libruby.a so that it should be used by
1617  another ruby entention.
1618- 2nd release.
1619
1620* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
1621- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>
Note: See TracBrowser for help on using the repository browser.