- Patch so that irb saves its history (bug 518584, ruby issue 1556)

This commit is contained in:
Mamoru Tasaka 2009-10-25 15:08:29 +00:00
commit 94f00da846
2 changed files with 118 additions and 1 deletions

View file

@ -16,7 +16,7 @@
Name: ruby
Version: %{rubyver}%{?dotpatchlevel}
Release: 2%{?dist}
Release: 3%{?dist}
License: Ruby or GPLv2
URL: http://www.ruby-lang.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -51,6 +51,8 @@ Patch28: ruby-1.8.6-p287-remove-ssl-rand-range.patch
Patch29: ruby-always-use-i386.patch
Patch30: ruby-openssl-1.0.patch
Patch31: ruby-1.8.6-p369-ri-gem_multipath.patch
# Patch from ruby_1_8 branch
Patch32: ruby-1.8head-irb-save-history.patch
Summary: An interpreter of object-oriented scripting language
Group: Development/Languages
@ -182,6 +184,7 @@ pushd %{name}-%{arcver}
%patch29 -p1
%patch30 -p2
%patch31 -p1
%patch32 -p0
popd
%build
@ -548,6 +551,9 @@ rm -rf $RPM_BUILD_ROOT
%{_emacs_sitestartdir}/ruby-mode-init.el
%changelog
* Sun Oct 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-3
- Patch so that irb saves its history (bug 518584, ruby issue 1556)
* Sat Oct 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-2
- Update to 1.8.6 patchlevel 383 (bug 520063)