Blame SPECS/ruby.spec

364bab
%{!?scl:%global pkg_name %{name}}
364bab
%{?scl:%scl_package ruby}
364bab
364bab
%global major_version 2
364bab
%global minor_version 3
0a37a3
%global teeny_version 1
364bab
%global major_minor_version %{major_version}.%{minor_version}
364bab
364bab
%global ruby_version %{major_minor_version}.%{teeny_version}
364bab
%global ruby_release %{ruby_version}
364bab
364bab
# Specify the named version. It has precedense to revision.
364bab
#%%global milestone preview2
364bab
364bab
# Keep the revision enabled for pre-releases from SVN.
364bab
#%%global revision 53264
364bab
364bab
%global ruby_archive %{pkg_name}-%{ruby_version}
364bab
364bab
# If revision and milestone are removed/commented out, the official release build is expected.
364bab
%if 0%{?milestone:1}%{?revision:1} != 0
364bab
%global development_release %{?milestone}%{?!milestone:%{?revision:r%{revision}}}
364bab
%global ruby_archive %{ruby_archive}-%{?milestone}%{?!milestone:%{?revision:r%{revision}}}
364bab
%endif
364bab
0a37a3
%global release 64
364bab
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
364bab
364bab
# The RubyGems library has to stay out of Ruby directory three, since the
364bab
# RubyGems should be share by all Ruby implementations.
364bab
%global rubygems_dir %{_datadir}/rubygems
364bab
364bab
# Bundled libraries versions
364bab
%global rubygems_version 2.5.1
364bab
%global molinillo_version 0.4.0
364bab
364bab
# TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
364bab
# http://redmine.ruby-lang.org/issues/5313
364bab
%global irb_version %{ruby_version}
364bab
364bab
%global bigdecimal_version 1.2.8
364bab
%global did_you_mean_version 1.0.0
364bab
%global io_console_version 0.4.5
364bab
%global json_version 1.8.3
364bab
%global minitest_version 5.8.3
364bab
%global power_assert_version 0.2.6
364bab
%global psych_version 2.0.17
364bab
%global rake_version 10.4.2
364bab
%global rdoc_version 4.2.1
364bab
%global net_telnet_version 0.1.1
364bab
%global test_unit_version 3.1.5
364bab
364bab
# Might not be needed in the future, if we are lucky enough.
364bab
# https://bugzilla.redhat.com/show_bug.cgi?id=888262
364bab
%global tapset_root %{_datadir}/systemtap
364bab
%global tapset_dir %{tapset_root}/tapset
364bab
%global tapset_libdir %(echo %{_libdir} | sed 's/64//')*
364bab
364bab
%global _normalized_cpu %(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/')
364bab
364bab
Summary: An interpreter of object-oriented scripting language
364bab
Name: %{?scl_prefix}ruby
364bab
Version: %{ruby_version}
364bab
Release: %{release_string}
364bab
Group: Development/Languages
364bab
# Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
364bab
# MIT and CCO: ccan/*
364bab
# zlib: ext/digest/md5/md5.*, ext/nkf/nkf-utf8/nkf.c
364bab
# UCD: some of enc/trans/**/*.src
364bab
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
364bab
URL: http://ruby-lang.org/
364bab
Source0: ftp://ftp.ruby-lang.org/pub/%{pkg_name}/%{major_minor_version}/%{ruby_archive}.tar.xz
364bab
Source1: operating_system.rb
364bab
# TODO: Try to push SystemTap support upstream.
364bab
Source2: libruby.stp
364bab
Source3: ruby-exercise.stp
364bab
Source4: macros.ruby
364bab
Source5: macros.rubygems
364bab
Source6: abrt_prelude.rb
364bab
# This wrapper fixes https://bugzilla.redhat.com/show_bug.cgi?id=977941
364bab
# Hopefully, it will get removed soon:
364bab
# https://fedorahosted.org/fpc/ticket/312
364bab
# https://bugzilla.redhat.com/show_bug.cgi?id=977941
364bab
Source7: config.h
364bab
# ABRT hoook test case.
364bab
Source12: test_abrt.rb
364bab
# SystemTap tests.
364bab
Source13: test_systemtap.rb
364bab
# To test Ruby software collection
364bab
Source14: test_dependent_scls.rb
364bab
364bab
# %%load function should be supported in RPM 4.12+.
364bab
# http://lists.rpm.org/pipermail/rpm-maint/2014-February/003659.html
364bab
Source100: load.inc
364bab
%include %{SOURCE100}
364bab
364bab
%{load %{SOURCE4}}
364bab
%{load %{SOURCE5}}
364bab
364bab
# Fix ruby_version abuse.
364bab
# https://bugs.ruby-lang.org/issues/11002
364bab
Patch0: ruby-2.3.0-ruby_version.patch
364bab
# http://bugs.ruby-lang.org/issues/7807
364bab
Patch1: ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch
364bab
# Allows to override libruby.so placement. Hopefully we will be able to return
364bab
# to plain --with-rubyarchprefix.
364bab
# http://bugs.ruby-lang.org/issues/8973
364bab
Patch2: ruby-2.1.0-Enable-configuration-of-archlibdir.patch
364bab
# Force multiarch directories for i.86 to be always named i386. This solves
364bab
# some differencies in build between Fedora and RHEL.
364bab
Patch3: ruby-2.1.0-always-use-i386.patch
364bab
# Allows to install RubyGems into custom directory, outside of Ruby's tree.
364bab
# http://bugs.ruby-lang.org/issues/5617
364bab
Patch4: ruby-2.1.0-custom-rubygems-location.patch
364bab
# Make mkmf verbose by default
364bab
Patch5: ruby-1.9.3-mkmf-verbose.patch
364bab
# Adds support for '--with-prelude' configuration option. This allows to built
364bab
# in support for ABRT.
364bab
# http://bugs.ruby-lang.org/issues/8566
364bab
Patch6: ruby-2.1.0-Allow-to-specify-additional-preludes-by-configuratio.patch
364bab
# Use miniruby to regenerate prelude.c.
364bab
# https://bugs.ruby-lang.org/issues/10554
364bab
Patch7: ruby-2.2.3-Generate-preludes-using-miniruby.patch
0a37a3
# Disable colorized ./configure due to missing macro AS_FUNCTION_DESCRIBE in Autoconf
0a37a3
# http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/m4sugar/m4sh.m4?id=d99fef0e1e8e7a4c04b97fc4c6e0ffb01463622c
0a37a3
Patch9: ruby-2.3.0-Disable-colorized-configure.patch
0a37a3
# Support in no_proxy for domain names with whitespaces and leading dots
0a37a3
# https://bugzilla.redhat.com/show_bug.cgi?id=1384810
0a37a3
# https://github.com/ruby/ruby/commit/423d042371d0402071c309dc403ea2701600a98b
0a37a3
Patch10: ruby-2.4.0-no_proxy-with-whitespaces-and-leading-dots.patch
364bab
364bab
Requires: %{?scl_prefix}%{pkg_name}-libs%{?_isa} = %{version}-%{release}
364bab
Requires: %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
# Make the bigdecimal gem a runtime dependency of Ruby to avoid problems
364bab
# with user-installed gems, that don't require it in gemspec/Gemfile
364bab
# See https://bugzilla.redhat.com/show_bug.cgi?id=829209
364bab
# and http://bugs.ruby-lang.org/issues/6123
364bab
Requires: %{?scl_prefix}rubygem(bigdecimal) >= %{bigdecimal_version}
0a37a3
Requires: %{?scl_prefix}rubygem(did_you_mean) >= %{did_you_mean_version}
364bab
%{?scl:BuildRequires: %{scl}-runtime}
364bab
BuildRequires: autoconf
364bab
BuildRequires: gdbm-devel
364bab
BuildRequires: libffi-devel
364bab
BuildRequires: openssl-devel
364bab
BuildRequires: libyaml-devel
364bab
BuildRequires: readline-devel
364bab
BuildRequires: tk-devel
364bab
# Needed to pass test_set_program_name(TestRubyOptions)
364bab
BuildRequires: procps
364bab
BuildRequires: %{?_root_bindir}%{!?_root_bindir:%{_bindir}}/dtrace
364bab
# RubyGems test suite optional dependencies.
364bab
BuildRequires: %{?_root_bindir}%{!?_root_bindir:%{_bindir}}/git
364bab
BuildRequires: %{?_root_bindir}%{!?_root_bindir:%{_bindir}}/cmake
364bab
364bab
# This package provides %%{_bindir}/ruby-mri therefore it is marked by this
364bab
# virtual provide. It can be installed as dependency of rubypick.
364bab
Provides: ruby(runtime_executable) = %{ruby_release}
364bab
0a37a3
%global __provides_exclude_from ^(%{ruby_libarchdir}|%{gem_archdir})/.*\\.so$
0a37a3
364bab
%description
364bab
Ruby is the interpreted scripting language for quick and easy
364bab
object-oriented programming.  It has many features to process text
364bab
files and to do system management tasks (as in Perl).  It is simple,
364bab
straight-forward, and extensible.
364bab
364bab
%package devel
364bab
Summary:    A Ruby development environment
364bab
Group:      Development/Languages
364bab
Requires:   %{?scl_prefix}%{pkg_name}%{?_isa} = %{version}-%{release}
364bab
364bab
%description devel
364bab
Header files and libraries for building an extension library for the
364bab
Ruby or an application embedding Ruby.
364bab
364bab
%package libs
364bab
Summary:    Libraries necessary to run Ruby
364bab
Group:      Development/Libraries
364bab
License:    Ruby or BSD
0a37a3
# This could be removed once rhbz#1054711 is resolved.
0a37a3
%{?scl:Requires: %{scl}-runtime}
364bab
Provides:   %{?scl_prefix}ruby(release) = %{ruby_release}
364bab
364bab
# Virtual provides for CCAN copylibs.
364bab
# https://fedorahosted.org/fpc/ticket/364
364bab
Provides: bundled(ccan-build_assert)
364bab
Provides: bundled(ccan-check_type)
364bab
Provides: bundled(ccan-container_of)
364bab
Provides: bundled(ccan-list)
364bab
364bab
%description libs
364bab
This package includes the libruby, necessary to run Ruby.
364bab
364bab
364bab
# TODO: Rename or not rename to ruby-rubygems?
364bab
364bab
%package -n %{?scl_prefix}rubygems
364bab
Summary:    The Ruby standard for packaging ruby libraries
364bab
Version:    %{rubygems_version}
364bab
Group:      Development/Libraries
364bab
License:    Ruby or MIT
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}rubygem(rdoc) >= %{rdoc_version}
364bab
# TODO: This seems to be optional now.
364bab
# https://github.com/rubygems/rubygems/commit/68da16dd7508c5c4010bfe32f99422568d3d582f
364bab
Requires:   %{?scl_prefix}rubygem(io-console) >= %{io_console_version}
364bab
Requires:   %{?scl_prefix}rubygem(psych) >= %{psych_version}
364bab
Provides:   %{?scl_prefix}gem = %{version}-%{release}
364bab
Provides:   %{?scl_prefix}ruby(rubygems) = %{version}-%{release}
364bab
# https://github.com/rubygems/rubygems/pull/1189#issuecomment-121600910
364bab
Provides:   bundled(rubygem(molinillo)) = %{molinillo_version}
364bab
Provides:   bundled(rubygem-molinillo) = %{molinillo_version}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygems
364bab
RubyGems is the Ruby standard for publishing and managing third party
364bab
libraries.
364bab
364bab
%package -n %{?scl_prefix}rubygems-devel
364bab
Summary:    Macros and development tools for packaging RubyGems
364bab
Version:    %{rubygems_version}
364bab
Group:      Development/Libraries
364bab
License:    Ruby or MIT
364bab
Requires:   %{?scl_prefix}ruby(rubygems) = %{version}-%{release}
364bab
# Needed for RDoc documentation format generation.
364bab
Requires:   %{?scl_prefix}rubygem(json) >= %{json_version}
364bab
Requires:   %{?scl_prefix}rubygem(rdoc) >= %{rdoc_version}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygems-devel
364bab
Macros and development tools for packaging RubyGems.
364bab
364bab
%package -n %{?scl_prefix}rubygem-rake
364bab
Summary:    Ruby based make-like utility
364bab
Version:    %{rake_version}
364bab
Group:      Development/Libraries
364bab
License:    MIT
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rake = %{version}-%{release}
364bab
Provides:   %{?scl_prefix}rubygem(rake) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygem-rake
364bab
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
364bab
specified in standard Ruby syntax.
364bab
364bab
%package irb
364bab
Summary:    The Interactive Ruby
364bab
Version:    %{irb_version}
364bab
Group:      Development/Libraries
364bab
Requires:   %{?scl_prefix}%{pkg_name}-libs = %{ruby_version}
364bab
Provides:   %{?scl_prefix}irb = %{version}-%{release}
364bab
Provides:   %{?scl_prefix}ruby(irb) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description irb
364bab
The irb is acronym for Interactive Ruby.  It evaluates ruby expression
364bab
from the terminal.
364bab
364bab
%package -n %{?scl_prefix}rubygem-rdoc
364bab
Summary:    A tool to generate HTML and command-line documentation for Ruby projects
364bab
Version:    %{rdoc_version}
364bab
Group:      Development/Libraries
364bab
# SIL: lib/rdoc/generator/template/darkfish/css/fonts.css
364bab
License:    GPLv2 and Ruby and MIT and SIL
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Requires:   %{?scl_prefix}ruby(irb) = %{irb_version}
364bab
Requires:   %{?scl_prefix}rubygem(json) >= %{json_version}
364bab
Provides:   %{?scl_prefix}rdoc = %{version}-%{release}
364bab
Provides:   %{?scl_prefix}ri = %{version}-%{release}
364bab
Provides:   %{?scl_prefix}rubygem(rdoc) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygem-rdoc
364bab
RDoc produces HTML and command-line documentation for Ruby projects.  RDoc
364bab
includes the 'rdoc' and 'ri' tools for generating and displaying online
364bab
documentation.
364bab
364bab
%package doc
364bab
Summary:    Documentation for %{pkg_name}
364bab
Group:      Documentation
364bab
Requires:   %{_bindir}/ri
364bab
BuildArch:  noarch
364bab
364bab
%description doc
364bab
This package contains documentation for %{pkg_name}.
364bab
364bab
%package -n %{?scl_prefix}rubygem-bigdecimal
364bab
Summary:    BigDecimal provides arbitrary-precision floating point decimal arithmetic
364bab
Version:    %{bigdecimal_version}
364bab
Group:      Development/Libraries
364bab
License:    GPL+ or Artistic
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(bigdecimal) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-bigdecimal
364bab
Ruby provides built-in support for arbitrary precision integer arithmetic.
364bab
For example:
364bab
364bab
42**13 -> 1265437718438866624512
364bab
364bab
BigDecimal provides similar support for very large or very accurate floating
364bab
point numbers. Decimal arithmetic is also useful for general calculation,
364bab
because it provides the correct answers people expect–whereas normal binary
364bab
floating point arithmetic often introduces subtle errors because of the
364bab
conversion between base 10 and base 2.
364bab
364bab
%package -n %{?scl_prefix}rubygem-did_you_mean
364bab
Summary:    "Did you mean?" experience in Ruby
364bab
Version:    %{did_you_mean_version}
364bab
Group:      Development/Libraries
364bab
License:    MIT
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(did_you_mean) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-did_you_mean
364bab
"did you mean?" experience in Ruby: the error message will tell you the right
364bab
one when you misspelled something.
364bab
364bab
%package -n %{?scl_prefix}rubygem-io-console
364bab
Summary:    IO/Console is a simple console utilizing library
364bab
Version:    %{io_console_version}
364bab
Group:      Development/Libraries
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(io-console) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-io-console
364bab
IO/Console provides very simple and portable access to console. It doesn't
364bab
provide higher layer features, such like curses and readline.
364bab
364bab
%package -n %{?scl_prefix}rubygem-json
364bab
Summary:    This is a JSON implementation as a Ruby extension in C
364bab
Version:    %{json_version}
364bab
Group:      Development/Libraries
364bab
# UCD: ext/json/generator/generator.c
364bab
License:    (Ruby or GPLv2) and UCD
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(json) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-json
364bab
This is a implementation of the JSON specification according to RFC 4627.
364bab
You can think of it as a low fat alternative to XML, if you want to store
364bab
data to disk or transmit it over a network rather than use a verbose
364bab
markup language.
364bab
364bab
%package -n %{?scl_prefix}rubygem-minitest
364bab
Summary:    Minitest provides a complete suite of testing facilities
364bab
Version:    %{minitest_version}
364bab
Group:      Development/Libraries
364bab
License:    MIT
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(minitest) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygem-minitest
364bab
minitest/unit is a small and incredibly fast unit testing framework.
364bab
364bab
minitest/spec is a functionally complete spec engine.
364bab
364bab
minitest/benchmark is an awesome way to assert the performance of your
364bab
algorithms in a repeatable manner.
364bab
364bab
minitest/mock by Steven Baker, is a beautifully tiny mock object
364bab
framework.
364bab
364bab
minitest/pride shows pride in testing and adds coloring to your test
364bab
output.
364bab
364bab
%package -n %{?scl_prefix}rubygem-power_assert
364bab
Summary:    Power Assert for Ruby
364bab
Version:    %{power_assert_version}
364bab
Group:      Development/Libraries
364bab
License:    Ruby or BSD
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(power_assert) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygem-power_assert
364bab
Power Assert shows each value of variables and method calls in the expression.
364bab
It is useful for testing, providing which value wasn't correct when the
364bab
condition is not satisfied.
364bab
364bab
%package -n %{?scl_prefix}rubygem-psych
364bab
Summary:    A libyaml wrapper for Ruby
364bab
Version:    %{psych_version}
364bab
Group:      Development/Libraries
364bab
License:    MIT
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(psych) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-psych
364bab
Psych is a YAML parser and emitter. Psych leverages
364bab
libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting
364bab
capabilities. In addition to wrapping libyaml, Psych also knows how to
364bab
serialize and de-serialize most Ruby objects to and from the YAML format.
364bab
364bab
%package -n %{?scl_prefix}rubygem-net-telnet
364bab
Summary:    Provides telnet client functionality
364bab
Version:    %{net_telnet_version}
364bab
Group:      Development/Libraries
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Provides:   %{?scl_prefix}rubygem(net-telnet) = %{version}-%{release}
364bab
364bab
%description -n %{?scl_prefix}rubygem-net-telnet
364bab
Provides telnet client functionality.
364bab
364bab
This class also has, through delegation, all the methods of a socket object
364bab
(by default, a TCPSocket, but can be set by the Proxy option to new()). This
364bab
provides methods such as close() to end the session and sysread() to read data
364bab
directly from the host, instead of via the waitfor() mechanism. Note that if
364bab
you do use sysread() directly when in telnet mode, you should probably pass
364bab
the output through preprocess() to extract telnet command sequences.
364bab
364bab
364bab
# The Summary/Description fields are rather poor.
364bab
# https://github.com/test-unit/test-unit/issues/73
364bab
364bab
%package -n %{?scl_prefix}rubygem-test-unit
364bab
Summary:    Improved version of Test::Unit bundled in Ruby 1.8.x
364bab
Version:    %{test_unit_version}
364bab
Group:      Development/Libraries
364bab
# lib/test/unit/diff.rb is a double license of the Ruby license and PSF license.
364bab
# lib/test-unit.rb is a dual license of the Ruby license and LGPLv2.1 or later.
364bab
License:    (Ruby or BSD) and (Ruby or BSD or Python) and (Ruby or BSD or LGPLv2+)
364bab
Requires:   %{?scl_prefix}ruby(release)
364bab
Requires:   %{?scl_prefix}ruby(rubygems) >= %{rubygems_version}
364bab
Requires:   %{?scl_prefix}rubygem(power_assert)
364bab
Provides:   %{?scl_prefix}rubygem(test-unit) = %{version}-%{release}
364bab
BuildArch:  noarch
364bab
364bab
%description -n %{?scl_prefix}rubygem-test-unit
364bab
Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
364bab
bundled in Ruby 1.8.x had not been improved but unbundled
364bab
Test::Unit (test-unit) is improved actively.
364bab
364bab
%package tcltk
364bab
Summary:    Tcl/Tk interface for scripting language Ruby
364bab
Group:      Development/Languages
364bab
Requires:   %{?scl_prefix}%{pkg_name}-libs%{?_isa} = %{ruby_version}
364bab
Provides:   %{?scl_prefix}ruby(tcltk) = %{ruby_version}-%{release}
364bab
364bab
%description tcltk
364bab
Tcl/Tk interface for the object-oriented scripting language Ruby.
364bab
364bab
%prep
364bab
%setup -q -n %{ruby_archive}
364bab
364bab
# Remove bundled libraries to be sure they are not used.
364bab
rm -rf ext/psych/yaml
364bab
rm -rf ext/fiddle/libffi*
364bab
364bab
%patch0 -p1
364bab
%patch1 -p1
364bab
%patch2 -p1
364bab
%patch3 -p1
364bab
%patch4 -p1
364bab
%patch5 -p1
364bab
%patch6 -p1
364bab
%patch7 -p1
0a37a3
%patch9 -p1
0a37a3
%patch10 -p1
0a37a3
0a37a3
# Allow to use autoconf 2.63.
0a37a3
sed -i '/AC_PREREQ/ s/(.*)/(2.62)/' configure.in
364bab
364bab
# Provide an example of usage of the tapset:
364bab
cp -a %{SOURCE3} .
364bab
364bab
# Make abrt_prelude.rb available for compilation process. The prelude must be
364bab
# available together with Ruby's source due to
364bab
# https://github.com/ruby/ruby/blob/trunk/tool/compile_prelude.rb#L26
364bab
cp -a %{SOURCE6} .
364bab
0a37a3
# Disable colorized ./configure
0a37a3
rm aclocal.m4
0a37a3
364bab
%build
364bab
autoconf
364bab
364bab
%configure \
364bab
        --with-rubylibprefix='%{ruby_libdir}' \
