Blame SPECS/ruby.spec

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