364bab
        --with-archlibdir='%{_libdir}' \
364bab
        --with-rubyarchprefix='%{ruby_libarchdir}' \
364bab
        --with-sitedir='%{ruby_sitelibdir}' \
364bab
        --with-sitearchdir='%{ruby_sitearchdir}' \
364bab
        --with-vendordir='%{ruby_vendorlibdir}' \
364bab
        --with-vendorarchdir='%{ruby_vendorarchdir}' \
364bab
        --with-rubyhdrdir='%{_includedir}' \
364bab
        --with-rubyarchhdrdir='%{_includedir}' \
364bab
        --with-sitearchhdrdir='$(sitehdrdir)/$(arch)' \
364bab
        --with-vendorarchhdrdir='$(vendorhdrdir)/$(arch)' \
364bab
        --with-rubygemsdir='%{rubygems_dir}' \
364bab
        --with-ruby-pc='%{pkg_name}.pc' \
364bab
        --disable-rpath \
364bab
        --enable-shared \
364bab
        --with-ruby-version='' \
364bab
        --enable-multiarch \
364bab
        --with-prelude=./abrt_prelude.rb \
364bab
364bab
# Q= makes the build output more verbose and allows to check Fedora
364bab
# compiler options.
364bab
make %{?_smp_mflags} COPY="cp -p" Q=
364bab
364bab
%install
364bab
rm -rf %{buildroot}
364bab
make install DESTDIR=%{buildroot}
364bab
364bab
# Rename ruby/config.h to ruby/config-<arch>.h to avoid file conflicts on
364bab
# multilib systems and install config.h wrapper
364bab
mv %{buildroot}%{_includedir}/%{pkg_name}/config.h %{buildroot}%{_includedir}/%{pkg_name}/config-%{_arch}.h
364bab
install -m644 %{SOURCE7} %{buildroot}%{_includedir}/%{pkg_name}/config.h
364bab
364bab
# Rename the ruby executable. It is replaced by RubyPick.
364bab
%{?with_rubypick:mv %{buildroot}%{_bindir}/%{pkg_name}{,-mri}}
364bab
364bab
# Version is empty if --with-ruby-version is specified.
364bab
# http://bugs.ruby-lang.org/issues/7807
364bab
sed -i 's/Version: \${ruby_version}/Version: %{ruby_version}/' %{buildroot}%{_libdir}/pkgconfig/%{pkg_name}.pc
364bab
364bab
# Kill bundled certificates, as they should be part of ca-certificates.
364bab
for cert in \
364bab
  Class3PublicPrimaryCertificationAuthority.pem \
364bab
  DigiCertHighAssuranceEVRootCA.pem \
364bab
  EntrustnetSecureServerCertificationAuthority.pem \
364bab
  GeoTrustGlobalCA.pem \
364bab
  AddTrustExternalCARoot.pem \
364bab
  AddTrustExternalCARoot-2048.pem
364bab
do
364bab
  rm %{buildroot}%{rubygems_dir}/rubygems/ssl_certs/$cert
364bab
done
364bab
364bab
# Move macros file into proper place and replace the %%{pkg_name} macro, since it
364bab
# would be wrongly evaluated during build of other packages.
364bab
mkdir -p %{buildroot}%{_root_sysconfdir}/rpm
364bab
install -m 644 %{SOURCE4} %{buildroot}%{_root_sysconfdir}/rpm/macros.ruby%{?scl:.%{scl}}
364bab
sed -i "s/%%{pkg_name}/%{pkg_name}/" %{buildroot}%{_root_sysconfdir}/rpm/macros.ruby%{?scl:.%{scl}}
364bab
install -m 644 %{SOURCE5} %{buildroot}%{_root_sysconfdir}/rpm/macros.rubygems%{?scl:.%{scl}}
364bab
sed -i "s/%%{pkg_name}/%{pkg_name}/" %{buildroot}%{_root_sysconfdir}/rpm/macros.rubygems%{?scl:.%{scl}}
364bab
364bab
# Install custom operating_system.rb.
364bab
mkdir -p %{buildroot}%{rubygems_dir}/rubygems/defaults
364bab
sed 's/@SCL@/%{scl}/' %{SOURCE1} > %{buildroot}%{rubygems_dir}/rubygems/defaults/%{basename:%{SOURCE1}}
364bab
364bab
# Move gems root into common direcotry, out of Ruby directory structure.
364bab
mv %{buildroot}%{ruby_libdir}/gems %{buildroot}%{gem_dir}
364bab
364bab
# Create folders for gem binary extensions.
364bab
# TODO: These folders should go into rubygem-filesystem but how to achieve it,
364bab
# since noarch package cannot provide arch dependent subpackages?
364bab
# http://rpm.org/ticket/78
364bab
mkdir -p %{buildroot}%{_exec_prefix}/lib{,64}/gems/%{pkg_name}
364bab
364bab
# Move bundled rubygems to %%gem_dir and %%gem_extdir_mri
364bab
# make symlinks in ruby_stdlib for unbundled Gems, so that everything works as expected
364bab
# bigdecimal and io-console are not enough for scl
364bab
mkdir -p %{buildroot}%{gem_dir}/gems/rdoc-%{rdoc_version}/lib
364bab
mv %{buildroot}%{ruby_libdir}/rdoc* %{buildroot}%{gem_dir}/gems/rdoc-%{rdoc_version}/lib
364bab
mv %{buildroot}%{gem_dir}/specifications/default/rdoc-%{rdoc_version}.gemspec %{buildroot}%{gem_dir}/specifications
364bab
ln -s %{gem_dir}/gems/rdoc-%{rdoc_version}/lib/rdoc.rb %{buildroot}%{ruby_libdir}/rdoc.rb
364bab
ln -s %{gem_dir}/gems/rdoc-%{rdoc_version}/lib/rdoc %{buildroot}%{ruby_libdir}/rdoc
364bab
364bab
mkdir -p %{buildroot}%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib
364bab
mkdir -p %{buildroot}%{_libdir}/gems/%{pkg_name}/bigdecimal-%{bigdecimal_version}
364bab
mv %{buildroot}%{ruby_libdir}/bigdecimal %{buildroot}%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib
364bab
mv %{buildroot}%{ruby_libarchdir}/bigdecimal.so %{buildroot}%{_libdir}/gems/%{pkg_name}/bigdecimal-%{bigdecimal_version}
364bab
mv %{buildroot}%{gem_dir}/specifications/default/bigdecimal-%{bigdecimal_version}.gemspec %{buildroot}%{gem_dir}/specifications
364bab
ln -s %{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib/bigdecimal %{buildroot}%{ruby_libdir}/bigdecimal
364bab
ln -s %{_libdir}/gems/%{pkg_name}/bigdecimal-%{bigdecimal_version}/bigdecimal.so %{buildroot}%{ruby_libarchdir}/bigdecimal.so
364bab
364bab
mkdir -p %{buildroot}%{gem_dir}/gems/io-console-%{io_console_version}/lib
364bab
mkdir -p %{buildroot}%{_libdir}/gems/%{pkg_name}/io-console-%{io_console_version}/io
364bab
mv %{buildroot}%{ruby_libdir}/io %{buildroot}%{gem_dir}/gems/io-console-%{io_console_version}/lib
364bab
mv %{buildroot}%{ruby_libarchdir}/io/console.so %{buildroot}%{_libdir}/gems/%{pkg_name}/io-console-%{io_console_version}/io
364bab
mv %{buildroot}%{gem_dir}/specifications/default/io-console-%{io_console_version}.gemspec %{buildroot}%{gem_dir}/specifications
364bab
ln -s %{gem_dir}/gems/io-console-%{io_console_version}/lib/io %{buildroot}%{ruby_libdir}/io
364bab
ln -s %{_libdir}/gems/%{pkg_name}/io-console-%{io_console_version}/io/console.so %{buildroot}%{ruby_libarchdir}/io/console.so
364bab
364bab
mkdir -p %{buildroot}%{gem_dir}/gems/json-%{json_version}/lib
364bab
mkdir -p %{buildroot}%{_libdir}/gems/%{pkg_name}/json-%{json_version}
364bab
mv %{buildroot}%{ruby_libdir}/json* %{buildroot}%{gem_dir}/gems/json-%{json_version}/lib
364bab
mv %{buildroot}%{ruby_libarchdir}/json/ %{buildroot}%{_libdir}/gems/%{pkg_name}/json-%{json_version}/
364bab
mv %{buildroot}%{gem_dir}/specifications/default/json-%{json_version}.gemspec %{buildroot}%{gem_dir}/specifications
364bab
ln -s %{gem_dir}/gems/json-%{json_version}/lib/json.rb %{buildroot}%{ruby_libdir}/json.rb
364bab
ln -s %{gem_dir}/gems/json-%{json_version}/lib/json %{buildroot}%{ruby_libdir}/json
364bab
ln -s %{_libdir}/gems/%{pkg_name}/json-%{json_version}/json/ %{buildroot}%{ruby_libarchdir}/json
364bab
364bab
mkdir -p %{buildroot}%{gem_dir}/gems/psych-%{psych_version}/lib
364bab
mkdir -p %{buildroot}%{_libdir}/gems/%{pkg_name}/psych-%{psych_version}
364bab
mv %{buildroot}%{ruby_libdir}/psych* %{buildroot}%{gem_dir}/gems/psych-%{psych_version}/lib
364bab
mv %{buildroot}%{ruby_libarchdir}/psych.so %{buildroot}%{_libdir}/gems/%{pkg_name}/psych-%{psych_version}/
364bab
mv %{buildroot}%{gem_dir}/specifications/default/psych-%{psych_version}.gemspec %{buildroot}%{gem_dir}/specifications
364bab
ln -s %{gem_dir}/gems/psych-%{psych_version}/lib/psych %{buildroot}%{ruby_libdir}/psych
364bab
ln -s %{gem_dir}/gems/psych-%{psych_version}/lib/psych.rb %{buildroot}%{ruby_libdir}/psych.rb
364bab
ln -s %{_libdir}/gems/%{pkg_name}/psych-%{psych_version}/psych.so %{buildroot}%{ruby_libarchdir}/psych.so
364bab
364bab
# Adjust the gemspec files so that the gems will load properly
364bab
sed -i '/^end$/ i\
364bab
  s.extensions = ["json/ext/parser.so", "json/ext/generator.so"]' %{buildroot}%{gem_dir}/specifications/json-%{json_version}.gemspec
364bab
364bab
# Move man pages into proper location
364bab
mv %{buildroot}%{gem_dir}/gems/rake-%{rake_version}/doc/rake.1 %{buildroot}%{_mandir}/man1
364bab
364bab
# Install a tapset and fix up the path to the library.
364bab
mkdir -p %{buildroot}%{tapset_dir}
364bab
sed -e "s|@LIBRARY_PATH@|%{tapset_libdir}/libruby.so.%{major_minor_version}|" \
364bab
  %{SOURCE2} > %{buildroot}%{tapset_dir}/libruby.so.%{major_minor_version}.stp
364bab
# Escape '*/' in comment.
364bab
sed -i -r "s|( \*.*\*)\/(.*)|\1\\\/\2|" %{buildroot}%{tapset_dir}/libruby.so.%{major_minor_version}.stp
364bab
364bab
# Prepare -doc subpackage file lists.
364bab
find doc -maxdepth 1 -type f ! -name '.*' ! -name '*.ja*' > .ruby-doc.en
364bab
echo 'doc/images' >> .ruby-doc.en
364bab
echo 'doc/syntax' >> .ruby-doc.en
364bab
364bab
find doc -maxdepth 1 -type f -name '*.ja*' > .ruby-doc.ja
364bab
echo 'doc/irb' >> .ruby-doc.ja
364bab
echo 'doc/pty' >> .ruby-doc.ja
364bab
364bab
sed -i 's/^/%doc /' .ruby-doc.*
364bab
sed -i 's/^/%lang(ja) /' .ruby-doc.ja
364bab
364bab
%check
364bab
# Ruby software collection tests
364bab
%{?scl:scl enable %scl - << \EOF
0a37a3
set -e
364bab
mkdir -p ./lib/rubygems/defaults
364bab
cp %{SOURCE1} ./lib/rubygems/defaults
0a37a3
sed 's/@SCL@/%{scl}/' %{SOURCE14} > ./%{basename:%{SOURCE14}}
0a37a3
make test-all TESTS="%{basename:%{SOURCE14}}"
0a37a3
rm -rf ./lib/rubygems/defaults ./%{basename:%{SOURCE14}}
364bab
EOF}
364bab
364bab
# Check RubyGems version correctness.
364bab
[ "`make runruby TESTRUN_SCRIPT='bin/gem -v' | tail -1`" == '%{rubygems_version}' ]
364bab
# Check Molinillo version correctness.
364bab
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\"module Gem; module Resolver; end; end; require 'rubygems/resolver/molinillo/lib/molinillo/gem_metadata'; puts Gem::Resolver::Molinillo::VERSION\\\"\" | tail -1`" \
364bab
  == '%{molinillo_version}' ]
364bab
364bab
# test_debug(TestRubyOptions) fails due to LoadError reported in debug mode,
364bab
# when abrt.rb cannot be required (seems to be easier way then customizing
364bab
# the test suite).
364bab
touch abrt.rb
364bab
364bab
# Check if abrt hook is required (RubyGems are disabled by default when using
364bab
# runruby, so re-enable them).
364bab
make runruby TESTRUN_SCRIPT="--enable-gems %{SOURCE12}"
364bab
364bab
# Check if systemtap is supported.
364bab
make runruby TESTRUN_SCRIPT=%{SOURCE13}
364bab
364bab
DISABLE_TESTS=""
364bab
364bab
# https://bugs.ruby-lang.org/issues/11480
364bab
# Once seen: http://koji.fedoraproject.org/koji/taskinfo?taskID=12556650
364bab
DISABLE_TESTS="$DISABLE_TESTS -x test_fork.rb"
364bab
0a37a3
make check TESTS="-v $DISABLE_TESTS"
364bab
364bab
%post libs -p /sbin/ldconfig
364bab
364bab
%postun libs -p /sbin/ldconfig
364bab
364bab
%files
364bab
%doc BSDL
364bab
%doc COPYING
364bab
%lang(ja) %doc COPYING.ja
364bab
%doc GPL
364bab
%doc LEGAL
364bab
%{_bindir}/erb
364bab
%{_bindir}/%{pkg_name}%{?with_rubypick:-mri}
364bab
%{_mandir}/man1/erb*
364bab
%{_mandir}/man1/ruby*
364bab
364bab
# http://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
364bab
%exclude %{_libdir}/libruby-static.a
364bab
364bab
%files devel
364bab
%doc BSDL
364bab
%doc COPYING
364bab
%lang(ja) %doc COPYING.ja
364bab
%doc GPL
364bab
%doc LEGAL
364bab
364bab
%config(noreplace) %{_root_sysconfdir}/rpm/macros.ruby%{?scl:.%{scl}}
364bab
364bab
%{_includedir}/*
364bab
%{_libdir}/libruby.so
364bab
%{_libdir}/pkgconfig/%{pkg_name}.pc
364bab
364bab
%files libs
364bab
%doc COPYING
364bab
%lang(ja) %doc COPYING.ja
364bab
%doc GPL
364bab
%doc LEGAL
364bab
%doc README.md
364bab
%doc NEWS
364bab
# Exclude /usr/local directory since it is supposed to be managed by
364bab
# local system administrator.
364bab
%exclude %{ruby_sitelibdir}
364bab
%exclude %{ruby_sitearchdir}
364bab
%dir %{ruby_vendorlibdir}
364bab
%dir %{ruby_vendorarchdir}
364bab
364bab
# List all these files explicitly to prevent surprises
364bab
# Platform independent libraries.
364bab
%dir %{ruby_libdir}
364bab
%{ruby_libdir}/*.rb
364bab
%exclude %{ruby_libdir}/*-tk.rb
364bab
%exclude %{ruby_libdir}/irb.rb
364bab
%exclude %{ruby_libdir}/tcltk.rb
364bab
%exclude %{ruby_libdir}/tk*.rb
364bab
%exclude %{ruby_libdir}/psych.rb
364bab
%{ruby_libdir}/cgi
364bab
%{ruby_libdir}/digest
364bab
%{ruby_libdir}/drb
364bab
%{ruby_libdir}/fiddle
364bab
%exclude %{ruby_libdir}/irb
364bab
%{ruby_libdir}/matrix
364bab
%{ruby_libdir}/net
364bab
%{ruby_libdir}/openssl
364bab
%{ruby_libdir}/optparse
364bab
%{ruby_libdir}/racc
364bab
%{ruby_libdir}/rbconfig
364bab
%{ruby_libdir}/rexml
364bab
%{ruby_libdir}/rinda
364bab
%{ruby_libdir}/ripper
364bab
%{ruby_libdir}/rss
364bab
%{ruby_libdir}/shell
364bab
%{ruby_libdir}/syslog
364bab
%exclude %{ruby_libdir}/tk
364bab
%exclude %{ruby_libdir}/tkextlib
364bab
%{ruby_libdir}/unicode_normalize
364bab
%{ruby_libdir}/uri
364bab
%{ruby_libdir}/webrick
364bab
%{ruby_libdir}/xmlrpc
364bab
%{ruby_libdir}/yaml
364bab
364bab
# Platform specific libraries.
364bab
%{_libdir}/libruby.so.*
364bab
%dir %{ruby_libarchdir}
364bab
%dir %{ruby_libarchdir}/cgi
364bab
%{ruby_libarchdir}/cgi/escape.so
364bab
%{ruby_libarchdir}/continuation.so
364bab
%{ruby_libarchdir}/coverage.so
364bab
%{ruby_libarchdir}/date_core.so
364bab
%{ruby_libarchdir}/dbm.so
364bab
%dir %{ruby_libarchdir}/digest
364bab
%{ruby_libarchdir}/digest.so
364bab
%{ruby_libarchdir}/digest/bubblebabble.so
364bab
%{ruby_libarchdir}/digest/md5.so
364bab
%{ruby_libarchdir}/digest/rmd160.so
364bab
%{ruby_libarchdir}/digest/sha1.so
364bab
%{ruby_libarchdir}/digest/sha2.so
364bab
%dir %{ruby_libarchdir}/enc
364bab
%{ruby_libarchdir}/enc/big5.so
364bab
%{ruby_libarchdir}/enc/cp949.so
364bab
%{ruby_libarchdir}/enc/emacs_mule.so
364bab
%{ruby_libarchdir}/enc/encdb.so
364bab
%{ruby_libarchdir}/enc/euc_jp.so
364bab
%{ruby_libarchdir}/enc/euc_kr.so
364bab
%{ruby_libarchdir}/enc/euc_tw.so
364bab
%{ruby_libarchdir}/enc/gb18030.so
364bab
%{ruby_libarchdir}/enc/gb2312.so
364bab
%{ruby_libarchdir}/enc/gbk.so
364bab
%{ruby_libarchdir}/enc/iso_8859_1.so
364bab
%{ruby_libarchdir}/enc/iso_8859_10.so
364bab
%{ruby_libarchdir}/enc/iso_8859_11.so
364bab
%{ruby_libarchdir}/enc/iso_8859_13.so
364bab
%{ruby_libarchdir}/enc/iso_8859_14.so
364bab
%{ruby_libarchdir}/enc/iso_8859_15.so
364bab
%{ruby_libarchdir}/enc/iso_8859_16.so
364bab
%{ruby_libarchdir}/enc/iso_8859_2.so
364bab
%{ruby_libarchdir}/enc/iso_8859_3.so
364bab
%{ruby_libarchdir}/enc/iso_8859_4.so
364bab
%{ruby_libarchdir}/enc/iso_8859_5.so
364bab
%{ruby_libarchdir}/enc/iso_8859_6.so
364bab
%{ruby_libarchdir}/enc/iso_8859_7.so
364bab
%{ruby_libarchdir}/enc/iso_8859_8.so
364bab
%{ruby_libarchdir}/enc/iso_8859_9.so
364bab
%{ruby_libarchdir}/enc/koi8_r.so
364bab
%{ruby_libarchdir}/enc/koi8_u.so
364bab
%{ruby_libarchdir}/enc/shift_jis.so
364bab
%dir %{ruby_libarchdir}/enc/trans
364bab
%{ruby_libarchdir}/enc/trans/big5.so
364bab
%{ruby_libarchdir}/enc/trans/chinese.so
364bab
%{ruby_libarchdir}/enc/trans/ebcdic.so
364bab
%{ruby_libarchdir}/enc/trans/emoji.so
364bab
%{ruby_libarchdir}/enc/trans/emoji_iso2022_kddi.so
364bab
%{ruby_libarchdir}/enc/trans/emoji_sjis_docomo.so
364bab
%{ruby_libarchdir}/enc/trans/emoji_sjis_kddi.so
364bab
%{ruby_libarchdir}/enc/trans/emoji_sjis_softbank.so
364bab
%{ruby_libarchdir}/enc/trans/escape.so
364bab
%{ruby_libarchdir}/enc/trans/gb18030.so
364bab
%{ruby_libarchdir}/enc/trans/gbk.so
364bab
%{ruby_libarchdir}/enc/trans/iso2022.so
364bab
%{ruby_libarchdir}/enc/trans/japanese.so
364bab
%{ruby_libarchdir}/enc/trans/japanese_euc.so
364bab
%{ruby_libarchdir}/enc/trans/japanese_sjis.so
364bab
%{ruby_libarchdir}/enc/trans/korean.so
364bab
%{ruby_libarchdir}/enc/trans/single_byte.so
364bab
%{ruby_libarchdir}/enc/trans/transdb.so
364bab
%{ruby_libarchdir}/enc/trans/utf8_mac.so
364bab
%{ruby_libarchdir}/enc/trans/utf_16_32.so
364bab
%{ruby_libarchdir}/enc/utf_16be.so
364bab
%{ruby_libarchdir}/enc/utf_16le.so
364bab
%{ruby_libarchdir}/enc/utf_32be.so
364bab
%{ruby_libarchdir}/enc/utf_32le.so
364bab
%{ruby_libarchdir}/enc/windows_1250.so
364bab
%{ruby_libarchdir}/enc/windows_1251.so
364bab
%{ruby_libarchdir}/enc/windows_1252.so
364bab
%{ruby_libarchdir}/enc/windows_31j.so
364bab
%{ruby_libarchdir}/etc.so
364bab
%{ruby_libarchdir}/fcntl.so
364bab
%{ruby_libarchdir}/fiber.so
364bab
%{ruby_libarchdir}/fiddle.so
364bab
%{ruby_libarchdir}/gdbm.so
364bab
%dir %{ruby_libarchdir}/io
364bab
%{ruby_libarchdir}/io/nonblock.so
364bab
%{ruby_libarchdir}/io/wait.so
364bab
%dir %{ruby_libarchdir}/mathn
364bab
%{ruby_libarchdir}/mathn/complex.so
364bab
%{ruby_libarchdir}/mathn/rational.so
364bab
%{ruby_libarchdir}/nkf.so
364bab
%{ruby_libarchdir}/objspace.so
364bab
%{ruby_libarchdir}/openssl.so
364bab
%{ruby_libarchdir}/pathname.so
364bab
%{ruby_libarchdir}/pty.so
364bab
%dir %{ruby_libarchdir}/racc
364bab
%{ruby_libarchdir}/racc/cparse.so
364bab
%dir %{ruby_libarchdir}/rbconfig
364bab
%{ruby_libarchdir}/rbconfig.rb
364bab
%{ruby_libarchdir}/rbconfig/sizeof.so
364bab
%{ruby_libarchdir}/readline.so
364bab
%{ruby_libarchdir}/ripper.so
364bab
%{ruby_libarchdir}/sdbm.so
364bab
%{ruby_libarchdir}/socket.so
364bab
%{ruby_libarchdir}/stringio.so
364bab
%{ruby_libarchdir}/strscan.so
364bab
%{ruby_libarchdir}/syslog.so
364bab
%exclude %{ruby_libarchdir}/tcltklib.so
364bab
%{ruby_libarchdir}/thread.so
364bab
%exclude %{ruby_libarchdir}/tkutil.so
364bab
%{ruby_libarchdir}/zlib.so
364bab
364bab
%{tapset_root}
364bab
364bab
%files -n %{?scl_prefix}rubygems
364bab
%{_bindir}/gem
364bab
%{rubygems_dir}
364bab
364bab
# Explicitly include only RubyGems directory strucure to avoid accidentally
364bab
# packaged content.
364bab
%dir %{gem_dir}
364bab
%dir %{gem_dir}/build_info
364bab
%dir %{gem_dir}/cache
364bab
%dir %{gem_dir}/doc
364bab
%dir %{gem_dir}/extensions
364bab
%dir %{gem_dir}/gems
364bab
%dir %{gem_dir}/specifications
364bab
%dir %{gem_dir}/specifications/default
364bab
%dir %{_exec_prefix}/lib*/gems
364bab
%dir %{_exec_prefix}/lib*/gems/ruby
364bab
364bab
%exclude %{gem_dir}/cache/*
364bab
364bab
%files -n %{?scl_prefix}rubygems-devel
364bab
%config(noreplace) %{_root_sysconfdir}/rpm/macros.rubygems%{?scl:.%{scl}}
364bab
364bab
%files -n %{?scl_prefix}rubygem-rake
364bab
%{_bindir}/rake
364bab
%{gem_dir}/gems/rake-%{rake_version}
364bab
%{gem_dir}/specifications/rake-%{rake_version}.gemspec
364bab
%{_mandir}/man1/rake.1*
364bab
364bab
%files irb
364bab
%{_bindir}/irb
364bab
%{ruby_libdir}/irb.rb
364bab
%{ruby_libdir}/irb
364bab
%{_mandir}/man1/irb.1*
364bab
364bab
%files -n %{?scl_prefix}rubygem-rdoc
364bab
%{ruby_libdir}/rdoc*
364bab
%{_bindir}/rdoc
364bab
%{_bindir}/ri
364bab
%{gem_dir}/gems/rdoc-%{rdoc_version}
364bab
%{gem_dir}/specifications/rdoc-%{rdoc_version}.gemspec
364bab
%{_mandir}/man1/ri*
364bab
364bab
%files doc -f .ruby-doc.en -f .ruby-doc.ja
364bab
%doc README.md
364bab
%doc ChangeLog
364bab
%doc ruby-exercise.stp
364bab
%{_datadir}/ri
364bab
364bab
%files -n %{?scl_prefix}rubygem-bigdecimal
364bab
%{ruby_libdir}/bigdecimal
364bab
%{ruby_libarchdir}/bigdecimal.so
364bab
%{_libdir}/gems/%{pkg_name}/bigdecimal-%{bigdecimal_version}
364bab
%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}
364bab
%{gem_dir}/specifications/bigdecimal-%{bigdecimal_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-did_you_mean
364bab
%{gem_dir}/gems/did_you_mean-%{did_you_mean_version}
364bab
%exclude %{gem_dir}/gems/did_you_mean-%{did_you_mean_version}/.*
364bab
%{gem_dir}/specifications/did_you_mean-%{did_you_mean_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-io-console
364bab
%{ruby_libdir}/io
364bab
%{ruby_libarchdir}/io/console.so
364bab
%{_libdir}/gems/%{pkg_name}/io-console-%{io_console_version}
364bab
%{gem_dir}/gems/io-console-%{io_console_version}
364bab
%{gem_dir}/specifications/io-console-%{io_console_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-json
364bab
%{ruby_libdir}/json*
364bab
%{ruby_libarchdir}/json*
364bab
%{_libdir}/gems/%{pkg_name}/json-%{json_version}
364bab
%{gem_dir}/gems/json-%{json_version}
364bab
%{gem_dir}/specifications/json-%{json_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-minitest
364bab
%{gem_dir}/gems/minitest-%{minitest_version}
364bab
%exclude %{gem_dir}/gems/minitest-%{minitest_version}/.*
364bab
%{gem_dir}/specifications/minitest-%{minitest_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-power_assert
364bab
%{gem_dir}/gems/power_assert-%{power_assert_version}
364bab
%exclude %{gem_dir}/gems/power_assert-%{power_assert_version}/.*
364bab
%{gem_dir}/specifications/power_assert-%{power_assert_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-psych
364bab
%{ruby_libdir}/psych
364bab
%{ruby_libdir}/psych.rb
364bab
%{ruby_libarchdir}/psych.so
364bab
%{_libdir}/gems/%{pkg_name}/psych-%{psych_version}
364bab
%{gem_dir}/gems/psych-%{psych_version}
364bab
%{gem_dir}/specifications/psych-%{psych_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-net-telnet
364bab
%{gem_dir}/gems/net-telnet-%{net_telnet_version}
364bab
%exclude %{gem_dir}/gems/net-telnet-%{net_telnet_version}/.*
364bab
%{gem_dir}/specifications/net-telnet-%{net_telnet_version}.gemspec
364bab
364bab
%files -n %{?scl_prefix}rubygem-test-unit
364bab
%{gem_dir}/gems/test-unit-%{test_unit_version}
364bab
%{gem_dir}/specifications/test-unit-%{test_unit_version}.gemspec
364bab
364bab
%files tcltk
364bab
%{ruby_libdir}/*-tk.rb
364bab
%{ruby_libdir}/tcltk.rb
364bab
%{ruby_libdir}/tk*.rb
364bab
%{ruby_libarchdir}/tcltklib.so
364bab
%{ruby_libarchdir}/tkutil.so
364bab
%{ruby_libdir}/tk
364bab
%{ruby_libdir}/tkextlib
364bab
364bab
%changelog
0a37a3
* Wed Oct 26 2016 Pavel Valena <pvalena@redhat.com> - 2.3.1-64
0a37a3
- Fix: do not fail in operating_system.rb when X_SCLS is empty
0a37a3
  Resolves: rhbz#1387139
0a37a3
0a37a3
* Mon Oct 17 2016 Pavel Valena <pvalena@redhat.com> - 2.3.1-63
0a37a3
- Support in no_proxy for domain names with whitespaces and leading dots
0a37a3
  Resolves: rhbz#1384810
0a37a3
0a37a3
* Fri Aug 12 2016 Pavel Valena <pvalena@redhat.com> - 2.3.1-62
0a37a3
- Fix support for dependent^2 SCLs
0a37a3
- Update to Ruby 2.3.1
0a37a3
  * Remove Patch8:
0a37a3
      ruby-2.3.0-undef-BUILTIN_CHOOSE_EXPR_CONSTANT_P.patch; subsumed
0a37a3
  * Remove Patch10:
0a37a3
      ruby-2.3.1-remove-tests-depending-on-europe-moscow.patch; subsumed
0a37a3
      also removed "UTC=TZ " tests prefix
0a37a3
0a37a3
* Mon Jul 25 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-61
0a37a3
- Add %%{scl}-runtime to Requires in libs subpackage
0a37a3
0a37a3
* Tue Jul 19 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-60
0a37a3
- Fix and enhance systemtap tests
0a37a3
- Remove tests depending on Europe/Moscow to avoid failures due to tzdata change
0a37a3
0a37a3
* Wed Apr 13 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-60
364bab
- Fix ruby lib path in macros.ruby.rh-ruby23
364bab
  - Resolves: rhbz#1255753
364bab
- Manually set UTC timezone for tests
364bab
364bab
* Mon Feb 22 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-59
364bab
- Don't prefix bundling provides.
364bab
- Don't enable collections for build.
364bab
- Optimize operating_system.rb a bit.
364bab
364bab
* Fri Feb 19 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-58
364bab
- Fix default_dir and default_bindir
364bab
364bab
* Fri Feb 19 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-57
364bab
- Fix dependent scls's paths
364bab
364bab
* Thu Feb 18 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-56
364bab
- Fix macros.ruby and macros.rubygems
364bab
364bab
* Wed Feb 17 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-55
364bab
- Add scl macros
364bab
364bab
* Wed Feb  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.0-54
364bab
- Add rubypick and rubygems requires to ruby-devel to deal with BuildRequires
364bab
364bab
* Fri Jan 15 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-53
364bab
- Backport trunk@53455 to make ruby-qt build
364bab
364bab
* Wed Jan 06 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-52
364bab
- Explicitly require RDoc, since weak dependencies are ignored by default.
364bab
364bab
* Wed Jan 06 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-51
364bab
- Load RubyGems prior ABRT hook to properly rescue RubyGems exceptions.
364bab
364bab
* Mon Jan 04 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-50
364bab
- Upgrade to Ruby 2.3.0.
364bab
- Move gemified net-telnet into subpackage.
364bab
- Add did_you_mean subpackage.
364bab
- Add virtual provides for CCAN copylibs.
364bab
- Use weak dependencies.
364bab
364bab
* Tue Dec 22 2015 Pavel Valena <pvalena@redhat.com> - 2.3.0-0.7.preview2
364bab
- Add systemtap tests.
364bab
364bab
* Mon Dec 21 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.4-47
364bab
- Update to Ruby 2.2.4.
364bab
364bab
* Thu Dec 10 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.3-46
364bab
- Fix ABRT hook autoloading.
364bab
364bab
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 2.2.3-45
364bab
- Add support for MIPS architecture to config.h
364bab
364bab
* Tue Sep 01 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.3-44
364bab
- Update to Ruby 2.2.3.
364bab
364bab
* Tue Jun 23 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-43
364bab
- Fix for "dh key too small" error of OpenSSL 1.0.2+.
364bab
364bab
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-42
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
364bab
364bab
* Wed Jun 10 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-41
364bab
- Fix the git BR following the git package split.
364bab
364bab
* Mon May 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-40
364bab
- Fix upgrade path (rubygem-io-console's version was recently bumped in F21
364bab
  and makes the higher release to win).
364bab
364bab
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.2.2-11
364bab
- Bump release because of gems
364bab
364bab
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.2.2-1
364bab
- Update to Ruby 2.2.2
364bab
364bab
* Fri Mar 20 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-10
364bab
- Fix libruby.so versions in SystemTap scripts (rhbz#1202232).
364bab
364bab
* Wed Mar 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-9
364bab
- Update to Ruby 2.2.1.
364bab
364bab
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.2.0-8
364bab
- Rebuilt for Fedora 23 Change
364bab
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
364bab
364bab
* Thu Feb 05 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-7
364bab
- Fix directory ownership.
364bab
364bab
* Wed Feb 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-6
364bab
- Initialize all load paths in operating_system.rb.
364bab
364bab
* Tue Feb 03 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-5
364bab
- Make operating_system.rb more robust.
364bab
- Add RubyGems stub headers for bundled gems.
364bab
364bab
* Thu Jan 29 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-4
364bab
- Add missing rubygem-test-unit dependency on rubygem-power_assert.
364bab
364bab
* Thu Jan 15 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.0-3
364bab
- Bump release to avoid EVR issue on rubygem-test-unit
364bab
364bab
* Fri Jan 02 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-1
364bab
- Upgrade to Ruby 2.2.0.
364bab
- Explicitly list RubyGems directories to avoid accidentaly packaged content.
364bab
- Split test-unit and power_assert gems into separate sub-packages.
364bab
- Drop libdb dependency in favor of gdbm.
364bab
364bab
* Fri Dec 26 2014 Orion Poplwski <orion@cora.nwra.com> - 2.1.5-26
364bab
- Disbable sse2 on i668 (bug #1101811)
364bab
364bab
* Thu Nov 20 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.5-25
364bab
- Update to Ruby 2.1.5.
364bab
364bab
* Fri Oct 31 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.4-24
364bab
- Update to Ruby 2.1.4.
364bab
- Include only vendor directories, not their content (rhbz#1114071).
364bab
- Fix "invalid regex" warning for non-rubygem packages (rhbz#1154067).
364bab
- Use load macro introduced in RPM 4.12.
364bab
364bab
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
364bab
364bab
* Tue Jun 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.2-23
364bab
- Fix FTBFS 
364bab
- Specify tcl/tk 8.6
364bab
- Add upstream patch to build with libffi 3.1
364bab
364bab
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
364bab
364bab
* Wed May 21 2014 Jaroslav Å karvada <jskarvad@redhat.com>
364bab
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
364bab
364bab
* Tue May 20 2014 Josef Stribny <jstribny@redhat.com> - 2.1.2-21
364bab
- Update to Ruby 2.1.2
364bab
364bab
* Tue May 06 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-20
364bab
- Remove useless exclude (rhbz#1065897).
364bab
- Extract load macro into external file and include it.
364bab
- Kill bundled certificates.
364bab
364bab
* Wed Apr 23 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-19
364bab
- Correctly expand $(prefix) in some Makefiles, e.g. eruby.
364bab
364bab
* Tue Apr 08 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-18
364bab
- Update to Ruby 2.1.1.
364bab
- Revert regression of Hash#reject.
364bab
364bab
* Mon Mar 03 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-19
364bab
- Add RPM dependency generators for RubyGems.
364bab
364bab
* Mon Feb 10 2014 Josef Stribny <jstribny@redhat.com> - 2.1.0-19
364bab
- Don't link cert.pem explicitely
364bab
364bab
* Wed Jan 15 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-18
364bab
- Don't generate documentation on unexpected places.
364bab
- Detect if rubygems are running under rpmbuild and install gem binary
364bab
  extensions into appropriate place.
364bab
- Add support for ppc64le arch (rhbz#1053263).
364bab
- Re-enable some test cases, which are passing now with Kernel 3.12.8+.
364bab
- Backport fix for floating point issues on i686.
364bab
364bab
* Thu Jan 02 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-17
364bab
- Upgrade to Ruby 2.1.0.
364bab
- Move RPM macros into /usr/lib/rpm/macros.d directory.
364bab
- Allow MD5 in OpenSSL for tests.
364bab
364bab
* Tue Jul 30 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-15
364bab
- Move Psych symlinks to vendor dir, to prevent F18 -> F19 upgrade issues
364bab
  (rhbz#988490).
364bab
364bab
* Mon Jul 15 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-14
364bab
- Add forgotten psych.rb link into rubygem-psych to fix "private method `load'
364bab
  called for Psych:Moduler" error (rhbz#979133).
364bab
364bab
* Thu Jul 11 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-13
364bab
- Fixes multilib conlicts of .gemspec files.
364bab
- Make symlinks for psych gem to ruby stdlib dirs (rhbz#979133).
364bab
- Use system-wide cert.pem.
364bab
364bab
* Thu Jul 04 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-12
364bab
- Fix RubyGems search paths when building gems with native extension
364bab
  (rhbz#979133).
364bab
364bab
* Tue Jul 02 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-11
364bab
- Fix RubyGems version.
364bab
364bab
* Tue Jul 02 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-10
364bab
- Better support for build without configuration (rhbz#977941).
364bab
364bab
* Mon Jul 01 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-9
364bab
- Update to Ruby 2.0.0-p247 (rhbz#979605).
364bab
- Fix CVE-2013-4073.
364bab
- Fix for wrong makefiles created by mkmf (rhbz#921650).
364bab
- Add support for ABRT autoloading.
364bab
364bab
* Fri May 17 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.195-8
364bab
- Update to Ruby 2.0.0-p195 (rhbz#917374).
364bab
- Fix object taint bypassing in DL and Fiddle (CVE-2013-2065).
364bab
- Fix build against OpenSSL with enabled ECC curves.
364bab
- Add aarch64 support (rhbz#926463).
364bab
364bab
* Fri Apr 19 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-7
364bab
- Macro definition moved into macros.ruby and macros.rubygems files.
364bab
- Added filtering macros.
364bab
- Filter automatically generated provides of private libraries (rhbz#947408).
364bab
364bab
* Fri Mar 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-6
364bab
- Fix RbConfig::CONFIG['exec_prefix'] returns empty string (rhbz#924851).
364bab
364bab
* Thu Mar 21 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-5
364bab
- Make Ruby buildable without rubypick.
364bab
- Prevent random test failures.
364bab
364bab
* Fri Mar 08 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.0.0.0-4
364bab
- Don't mark rpm config file as %%config (fpc#259)
364bab
364bab
* Tue Mar 05 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-3
364bab
- Avoid "method redefined;" warnings due to modified operating_system.rb.
364bab
- Fix strange paths created during build of binary gems.
364bab
364bab
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-2
364bab
- Prevent squash of %%gem_install with following line.
364bab
364bab
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-1
364bab
- Update to Ruby 2.0.0-p0.
364bab
- Change %%{ruby_extdir} to %%{ruby_extdir_mri} in preparation for better
364bab
  JRuby support.
364bab
364bab
* Mon Feb 25 2013 Mamoru TASAKA <mtasaka@fedoraprojec.org> - 2.0.0.0-0.3.r39387
364bab
- Move test-unit.gemspec to -libs subpackage for now because rubygems
364bab
  2.0.0 does not create this
364bab
364bab
* Fri Feb 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.2.r39387
364bab
- Fix issues with wrong value of Rubygem's shebang introduced in r39267.
364bab
364bab
* Fri Feb 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.1.r39387
364bab
- Upgrade to Ruby 2.0.0 (r39387).
364bab
- Introduce %%gem_install macro.
364bab
- Build against libdb instead of libdb4 (rhbz#894022).
364bab
- Move native extensions from exts to ruby directory.
364bab
- Enable most of the PPC test suite.
364bab
- Change ruby(abi) -> ruby(release).
364bab
- Rename ruby executable to ruby-mri, to be prepared for RubyPick.
364bab
- Add ruby(runtime_executable) virtual provide, which is later used
364bab
  by RubyPick.
364bab
- RDoc now depends on JSON.
364bab
- Try to make -doc subpackage noarch again, since the new RDoc should resolve
364bab
  the arch dependent issues (https://github.com/rdoc/rdoc/issues/71).
364bab
- Enable SystemTap support.
364bab
- Add TapSet for Ruby.
364bab
- Split Psych into rubygem-psych subpackage.
364bab
364bab
* Mon Feb 11 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.385-28
364bab
- Update to 1.9.3 p385
364bab
364bab
* Sat Jan 19 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.374-27
364bab
- Update to 1.9.3 p374
364bab
- Fix provided variables in pkgconfig (bug 789532:
364bab
  Vít Ondruch <vondruch@redhat.com>)
364bab
364bab
* Fri Jan 18 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-26
364bab
- Provide non-versioned pkgconfig file (bug 789532)
364bab
- Use db5 on F-19 (bug 894022)
364bab
 
364bab
* Wed Jan 16 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-25
364bab
- Backport fix for the upstream PR7629, save the proc made from the given block
364bab
  (bug 895173)
364bab
364bab
* Wed Jan  2 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-24
364bab
- Update to 1.9.3.362
364bab
364bab
* Mon Dec 03 2012 Jaromir Capik <jcapik@redhat.com> - 1.9.3.327-23
364bab
- Skipping test_parse.rb (fails on ARM at line 787)
364bab
- http://bugs.ruby-lang.org/issues/6899
364bab
364bab
* Sun Nov 11 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-23
364bab
- Skip test_str_crypt (on rawhide) for now (upstream bug 7312)
364bab
364bab
* Sat Nov 10 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-22
364bab
- Ignore some network related tests
364bab
364bab
* Sat Nov 10 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-21
364bab
- Update to 1.9.3.327
364bab
- Fix Hash-flooding DoS vulnerability on MurmurHash function
364bab
  (CVE-2012-5371)
364bab
364bab
* Sat Oct 13 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.286-19
364bab
- Update to 1.9.3 p286
364bab
- Don't create files when NUL-containing path name is passed
364bab
  (bug 865940, CVE-2012-4522)
364bab
364bab
* Thu Oct 04 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.9.3.194-18
364bab
- Patch from trunk for CVE-2012-4464, CVE-2012-4466
364bab
364bab
* Thu Sep 06 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-17
364bab
- Split documentation into -doc subpackage (rhbz#854418).
364bab
364bab
* Tue Aug 14 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-16
364bab
- Revert the dependency of ruby-libs on rubygems (rhbz#845011, rhbz#847482).
364bab
364bab
* Wed Aug 01 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-15
364bab
- ruby-libs must require rubygems (rhbz#845011).
364bab
364bab
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.3.194-14
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
364bab
364bab
* Mon Jun 11 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-13
364bab
- Make the bigdecimal gem a runtime dependency of Ruby.
364bab
364bab
* Mon Jun 11 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-12
364bab
- Make symlinks for bigdecimal and io-console gems to ruby stdlib dirs (RHBZ 829209).
364bab
364bab
* Tue May 29 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-11
364bab
- Fix license to contain Public Domain.
364bab
- macros.ruby now contains unexpanded macros.
364bab
364bab
* Sun Apr 22 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.9.3.194-10.1
364bab
- Bump release
364bab
364bab
* Fri Apr 20 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-1
364bab
- Update to Ruby 1.9.3-p194.
364bab
364bab
* Mon Apr 09 2012 Karsten Hopp <karsten@redhat.com> 1.9.3.125-3
364bab
- disable check on ppc(64), RH bugzilla 803698
364bab
364bab
* Wed Feb 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.3.125-2
364bab
- Temporarily disable make check on ARM until it's fixed upstream. Tracked in RHBZ 789410
364bab
364bab
* Mon Feb 20 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.125-1
364bab
- Upgrade to Ruby 1.9.3-p125.
364bab
364bab
* Sun Jan 29 2012 Mamoru Tasaka <mtasaka@fedoraprpject.org> - 1.9.3.0-7
364bab
- Make mkmf.rb verbose by default
364bab
364bab
* Thu Jan 26 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-6
364bab
- Relax dependencies to allow external updates of bundled gems.
364bab
364bab
* Wed Jan 18 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-5
364bab
- Initial release of Ruby 1.9.3.
364bab
- Add rubygems dependency on io-console for user interactions.
364bab
- Gems license clarification.
364bab
364bab
* Tue Jan 17 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-4
364bab
- Bundled gems moved into dedicated directories and subpackages.
364bab
- Create and own RubyGems directories for binary extensions.
364bab
- Fix build with GCC 4.7.
364bab
364bab
* Mon Jan 16 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-3
364bab
- Fix RHEL build.
364bab
- Fixed directory ownership.
364bab
- Verose build output.
364bab
364bab
* Sun Jan 15 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-2
364bab
- Install RubyGems outside of Ruby directory structure.
364bab
- RubyGems has not its own -devel subpackage.
364bab
- Enhanced macros.ruby and macros.rubygems.
364bab
- All tests are green now (bkabrda).
364bab
364bab
* Sat Jan 14 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-1
364bab
- Initial package
364bab
364bab
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.7.357-2
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
364bab
364bab
* Thu Dec 29 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.357-1
364bab
- Update to 1.8.7p357
364bab
- Randomize hash on process startup (CVE-2011-4815, bug 750564)
364bab
364bab
* Fri Dec 23 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.352-2
364bab
- dont normalise arm cpus to arm
364bab
- there is something weird about how ruby choses where to put bits
364bab
364bab
* Thu Nov 17 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-3
364bab
- F-17: kill gdbm support for now due to licensing compatibility issue
364bab
364bab
* Sat Oct  1 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-2
364bab
- F-17: rebuild against new gdbm
364bab
364bab
* Sat Jul 16 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-1
364bab
- Update to 1.8.7 p352
364bab
- CVE-2011-2686 is fixed in this version (bug 722415)
364bab
- Update ext/tk to the latest git
364bab
- Remove duplicate path entry (bug 718695)
364bab
364bab
* Thu Jul 14 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.334-4
364bab
- Once fix FTBFS (bug 716021)
364bab
364bab
* Mon Jul 11 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.334-3
364bab
- normalise arm cpus to arm
364bab
364bab
* Mon May 30 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.334-2
364bab
- Own %%{_normalized_cpu}-%%{_target_os} directory (bug 708816)
364bab
364bab
* Sat Feb 19 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.334-1
364bab
- Update to 1.8.7 p334
364bab
364bab
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.7.330-3
364bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
364bab
364bab
* Sun Jan 02 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.330-2
364bab
- nomalise the 32 bit sparc archs to sparc
364bab
364bab
* Sun Dec 26 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.330-1
364bab
- Update to 1.8.7 p330
364bab
- ext/tk updated to the newest header
364bab
364bab
* Thu Nov  4 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.302-2
364bab
- Avoid multilib conflict on -libs subpackage (bug 649174)
364bab
364bab
* Mon Aug 23 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.302-1
364bab
- Update to 1.8.7.302
364bab
- CVE-2010-0541 (bug 587731) is fixed in this version
364bab
- Update ext/tk to the latest head
364bab
364bab
* Mon Aug  2 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.299-5
364bab
- More cleanup of spec file, expecially for rpmlint issue
364bab
- build ri files in %%build
364bab
364bab
* Mon Jul 26 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.299-4
364bab
- Cleanup spec file
364bab
- Make -irb, -rdoc subpackage noarch
364bab
- Make dependencies between arch-dependent subpackages isa specific
364bab
- Improve sample documentation gathering
364bab
364bab
* Mon Jul 12 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-3
364bab
- updated packaged based on feedback (from mtasaka)
364bab
- added comments to all patches / sources
364bab
- obsoleted ruby-mode, as it's now provided by the emacs package itself
364bab
- readded missing documentation
364bab
- various small compatability/regression fixes
364bab
364bab
* Tue Jul 06 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-2
364bab
- readded bits to pull tk package from upstream source branch
364bab
- removed unecessary .tk.old dir
364bab
- renamed macros which may cause confusion, removed unused ones
364bab
364bab
* Thu Jun 24 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-1
364bab
- integrate more of jmeyering's and mtaska's feedback
364bab
- removed emacs bits that are now shipped with the emacs package
364bab
- various patch and spec cleanup
364bab
- rebased to ruby 1.8.7 patch 299, removed patches no longer needed:
364bab
   ruby-1.8.7-openssl-1.0.patch, ruby-1.8.7-rb_gc_guard_ptr-optimization.patch
364bab
364bab
* Wed Jun 23 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-5
364bab
- Various fixes
364bab
364bab
* Wed Jun 23 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-4
364bab
- Fixed incorrect paths in 1.8.7 rpm
364bab
364bab
* Tue Jun 22 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-3
364bab
- Integrated Jim Meyering's feedback and changes in to:
364bab
- remove trailing blanks
364bab
- placate rpmlint
364bab
- ruby_* definitions: do not use trailing slashes in directory names
364bab
- _normalized_cpu: simplify definition
364bab
364bab
* Mon Jun 21 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-2
364bab
- Integrate mtasaka's feedback and changes
364bab
- patch101 ruby_1_8_7-rb_gc_guard_ptr-optimization.patch
364bab
364bab
* Tue Jun 15 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-1
364bab
- Initial Ruby 1.8.7 specfile
364bab
364bab
* Wed May 19 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-5
364bab
- Retry for bug 559158, Simplify the OpenSSL::Digest class
364bab
  pull more change commits from ruby_1_8 branch
364bab
364bab
* Mon May 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-4
364bab
- Patch36 (ruby-1.8.x-RHASH_SIZE-rb_hash_lookup-def.patch)
364bab
  also backport rb_hash_lookup definition (bug 592936)
364bab
364bab
* Thu May 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-3
364bab
- ruby-1.8.x-null-class-must-be-Qnil.patch (bug 530407)
364bab
- Recreate some patches using upstream svn when available, and
364bab
  add some comments for patches
364bab
364bab
* Tue May 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-2
364bab
- tcltk: Give up using potentially unmaintained ruby_1_8_6 branch
364bab
  and instead completely replace with ruby_1_8 branch head
364bab
  (at this time, using rev 27738)
364bab
  (seems to fix 560053, 590503)
364bab
- Fix Japanese encoding strings under ruby-tcltk/ext/tk/sample/
364bab
364bab
* Tue Apr 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-1
364bab
- Update to 1.8.6 p 399 (bug 579675)
364bab
- Patch to fix gc bug causing open4 crash (bug 580993)
364bab
364bab
* Fri Mar 12 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.388-9
364bab
- F-14: rebuild against new gdbm
364bab
364bab
* Thu Jan 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
364bab
- Once revert the previous change (patch34)
364bab
364bab
* Wed Jan 27 2010 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.388-8
364bab
- Backport openssl/digest functions providing digest and hexdigest functions
364bab
  directly in OpenSSL::Digest.methods
364bab
- Make sure that Red Hat people version their changelog entries
364bab
- This is actually release #1, but now needs to be release #7
364bab
364bab
* Mon Jan 18 2010 Akira TAGOH <tagoh@redhat.com> - 1.8.6.388-1
364bab
- Add conditional for RHEL.
364bab
364bab
* Wed Jan 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-6
364bab
- CVE-2009-4492 ruby WEBrick log escape sequence (bug 554485)
364bab
364bab
* Wed Dec  9 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-5
364bab
- Change mkmf.rb to use LIBRUBYARG_SHARED so that have_library() works
364bab
  without libruby-static.a (bug 428384)
364bab
- And move libruby-static.a to -static subpackage
364bab
364bab
* Thu Oct 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-4
364bab
- Use bison to regenerate parse.c to keep the original format of error
364bab
  messages (bug 530275 comment 4)
364bab
364bab
* Sun Oct 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-3
364bab
- Patch so that irb saves its history (bug 518584, ruby issue 1556)
364bab
364bab
* Sat Oct 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-2
364bab
- Update to 1.8.6 patchlevel 383 (bug 520063)
364bab
364bab
* Wed Oct 14 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-5
364bab
- Much better idea for Patch31 provided by Akira TAGOH <tagoh@redhat.com>
364bab
364bab
* Wed Oct 14 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-4
364bab
- Fix the search path of ri command for ri manuals installed with gem
364bab
  (bug 528787)
364bab
364bab
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.8.6.369-3
364bab
- Rebuild against new openssl
364bab
364bab
* Thu Jul 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-2
364bab
- Make sure that readline.so is linked against readline 5 because
364bab
  Ruby is under GPLv2
364bab
364bab
* Sat Jun 20 2009  Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.369-1
364bab
- New patchlevel fixing CVE-2009-1904
364bab
- Fix directory on ARM (#506233, Kedar Sovani)
364bab
364bab
* Sun May 31 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.368-1
364bab
- New upstream release (p368)
364bab
364bab
* Sat Apr 11 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.287-8
364bab
- Merge Review fix (#226381)
364bab
364bab
* Wed Mar 18 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.287-7
364bab
- Fix regression in CVE-2008-3790 (#485383)
364bab
364bab
* Mon Mar 16 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.287-6
364bab
- Again use -O2 optimization level
364bab
- i586 should search i386-linux directory (on <= F-11)
364bab
364bab
* Thu Mar 05 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.287-5
364bab
- Rebuild for gcc4.4
364bab
364bab
* Fri Feb 27 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.287-3
364bab
- CVE-2008-5189: CGI header injection.
364bab
364bab
* Wed Oct  8 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.287-2
364bab
- CVE-2008-3790: DoS vulnerability in the REXML module.
364bab
364bab
* Sat Aug 23 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.287-1
364bab
- New upstream release.
364bab
- Security fixes.
364bab
  - CVE-2008-3655: Ruby does not properly restrict access to critical
364bab
                   variables and methods at various safe levels.
364bab
  - CVE-2008-3656: DoS vulnerability in WEBrick.
364bab
  - CVE-2008-3657: Lack of taintness check in dl.
364bab
  - CVE-2008-1447: DNS spoofing vulnerability in resolv.rb.
364bab
  - CVE-2008-3443: Memory allocation failure in Ruby regex engine.
364bab
- Remove the unnecessary backported patches.
364bab
364bab
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.6.230-5
364bab
- rebuild against db4-4.7
364bab
364bab
* Tue Jul  1 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-4
364bab
- Backported from upstream SVN to fix a segfault issue with Array#fill.
364bab
364bab
* Mon Jun 30 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-3
364bab
- Backported from upstream SVN to fix a segfault issue. (#452825)
364bab
- Backported from upstream SVN to fix an integer overflow in rb_ary_fill.
364bab
364bab
* Wed Jun 25 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-2
364bab
- Fix a segfault issue. (#452810)
364bab
364bab
* Tue Jun 24 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-1
364bab
- New upstream release.
364bab
- Security fixes. (#452295)
364bab
  - CVE-2008-1891: WEBrick CGI source disclosure.
364bab
  - CVE-2008-2662: Integer overflow in rb_str_buf_append().
364bab
  - CVE-2008-2663: Integer overflow in rb_ary_store().
364bab
  - CVE-2008-2664: Unsafe use of alloca in rb_str_format().
364bab
  - CVE-2008-2725: Integer overflow in rb_ary_splice().
364bab
  - CVE-2008-2726: Integer overflow in rb_ary_splice().
364bab
- ruby-1.8.6.111-CVE-2007-5162.patch: removed.
364bab
- Build ruby-mode package for all archtectures.
364bab
364bab
* Tue Mar  4 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.114-1
364bab
- Security fix for CVE-2008-1145.
364bab
- Improve a spec file. (#226381)
364bab
  - Correct License tag.
364bab
  - Fix a timestamp issue.
364bab
  - Own a arch-specific directory.
364bab
364bab
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.8.6.111-9
364bab
- Autorebuild for GCC 4.3
364bab
364bab
* Tue Feb 19 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-8
364bab
- Rebuild for gcc-4.3.
364bab
364bab
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-7
364bab
- Revert the change of libruby-static.a. (#428384)
364bab
364bab
* Fri Jan 11 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-6
364bab
- Fix an unnecessary replacement for shebang. (#426835)
364bab
364bab
* Fri Jan  4 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-5
364bab
- Rebuild.
364bab
364bab
* Fri Dec 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-4
364bab
- Clean up again.
364bab
364bab
* Fri Dec 21 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-3
364bab
- Clean up the spec file.
364bab
- Remove ruby-man-1.4.6 stuff. this is entirely the out-dated document.
364bab
  this could be replaced by ri.
364bab
- Disable the static library building.
364bab
364bab
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.8.6.111-2
364bab
 - Rebuild for openssl bump
364bab
364bab
* Wed Oct 31 2007 Akira TAGOH <tagoh@redhat.com>
364bab
- Fix the dead link.
364bab
364bab
* Mon Oct 29 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-1
364bab
- New upstream release.
364bab
- ruby-1.8.6.111-CVE-2007-5162.patch: Update a bit with backporting the changes
364bab
   at trunk to enable the fix without any modifications on the users' scripts.
364bab
   Note that Net::HTTP#enable_post_connection_check isn't available anymore.
364bab
   If you want to disable this post-check, you should give OpenSSL::SSL::VERIFY_NONE
364bab
   to Net::HTTP#verify_mode= instead of.
364bab
364bab
* Mon Oct 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-2
364bab
- Enable pthread support for ppc too. (#201452)
364bab
- Fix unexpected dependencies appears in ruby-libs. (#253325)
364bab
364bab
* Wed Oct 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-1
364bab
- New upstream release.
364bab
  - ruby-r12567.patch: removed.
364bab
- ruby-1.8.6-CVE-2007-5162.patch: security fix for Net::HTTP that is
364bab
  insufficient verification of SSL certificate.
364bab
364bab
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-4
364bab
- Rebuild
364bab
364bab
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
364bab
- Update License tag.
364bab
364bab
* Mon Jun 25 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-3
364bab
- ruby-r12567.patch: backport patch from upstream svn to get rid of
364bab
  the unnecessary declarations. (#245446)
364bab
364bab
* Wed Jun 20 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-2
364bab
- New upstream release.
364bab
  - Fix Etc::getgrgid to get the correct gid as requested. (#236647)
364bab
364bab
* Wed Mar 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-2
364bab
- Fix search path breakage. (#234029)
364bab
364bab
* Thu Mar 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-1
364bab
- New upstream release.
364bab
- clean up a spec file.
364bab
364bab
* Tue Feb 13 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-2
364bab
- Rebuild
364bab
364bab
* Mon Feb  5 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-1
364bab
- New upstream release.
364bab
364bab
* Mon Dec 11 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5.2-1
364bab
- security fix release.
364bab
364bab
* Fri Oct 27 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-4
364bab
- security fix release.
364bab
- ruby-1.8.5-cgi-CVE-2006-5467.patch: fix a CGI multipart parsing bug that
364bab
  causes the denial of service. (#212396)
364bab
364bab
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.8.5-3
364bab
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
364bab
364bab
* Tue Sep 26 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-2
364bab
- fixed rbconfig.rb to refer to DESTDIR for sitearchdir. (#207311)
364bab
364bab
* Mon Aug 28 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-1
364bab
- New upstream release.
364bab
- removed the unnecessary patches:
364bab
  - ruby-1.8.4-no-eaccess.patch
364bab
  - ruby-1.8.4-64bit-pack.patch
364bab
  - ruby-1.8.4-fix-insecure-dir-operation.patch
364bab
  - ruby-1.8.4-fix-insecure-regexp-modification.patch
364bab
  - ruby-1.8.4-fix-alias-safe-level.patch
364bab
- build with --enable-pthread except on ppc.
364bab
- ruby-1.8.5-hash-memory-leak.patch: backported from CVS to fix a memory leak
364bab
  on Hash. [ruby-talk:211233]
364bab
364bab
* Mon Aug  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-12
364bab
- owns sitearchdir. (#201208)
364bab
364bab
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-11
364bab
- security fixes [CVE-2006-3694]
364bab
  - ruby-1.8.4-fix-insecure-dir-operation.patch:
364bab
  - ruby-1.8.4-fix-insecure-regexp-modification.patch: fixed the insecure
364bab
    operations in the certain safe-level restrictions. (#199538)
364bab
  - ruby-1.8.4-fix-alias-safe-level.patch: fixed to not bypass the certain
364bab
    safe-level restrictions. (#199543)
364bab
364bab
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-10.fc6.1
364bab
- rebuild
364bab
364bab
* Mon Jun 19 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-10
364bab
- fixed the wrong file list again. moved tcltk library into ruby-tcltk.
364bab
  (#195872)
364bab
364bab
* Thu Jun  8 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-8
364bab
- ruby-deprecated-sitelib-search-path.patch: correct the order of search path.
364bab
364bab
* Wed Jun  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-7
364bab
- exclude ppc64 to make ruby-mode package. right now emacs.ppc64 isn't provided
364bab
  and buildsys became much stricter.
364bab
- ruby-deprecated-sitelib-search-path.patch: applied to add more search path
364bab
  for backward compatiblity.
364bab
- added byacc to BuildReq. (#194161)
364bab
364bab
* Wed May 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-6
364bab
- ruby-deprecated-search-path.patch: added the deprecated installation paths
364bab
  to the search path for the backward compatibility.
364bab
- added a Provides: ruby(abi) to ruby-libs.
364bab
- ruby-1.8.4-64bit-pack.patch: backport patch from upstream to fix unpack("l")
364bab
  not working on 64bit arch and integer overflow on template "w". (#189350)
364bab
- updated License tag to be more comfortable, and with a pointer to get more
364bab
  details, like Python package does. (#179933)
364bab
- clean up.
364bab
364bab
* Wed Apr 19 2006 Akira TAGOH <tagoh@redhat.com>
364bab
- ruby-rubyprefix.patch: moved all arch-independent modules under /usr/lib/ruby
364bab
  and keep arch-dependent modules under /usr/lib64/ruby for 64bit archs.
364bab
  so 'rubylibdir', 'sitelibdir' and 'sitedir' in Config::CONFIG points to
364bab
  the kind of /usr/lib/ruby now. (#184199)
364bab
364bab
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-4
364bab
- correct sitelibdir. (#184198)
364bab
364bab
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.2
364bab
- bump again for double-long bug on ppc(64)
364bab
364bab
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.1
364bab
- rebuilt for new gcc4.1 snapshot and glibc changes
364bab
364bab
* Mon Feb  6 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-3
364bab
- ruby-1.8.4-no-eaccess.patch: backported from ruby CVS to avoid conflict
364bab
  between newer glibc. (#179835)
364bab
364bab
* Wed Jan  4 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-2
364bab
- ruby-tcltk-multilib.patch: fixed a typo.
364bab
364bab
* Tue Dec 27 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-1
364bab
- New upstream release.
364bab
  - fixed a missing return statement. (#140833)
364bab
  - fixed an use of uninitialized variable. (#144890)
364bab
364bab
* Fri Dec 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.4.preview2
364bab
- updates to 1.8.4-preview2.
364bab
- renamed the packages to ruby-* (#175765)
364bab
  - irb  -> ruby-irb
364bab
  - rdoc -> ruby-rdoc
364bab
  - ri   -> ruby-ri
364bab
- added tcl-devel and tk-devel into BuildRequires.
364bab
364bab
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
364bab
- rebuilt
364bab
364bab
* Thu Nov 10 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.3.preview1
364bab
- rebuilt against the latest openssl.
364bab
364bab
* Tue Nov  1 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.2.preview1
364bab
- build-deps libX11-devel instead of xorg-x11-devel.
364bab
364bab
* Mon Oct 31 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.1.preview1
364bab
- New upstream release.
364bab
- ruby-1.8.2-strscan-memset.patch: removed because it's no longer needed.
364bab
364bab
* Tue Oct  4 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-4
364bab
- moved the documents from ruby-libs to ruby-docs, which contains the arch
364bab
  specific thing and to be multilib support. (#168826)
364bab
364bab
* Mon Oct  3 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-3
364bab
- fixed the wrong file list. the external library for tcl/tk was included
364bab
  in ruby-libs unexpectedly.
364bab
364bab
* Mon Sep 26 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-2
364bab
- ruby-multilib.patch: added another chunk for multilib. (#169127)
364bab
364bab
* Wed Sep 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-1
364bab
- New upstream release.
364bab
- Build-Requires xorg-x11-devel instead of XFree86-devel.
364bab
- ruby-multilib.patch: applied for only 64-bit archs.
364bab
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: removed. it has already been in upstream.
364bab
364bab
* Tue Jun 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-9
364bab
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command execution
364bab
  on XMLRPC server. (#161096)
364bab
364bab
* Thu Jun 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-8
364bab
- ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)
364bab
364bab
* Thu Apr  7 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-7
364bab
- ruby-1.8.2-deadcode.patch: removed the dead code from the source. (#146108)
364bab
- make sure that all documentation files in ruby-docs are the world-
364bab
  readable. (#147279)
364bab
364bab
* Tue Mar 22 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-6
364bab
- ruby-1.8.2-strscan-memset.patch: fixed an wrong usage of memset(3).
364bab
364bab
* Tue Mar 15 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-5
364bab
- rebuilt
364bab
364bab
* Tue Jan 25 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-4
364bab
- fixed the wrong generation of file manifest. (#146055)
364bab
- spec file clean up.
364bab
364bab
* Mon Jan 24 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-3
364bab
- separated out to rdoc package.
364bab
- make the dependency of irb for rdoc. (#144708)
364bab
364bab
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1.8.2-2
364bab
- Rebuilt for new readline.
364bab
364bab
* Wed Jan  5 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-1
364bab
- New upstream release.
364bab
- ruby-1.8.1-ia64-stack-limit.patch: removed - it's no longer needed.
364bab
- ruby-1.8.1-cgi_session_perms.patch: likewise.
364bab
- ruby-1.8.1-cgi-dos.patch: likewise.
364bab
- generated Ruby interactive documentation - senarated package.
364bab
  it's now provided as ri package. (#141806)
364bab
364bab
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.8.1-10
364bab
- rebuild against db-4.3.21.
364bab
364bab
* Wed Nov 10 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-9
364bab
- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
364bab
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
364bab
364bab
* Fri Oct 29 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-8
364bab
- added openssl-devel and db4-devel into BuildRequires (#137479)
364bab
364bab
* Wed Oct  6 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-7
364bab
- require emacs-common instead of emacs.
364bab
364bab
* Wed Jun 23 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-4
364bab
- updated the documentation.
364bab
364bab
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
364bab
- rebuilt
364bab
364bab
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
364bab
- rebuilt
364bab
364bab
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
364bab
- rebuilt
364bab
364bab
* Wed Feb 04 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-1
364bab
- New upstream release.
364bab
- don't use any optimization for ia64 to avoid the build failure.
364bab
- ruby-1.8.1-ia64-stack-limit.patch: applied to fix SystemStackError when the optimization is disabled.
364bab
364bab
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-3
364bab
- rebuild against db-4.2.52.
364bab
364bab
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-2
364bab
- rebuild against db-4.2.42.
364bab
364bab
* Tue Aug  5 2003 Akira TAGOH <tagoh@redhat.com> 1.8.0-1
364bab
- New upstream release.
364bab
364bab
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9.1
364bab
- rebuilt
364bab
364bab
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9
364bab
- ruby-1.6.8-castnode.patch: handling the nodes with correct cast.
364bab
  use this patch now instead of ruby-1.6.8-fix-x86_64.patch.
364bab
364bab
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-8
364bab
- rebuilt
364bab
364bab
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-7
364bab
- fix the gcc warnings. (#82192)
364bab
- ruby-1.6.8-fix-x86_64.patch: correct a patch.
364bab
  NOTE: DON'T USE THIS PATCH FOR BIG ENDIAN ARCHITECTURE.
364bab
- ruby-1.6.7-long2int.patch: removed.
364bab
364bab
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
364bab
- rebuilt
364bab
364bab
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 1.6.8-5
364bab
- rebuild against ucs4 tcltk
364bab
364bab
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
364bab
- rebuilt
364bab
364bab
* Wed Jan 22 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-3
364bab
- ruby-1.6.8-multilib.patch: applied to fix the search path issue on x86_64
364bab
364bab
* Tue Jan 21 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-2
364bab
- ruby-1.6.8-require.patch: applied to fix the search bug in require.
364bab
- don't apply long2int patch to s390 and s390x. it doesn't work.
364bab
364bab
* Wed Jan 15 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-1
364bab
- New upstream release.
364bab
- removed some patches. it's no longer needed.
364bab
  - ruby-1.6.7-100.patch
364bab
  - ruby-1.6.7-101.patch
364bab
  - ruby-1.6.7-102.patch
364bab
  - ruby-1.6.7-103.patch
364bab
  - 801_extmk.rb-shellwords.patch
364bab
  - 801_mkmf.rb-shellwords.patch
364bab
  - 804_parse.y-new-bison.patch
364bab
  - 805_uri-bugfix.patch
364bab
  - ruby-1.6.6-900_XXX_strtod.patch
364bab
  - ruby-1.6.7-sux0rs.patch
364bab
  - ruby-1.6.7-libobj.patch
364bab
364bab
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 1.6.7-14
364bab
- rebuild to update tcltk deps
364bab
364bab
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 1.6.7-13
364bab
- Remove ExcludeArch: x86_64
364bab
- Fix x86_64 ruby with long2int.patch (ruby was assuming that sizeof(long)
364bab
  == sizeof(int). The patch does not fix the source of the problem, just
364bab
  makes it a non-issue.)
364bab
- _smp_mflags
364bab
364bab
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 1.6.7-12
364bab
- rebuild to fix broken tcltk deps
364bab
364bab
* Tue Oct 22 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-11
364bab
- use %%configure macro instead of configure script.
364bab
- use the latest config.{sub,guess}.
364bab
- get archname from rbconfig.rb for %%dir
364bab
- applied some patches from Debian:
364bab
  - 801_extmk.rb-shellwords.patch: use Shellwords
364bab
  - 801_mkmf.rb-shellwords.patch: mkmf.rb creates bad Makefile. the Makefile
364bab
    links libruby.a to the target.
364bab
  - 803_sample-fix-shbang.patch: all sample codes should be
364bab
    s|/usr/local/bin|/usr/bin|g
364bab
  - 804_parse.y-new-bison.patch: fix syntax warning.
364bab
  - 805_uri-bugfix.patch: uri.rb could not handle correctly broken mailto-uri.
364bab
- add ExcludeArch x86_64 temporarily to fix Bug#74581. Right now ruby can't be
364bab
  built on x86_64.
364bab
364bab
* Tue Aug 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-10
364bab
- moved sitedir to /usr/lib/ruby/site_ruby again according as our perl and
364bab
  python.
364bab
- ruby-1.6.7-resolv1.patch, ruby-1.6.7-resolv2.patch: applied to fix 'Too many
364bab
  open files - "/etc/resolv.conf"' issue. (Bug#64830)
364bab
364bab
* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-9
364bab
- add the owned directory.
364bab
364bab
* Fri Jul 12 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-8
364bab
- fix typo.
364bab
364bab
* Thu Jul 04 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-7
364bab
- removed the ruby-mode-xemacs because it's merged to the xemacs sumo.
364bab
364bab
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
364bab
- automated rebuild
364bab
364bab
* Wed Jun 19 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-5
364bab
- fix the stripped binary.
364bab
- use the appropriate macros.
364bab
364bab
* Sun May 26 2002 Tim Powers <timp@redhat.com>
364bab
- automated rebuild
364bab
364bab
* Thu May 23 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-3
364bab
- ruby-1.6.7-libobj.patch: applied to fix autoconf2.53 error.
364bab
364bab
* Mon Mar 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-2
364bab
- ruby-man-1.4.6-jp.tar.bz2: removed.
364bab
- ruby-refm-rdp-1.4.7-ja-html.tar.bz2: uses it instead of.
364bab
- ruby-1.6.7-500-marshal-proc.patch, ruby-1.6.7-501-class-var.patch:
364bab
  removed.
364bab
- ruby-1.6.7-100.patch: applied a bug fix patch.
364bab
  (ruby-dev#16274: patch for 'wm state')
364bab
  (PR#206ja: SEGV handle EXIT)
364bab
- ruby-1.6.7-101.patch: applied a bug fix patch.
364bab
  (ruby-list#34313: singleton should not be Marshal.dump'ed)
364bab
  (ruby-dev#16411: block local var)
364bab
- ruby-1.6.7-102.patch: applied a bug fix patch.
364bab
  (handling multibyte chars is partially broken)
364bab
- ruby-1.6.7-103.patch: applied a bug fix patch.
364bab
  (ruby-dev#16462: preserve reference for GC, but link should be cut)
364bab
364bab
* Fri Mar  8 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-1
364bab
- New upstream release.
364bab
- ruby-1.6.6-100.patch, ruby-1.6.6-501-ruby-mode.patch:
364bab
  removed. these patches no longer should be needed.
364bab
- ruby-1.6.7-500-marshal-proc.patch: applied a fix patch.
364bab
  (ruby-dev#16178: Marshal::dump should call Proc#call.)
364bab
- ruby-1.6.7-501-class-var.patch: applied a fix patch.
364bab
  (ruby-talk#35157: class vars broken in 1.6.7)
364bab
364bab
* Wed Feb 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-5
364bab
- Disable alpha because nothing is xemacs for alpha now.
364bab
364bab
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-3
364bab
- Fixed the duplicate files.
364bab
364bab
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-2
364bab
- Fixed the missing %%defattr
364bab
364bab
* Fri Feb  1 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-1
364bab
- New upstream release.
364bab
- Applied bug fix patches:
364bab
  - ruby-1.6.6-501-ruby-mode.patch: ruby-talk#30479: disables font-lock
364bab
    coloring.
364bab
  - ruby-1.6.6-100.patch: ruby-talk#30203: Ruby 1.6.6 bug and fix
364bab
                          ruby-list#33047: regex bug
364bab
                          PR#230: problem with -d in 1.6.6
364bab
- Added ruby-mode and ruby-mode-xemacs packages.
364bab
- Ruby works fine for ia64. so re-enable to build with ia64.
364bab
  (probably it should be worked for alpha)
364bab
364bab
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
364bab
- automated rebuild
364bab
364bab
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4-2
364bab
- Remove Japanese description and summaries; they belong in specspo and
364bab
  break rpm
364bab
- Clean up specfile
364bab
- Mark language specific files (README.jp) as such
364bab
- bzip2 sources
364bab
- rename the libruby package to ruby-libs for consistency
364bab
- Exclude ia64 (doesn't build - the code doesn't seem to be 64-bit clean
364bab
  [has been excluded on alpha forever])
364bab
364bab
* Tue Jul 17 2001 Akira TAGOH <tagoh@redhat.com> 1.6.4-1
364bab
- rebuild for Red Hat 7.2
364bab
364bab
* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
364bab
- upgrade to nwe upstream version 1.6.4.
364bab
364bab
* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
364bab
- applied patch:
364bab
  - fixed method cache bug. etc. (Patch103, Patch104)
364bab
364bab
* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
364bab
- applied patch:
364bab
  - fixed marshal for bignum bug.
364bab
  - fixed scope of constant variables bug.
364bab
364bab
* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
364bab
- upgraded to new upstream version 1.6.3.
364bab
364bab
* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
364bab
- fixed bad group for libruby.
364bab
- Applied patch: upgraded to cvs version (2001-02-08):
364bab
  fixed minor bugs.
364bab
364bab
* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
364bab
- Applied patch: upgraded to cvs version (2001-01-15):
364bab
  fixed minor bugs(e.g. ruby makes extention librares too large...).
364bab
364bab
* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
364bab
- Applied patch: upgraded to cvs version (2001-01-09):
364bab
  fixed minor bugs.
364bab
364bab
* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
364bab
- Applied bug fix patch.
364bab
364bab
* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
364bab
- Updated to new upstream version 1.6.2.
364bab
364bab
* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
364bab
  (upgraded ruby to latest cvs version, 1.6.2-preview4).
364bab
364bab
* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
- new package: libruby
364bab
364bab
* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
- Removed ruby-dev.11262.patch, ruby-dev.11265.patch,
364bab
  and ruby-dev.11268.patch (included into above patch).
364bab
364bab
* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
364bab
- build on gcc-2.95.3
364bab
364bab
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
364bab
- Added ruby-dev.11268.patch.
364bab
364bab
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
- Added ruby-dev.11262.patch.
364bab
- Added ruby-dev.11265.patch.
364bab
364bab
* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
364bab
* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
364bab
* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
364bab
* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
364bab
- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
364bab
* Wed Sep 27 2000 akira yamada <akira@vinelinux.org>
364bab
- Updated to upstream version 1.6.1.
364bab
- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
364bab
  (upgraded ruby to latest cvs version).
364bab
364bab
* Tue Aug 29 2000 akira yamada <akira@redhat.com>
364bab
- Updated to version 1.4.6.
364bab
- removed ruby-dev.10123.patch(included into ruby-1.4.6).
364bab
- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
364bab
364bab
* Tue Jun 27 2000 akira yamada <akira@redhat.com>
364bab
- Updated manuals to version 1.4.5.
364bab
364bab
* Sun Jun 25 2000 akira yamada <akira@redhat.com>
364bab
- Added ruby-dev.10123.patch.
364bab
364bab
* Sat Jun 24 2000 akira yamada <akira@redhat.com>
364bab
- Updated to version 1.4.5.
364bab
- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
364bab
364bab
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
364bab
- Updated to version 1.4.4(06/22/2000 CVS).
364bab
- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
364bab
364bab
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
364bab
- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
364bab
364bab
* Tue Jun 20 2000 akira yamada <akira@redhat.com>
364bab
- Updated to version 1.4.4(06/20/2000 CVS).
364bab
- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
364bab
- Added ruby-dev.10054.patch.
364bab
364bab
* Thu Jun 15 2000 akira yamada <akira@redhat.com>
364bab
- Updated to version 1.4.4(06/12/2000 CVS).
364bab
- Added manuals and FAQs.
364bab
- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
364bab
364bab
* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
364bab
- Updated to version 1.4.4
364bab
364bab
* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.4.3
364bab
364bab
* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.4.2 (Sep 18)
364bab
364bab
* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.4.2
364bab
364bab
* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.4.0
364bab
364bab
* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- 2nd release
364bab
- Updated to version 1.2.6(15 Jul 1999)
364bab
- striped %%{prefix}/bin/ruby
364bab
364bab
* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.2.6(21 Jun 1999)
364bab
364bab
* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.2.5
364bab
364bab
* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
364bab
- Updated to version 1.2.4
364bab
364bab
* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
364bab
- Version up to 1.2 stable.
364bab
364bab
* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
364bab
- Version up to 1.1c9.
364bab
364bab
* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
364bab
- Version up to 1.1c8, however it appear short life :-P
364bab
364bab
* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
364bab
- Version up.
364bab
364bab
* Tue Sep 22 1998 Toru Hoshina <hoshina@best.com>
364bab
- To make a libruby.so.
364bab
364bab
* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
364bab
- Modified SPEC in order to install libruby.a so that it should be used by
364bab
  another ruby entention.
364bab
- 2nd release.
364bab
364bab
* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
364bab
- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>