2fb58f
%global major_version 3
2fb58f
%global minor_version 1
2fb58f
%global teeny_version 2
2fb58f
%global major_minor_version %{major_version}.%{minor_version}
2fb58f
2fb58f
%global ruby_version %{major_minor_version}.%{teeny_version}
2fb58f
%global ruby_release %{ruby_version}
2fb58f
2fb58f
# Specify the named version. It has precedense to revision.
2fb58f
#%%global milestone rc1
2fb58f
2fb58f
# Keep the revision enabled for pre-releases from GIT.
2fb58f
#%%global revision fb4df44d16
2fb58f
2fb58f
%global ruby_archive %{name}-%{ruby_version}
2fb58f
2fb58f
# If revision and milestone are removed/commented out, the official release build is expected.
2fb58f
%if 0%{?milestone:1}%{?revision:1} != 0
2fb58f
%global ruby_archive %{ruby_archive}-%{?milestone}%{?!milestone:%{?revision}}
2fb58f
%define ruby_archive_timestamp %(stat --printf='@%Y' %{_sourcedir}/%{ruby_archive}.tar.xz | date -f - +"%Y%m%d")
2fb58f
%define development_release %{?milestone}%{?!milestone:%{?revision:%{ruby_archive_timestamp}git%{revision}}}
2fb58f
%endif
2fb58f
2fb58f
2fb58f
%global release 141
2fb58f
%{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
2fb58f
2fb58f
# The RubyGems library has to stay out of Ruby directory tree, since the
2fb58f
# RubyGems should be share by all Ruby implementations.
2fb58f
%global rubygems_dir %{_datadir}/rubygems
2fb58f
2fb58f
# Bundled libraries versions
2fb58f
%global rubygems_version 3.3.7
2fb58f
%global rubygems_molinillo_version 0.7.0
2fb58f
2fb58f
# Default gems.
2fb58f
%global bundler_version 2.3.7
2fb58f
%global bundler_connection_pool_version 2.3.0
2fb58f
%global bundler_fileutils_version 1.4.1
2fb58f
%global bundler_molinillo_version 0.7.0
2fb58f
%global bundler_net_http_persistent_version 4.0.0
2fb58f
%global bundler_thor_version 1.2.1
2fb58f
%global bundler_tmpdir_version 0.1.0
2fb58f
# TODO: Check the version if/when available in library.
2fb58f
%global bundler_tsort_version 0.1.1
2fb58f
%global bundler_uri_version 0.10.1
2fb58f
2fb58f
%global bigdecimal_version 3.1.1
2fb58f
%global did_you_mean_version 1.6.1
2fb58f
%global erb_version 2.2.3
2fb58f
%global io_console_version 0.5.11
2fb58f
%global irb_version 1.4.1
2fb58f
%global json_version 2.6.1
2fb58f
%global openssl_version 3.0.0
2fb58f
%global psych_version 4.0.3
2fb58f
%global racc_version 1.6.0
2fb58f
%global rdoc_version 6.4.0
2fb58f
%global stringio_version 3.0.1
2fb58f
2fb58f
# Bundled gems.
2fb58f
%global minitest_version 5.15.0
2fb58f
%global power_assert_version 2.0.1
2fb58f
%global rake_version 13.0.6
2fb58f
%global test_unit_version 3.5.3
2fb58f
%global rexml_version 3.2.5
2fb58f
%global rss_version 0.2.9
2fb58f
%global net_ftp_version 0.1.3
2fb58f
%global net_imap_version 0.2.3
2fb58f
%global net_pop_version 0.1.1
2fb58f
%global net_smtp_version 0.3.1
2fb58f
%global matrix_version 0.4.2
2fb58f
%global prime_version 0.1.2
2fb58f
%global rbs_version 2.1.0
2fb58f
%global typeprof_version 0.21.2
2fb58f
%global debug_version 1.4.0
2fb58f
2fb58f
%global tapset_libdir %(echo %{_libdir} | sed 's/64//')*
2fb58f
2fb58f
%if 0%{?fedora} >= 19
2fb58f
%bcond_without rubypick
2fb58f
%endif
2fb58f
2fb58f
%bcond_without cmake
2fb58f
%bcond_without git
2fb58f
%bcond_without gmp
2fb58f
%bcond_without hostname
2fb58f
%bcond_without systemtap
2fb58f
# Enable test when building on local.
2fb58f
%bcond_with bundler_tests
2fb58f
2fb58f
%if 0%{?fedora}
2fb58f
%bcond_without hardening_test
2fb58f
%endif
2fb58f
2fb58f
Summary: An interpreter of object-oriented scripting language
2fb58f
Name: ruby
2fb58f
Version: %{ruby_version}
2fb58f
Release: %{release_string}
2fb58f
# Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
2fb58f
# MIT and CCO: ccan/*
2fb58f
# zlib: ext/digest/md5/md5.*, ext/nkf/nkf-utf8/nkf.c
2fb58f
# UCD: some of enc/trans/**/*.src
2fb58f
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
2fb58f
URL: https://www.ruby-lang.org/
2fb58f
Source0: https://cache.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.xz
2fb58f
Source1: operating_system.rb
2fb58f
# TODO: Try to push SystemTap support upstream.
2fb58f
Source2: libruby.stp
2fb58f
Source3: ruby-exercise.stp
2fb58f
Source4: macros.ruby
2fb58f
Source5: macros.rubygems
2fb58f
# RPM dependency generators.
2fb58f
Source8: rubygems.attr
2fb58f
Source9: rubygems.req
2fb58f
Source10: rubygems.prov
2fb58f
Source11: rubygems.con
2fb58f
# ABRT hoook test case.
2fb58f
Source13: test_abrt.rb
2fb58f
# SystemTap tests.
2fb58f
Source14: test_systemtap.rb
2fb58f
2fb58f
# The load directive is supported since RPM 4.12, i.e. F21+. The build process
2fb58f
# fails on older Fedoras.
2fb58f
%{load:%{SOURCE4}}
2fb58f
%{load:%{SOURCE5}}
2fb58f
2fb58f
# Fix ruby_version abuse.
2fb58f
# https://bugs.ruby-lang.org/issues/11002
2fb58f
Patch0: ruby-2.3.0-ruby_version.patch
2fb58f
# http://bugs.ruby-lang.org/issues/7807
2fb58f
Patch1: ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch
2fb58f
# Allows to override libruby.so placement. Hopefully we will be able to return
2fb58f
# to plain --with-rubyarchprefix.
2fb58f
# http://bugs.ruby-lang.org/issues/8973
2fb58f
Patch2: ruby-2.1.0-Enable-configuration-of-archlibdir.patch
2fb58f
# Force multiarch directories for i.86 to be always named i386. This solves
2fb58f
# some differencies in build between Fedora and RHEL.
2fb58f
Patch3: ruby-2.1.0-always-use-i386.patch
2fb58f
# Allows to install RubyGems into custom directory, outside of Ruby's tree.
2fb58f
# http://bugs.ruby-lang.org/issues/5617
2fb58f
Patch4: ruby-2.1.0-custom-rubygems-location.patch
2fb58f
# Make mkmf verbose by default
2fb58f
Patch5: ruby-1.9.3-mkmf-verbose.patch
2fb58f
# The ABRT hook used to be initialized by preludes via following patches:
2fb58f
# https://bugs.ruby-lang.org/issues/8566
2fb58f
# https://bugs.ruby-lang.org/issues/15306
2fb58f
# Unfortunately, due to https://bugs.ruby-lang.org/issues/16254
2fb58f
# and especially since https://github.com/ruby/ruby/pull/2735
2fb58f
# this would require boostrapping:
2fb58f
# https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.org/message/LH6L6YJOYQT4Y5ZNOO4SLIPTUWZ5V45Q/
2fb58f
# For now, load the ABRT hook via this simple patch:
2fb58f
Patch6: ruby-2.7.0-Initialize-ABRT-hook.patch
2fb58f
# Prevent segfaults running with SystemTap due to `RubyVM::FrozenCore` being
2fb58f
# corrupted by GC.
2fb58f
# https://bugzilla.redhat.com/show_bug.cgi?id=2015441
2fb58f
# https://bugzilla.redhat.com/show_bug.cgi?id=1986206
2fb58f
# https://bugs.ruby-lang.org/issues/18257
2fb58f
Patch7: ruby-3.1.0-Don-t-query-RubyVM-FrozenCore-for-class-path.patch
2fb58f
# Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
2fb58f
# https://bugs.ruby-lang.org/issues/16492
2fb58f
Patch19: ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch
2fb58f
# Fix a test for `bin/bundle update --bundler` in `make test-bundler`.
2fb58f
# https://bugs.ruby-lang.org/issues/18643
2fb58f
# https://github.com/rubygems/rubygems/commit/bfa2f72cfa3bfde34049d26dcb24976316074ad7
2fb58f
Patch20: ruby-bundler-2.4.0-bundle-update-bundler-test-in-ruby.patch
2fb58f
# Workaround gem binary extensions build and installation issues.
2fb58f
# https://bugs.ruby-lang.org/issues/18373
2fb58f
# https://github.com/ruby/ruby/pull/5774
2fb58f
Patch21: ruby-3.2.0-Build-extension-libraries-in-bundled-gems.patch
2fb58f
# If digest argument to method `sign` is nil,
2fb58f
# NULL will be provided to OpenSSL function
2fb58f
# to let it choose digest itself.
2fb58f
# https://github.com/ruby/openssl/pull/507
2fb58f
Patch22: ruby-3.1.1-ossl_ocsp-use-null.patch
2fb58f
# Replace SHA1 usage in tests.
2fb58f
# https://github.com/ruby/openssl/pull/511
2fb58f
Patch23: ruby-3.1.2-ossl-tests-replace-sha1.patch
2fb58f
# If GC compaction is not supported on platform, define the
2fb58f
# corresponding GC methods as not implemented.
2fb58f
# https://bugs.ruby-lang.org/issues/18779
2fb58f
# https://github.com/ruby/ruby/pull/5934
2fb58f
Patch24: ruby-3.2.0-define-unsupported-gc-compaction-methods-as-rb_f_notimplement.patch
2fb58f
# To regenerate the patch you need to have ruby, autoconf, xz, tar and make installed:
2fb58f
# tar -Jxvf ./ruby-3.1.2.tar.xz
2fb58f
# git clone https://github.com/ruby/ruby.git
2fb58f
# cd ruby && git checkout v3_1_2
2fb58f
# patch -p1 < ../ruby-3.2.0-define-unsupported-gc-compaction-methods-as-rb_f_notimplement.patch
2fb58f
# ./autogen.sh && ./configure
2fb58f
# make gc.rbinc miniprelude.c
2fb58f
# cd ..
2fb58f
# diff -u {ruby-3.1.2,ruby}/gc.rbinc > ruby-3.2.0-define-unsupported-gc-compaction-methods_generated-files.patch
2fb58f
# diff -u {ruby-3.1.2,ruby}/miniprelude.c >> ruby-3.2.0-define-unsupported-gc-compaction-methods_generated-files.patch
2fb58f
Patch25: ruby-3.2.0-define-unsupported-gc-compaction-methods_generated-files.patch
2fb58f
# Define the GC compaction support macro at run time.
2fb58f
# https://bugs.ruby-lang.org/issues/18829
2fb58f
# https://github.com/ruby/ruby/pull/6019
2fb58f
# https://github.com/ruby/ruby/commit/2c190863239bee3f54cfb74b16bb6ea4cae6ed20
2fb58f
Patch26: ruby-3.2.0-Detect-compaction-support-during-runtime.patch
2fb58f
2fb58f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
2fb58f
Suggests: rubypick
2fb58f
Recommends: ruby(rubygems) >= %{rubygems_version}
2fb58f
Recommends: rubygem(bigdecimal) >= %{bigdecimal_version}
2fb58f
2fb58f
BuildRequires: autoconf
2fb58f
%{?with_gmp:BuildRequires: gmp-devel}
2fb58f
BuildRequires: libffi-devel
2fb58f
BuildRequires: openssl-devel
2fb58f
BuildRequires: libyaml-devel
2fb58f
BuildRequires: readline-devel
2fb58f
# Needed to pass test_set_program_name(TestRubyOptions)
2fb58f
BuildRequires: procps
2fb58f
%{?with_systemtap:BuildRequires: %{_bindir}/dtrace}
2fb58f
# RubyGems test suite optional dependencies.
2fb58f
%{?with_git:BuildRequires: git}
2fb58f
%{?with_cmake:BuildRequires: %{_bindir}/cmake}
2fb58f
# Required to test hardening.
2fb58f
%{?with_hardening_test:BuildRequires: %{_bindir}/checksec}
2fb58f
%{?with_hostname:BuildRequires: %{_bindir}/hostname}
2fb58f
BuildRequires: multilib-rpm-config
2fb58f
BuildRequires: gcc
2fb58f
BuildRequires: make
2fb58f
BuildRequires: zlib-devel
2fb58f
# The bundler/spec/runtime/setup_spec.rb requires the command `man`.
2fb58f
%{?with_bundler_tests:BuildRequires: %{_bindir}/man}
2fb58f
2fb58f
# This package provides %%{_bindir}/ruby-mri therefore it is marked by this
2fb58f
# virtual provide. It can be installed as dependency of rubypick.
2fb58f
Provides: ruby(runtime_executable) = %{ruby_release}
2fb58f
2fb58f
%description
2fb58f
Ruby is the interpreted scripting language for quick and easy
2fb58f
object-oriented programming.  It has many features to process text
2fb58f
files and to do system management tasks (as in Perl).  It is simple,
2fb58f
straight-forward, and extensible.
2fb58f
2fb58f
2fb58f
%package devel
2fb58f
Summary:    A Ruby development environment
2fb58f
Requires:   %{name}%{?_isa} = %{version}-%{release}
2fb58f
# This would not be needed if ~50 packages depending on -devel used
2fb58f
# --disable-gems
2fb58f
Requires:   rubygems
2fb58f
# Users need CFLAGS from /usr/lib/rpm/redhat/redhat-hardened-cc1
2fb58f
# for building gems with binary extensions (rhbz#1905222).
2fb58f
Recommends: redhat-rpm-config
2fb58f
2fb58f
%description devel
2fb58f
Header files and libraries for building an extension library for the
2fb58f
Ruby or an application embedding Ruby.
2fb58f
2fb58f
%package libs
2fb58f
Summary:    Libraries necessary to run Ruby
2fb58f
License:    Ruby or BSD
2fb58f
Provides:   ruby(release) = %{ruby_release}
2fb58f
2fb58f
# Virtual provides for CCAN copylibs.
2fb58f
# https://fedorahosted.org/fpc/ticket/364
2fb58f
Provides: bundled(ccan-build_assert)
2fb58f
Provides: bundled(ccan-check_type)
2fb58f
Provides: bundled(ccan-container_of)
2fb58f
Provides: bundled(ccan-list)
2fb58f
2fb58f
# StdLib default gems.
2fb58f
Provides: bundled(rubygem-did_you_mean) = %{did_you_mean_version}
2fb58f
Provides: bundled(rubygem-openssl) = %{openssl_version}
2fb58f
Provides: bundled(rubygem-racc) = %{racc_version}
2fb58f
2fb58f
%description libs
2fb58f
This package includes the libruby, necessary to run Ruby.
2fb58f
2fb58f
2fb58f
# TODO: Rename or not rename to ruby-rubygems?
2fb58f
%package -n rubygems
2fb58f
Summary:    The Ruby standard for packaging ruby libraries
2fb58f
Version:    %{rubygems_version}
2fb58f
License:    Ruby or MIT
2fb58f
Requires:   ruby(release)
2fb58f
Recommends: rubygem(bundler) >= %{bundler_version}
2fb58f
Recommends: rubygem(rdoc) >= %{rdoc_version}
2fb58f
Recommends: rubygem(io-console) >= %{io_console_version}
2fb58f
Requires:   rubygem(psych) >= %{psych_version}
2fb58f
Provides:   gem = %{version}-%{release}
2fb58f
Provides:   ruby(rubygems) = %{version}-%{release}
2fb58f
# https://github.com/rubygems/rubygems/pull/1189#issuecomment-121600910
2fb58f
Provides:   bundled(rubygem-molinillo) = %{rubygems_molinillo_version}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygems
2fb58f
RubyGems is the Ruby standard for publishing and managing third party
2fb58f
libraries.
2fb58f
2fb58f
2fb58f
%package -n rubygems-devel
2fb58f
Summary:    Macros and development tools for packaging RubyGems
2fb58f
Version:    %{rubygems_version}
2fb58f
License:    Ruby or MIT
2fb58f
Requires:   ruby(rubygems) >= %{version}-%{release}
2fb58f
# Needed for RDoc documentation format generation.
2fb58f
Requires:   rubygem(json) >= %{json_version}
2fb58f
Requires:   rubygem(rdoc) >= %{rdoc_version}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygems-devel
2fb58f
Macros and development tools for packaging RubyGems.
2fb58f
2fb58f
2fb58f
# Default gems
2fb58f
#
2fb58f
# These packages are part of Ruby StdLib and are expected to be loadable even
2fb58f
# with disabled RubyGems.
2fb58f
2fb58f
%package default-gems
2fb58f
Summary:    Default gems which are part of Ruby StdLib
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Supplements: ruby(rubygems)
2fb58f
# Include the io-console dependency for reline.
2fb58f
Requires:   rubygem(io-console)
2fb58f
# Obsoleted by Ruby 2.7 in F32 timeframe.
2fb58f
Obsoletes: rubygem-did_you_mean < 1.4.0-130
2fb58f
Obsoletes: rubygem-racc < 1.4.16-130
2fb58f
# Obsoleted by Ruby 3.0 in F34 timeframe.
2fb58f
Obsoletes: rubygem-openssl < 2.2.0-145
2fb58f
Provides: rubygem(openssl) = %{openssl_version}-%{release}
2fb58f
Provides: rubygem(stringio) = %{stringio_version}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description default-gems
2fb58f
The .gemspec files and executables of default gems, which are part of Ruby
2fb58f
StdLib.
2fb58f
2fb58f
2fb58f
%package -n rubygem-irb
2fb58f
Summary:    The Interactive Ruby
2fb58f
Version:    %{irb_version}
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
# ruby-default-gems is required to run irb.
2fb58f
# https://bugs.ruby-lang.org/issues/16951
2fb58f
Requires:   ruby-default-gems >= %{ruby_version}
2fb58f
Provides:   irb = %{version}-%{release}
2fb58f
Provides:   rubygem(irb) = %{version}-%{release}
2fb58f
# Obsoleted by Ruby 2.6 in F30 timeframe.
2fb58f
Provides:   ruby(irb) = %{ruby_version}-%{release}
2fb58f
Provides:   ruby-irb = %{ruby_version}-%{release}
2fb58f
Obsoletes:  ruby-irb < %{ruby_version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-irb
2fb58f
The irb is acronym for Interactive Ruby.  It evaluates ruby expression
2fb58f
from the terminal.
2fb58f
2fb58f
2fb58f
%package -n rubygem-rdoc
2fb58f
Summary:    A tool to generate HTML and command-line documentation for Ruby projects
2fb58f
Version:    %{rdoc_version}
2fb58f
# SIL: lib/rdoc/generator/template/darkfish/css/fonts.css
2fb58f
License:    GPLv2 and Ruby and MIT and OFL
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Requires:   rubygem(io-console) >= %{io_console_version}
2fb58f
Requires:   rubygem(json) >= %{json_version}
2fb58f
Requires:   rubygem(psych) >= %{psych_version}
2fb58f
Provides:   rdoc = %{version}-%{release}
2fb58f
Provides:   ri = %{version}-%{release}
2fb58f
Provides:   rubygem(rdoc) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-rdoc
2fb58f
RDoc produces HTML and command-line documentation for Ruby projects.  RDoc
2fb58f
includes the 'rdoc' and 'ri' tools for generating and displaying online
2fb58f
documentation.
2fb58f
2fb58f
2fb58f
%package doc
2fb58f
Summary:    Documentation for %{name}
2fb58f
Requires:   %{_bindir}/ri
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description doc
2fb58f
This package contains documentation for %{name}.
2fb58f
2fb58f
2fb58f
%package -n rubygem-bigdecimal
2fb58f
Summary:    BigDecimal provides arbitrary-precision floating point decimal arithmetic
2fb58f
Version:    %{bigdecimal_version}
2fb58f
License:    Ruby or BSD
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(bigdecimal) = %{version}-%{release}
2fb58f
2fb58f
%description -n rubygem-bigdecimal
2fb58f
Ruby provides built-in support for arbitrary precision integer arithmetic.
2fb58f
For example:
2fb58f
2fb58f
42**13 -> 1265437718438866624512
2fb58f
2fb58f
BigDecimal provides similar support for very large or very accurate floating
2fb58f
point numbers. Decimal arithmetic is also useful for general calculation,
2fb58f
because it provides the correct answers people expect–whereas normal binary
2fb58f
floating point arithmetic often introduces subtle errors because of the
2fb58f
conversion between base 10 and base 2.
2fb58f
2fb58f
2fb58f
%package -n rubygem-io-console
2fb58f
Summary:    IO/Console is a simple console utilizing library
2fb58f
Version:    %{io_console_version}
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(io-console) = %{version}-%{release}
2fb58f
2fb58f
%description -n rubygem-io-console
2fb58f
IO/Console provides very simple and portable access to console. It doesn't
2fb58f
provide higher layer features, such like curses and readline.
2fb58f
2fb58f
2fb58f
%package -n rubygem-json
2fb58f
Summary:    This is a JSON implementation as a Ruby extension in C
2fb58f
Version:    %{json_version}
2fb58f
# UCD: ext/json/generator/generator.c
2fb58f
License:    (Ruby or GPLv2) and UCD
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(json) = %{version}-%{release}
2fb58f
2fb58f
%description -n rubygem-json
2fb58f
This is a implementation of the JSON specification according to RFC 4627.
2fb58f
You can think of it as a low fat alternative to XML, if you want to store
2fb58f
data to disk or transmit it over a network rather than use a verbose
2fb58f
markup language.
2fb58f
2fb58f
2fb58f
%package -n rubygem-psych
2fb58f
Summary:    A libyaml wrapper for Ruby
2fb58f
Version:    %{psych_version}
2fb58f
License:    MIT
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Requires:   rubygem(stringio) >= %{stringio_version}
2fb58f
Provides:   rubygem(psych) = %{version}-%{release}
2fb58f
2fb58f
%description -n rubygem-psych
2fb58f
Psych is a YAML parser and emitter. Psych leverages
2fb58f
libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting
2fb58f
capabilities. In addition to wrapping libyaml, Psych also knows how to
2fb58f
serialize and de-serialize most Ruby objects to and from the YAML format.
2fb58f
2fb58f
2fb58f
%package -n rubygem-bundler
2fb58f
Summary:    Library and utilities to manage a Ruby application's gem dependencies
2fb58f
Version:    %{bundler_version}
2fb58f
License:    MIT
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Requires:   rubygem(io-console)
2fb58f
Provides:   rubygem(bundler) = %{version}-%{release}
2fb58f
# https://github.com/bundler/bundler/issues/3647
2fb58f
Provides:   bundled(rubygem-connection_pool) = %{bundler_connection_pool_version}
2fb58f
Provides:   bundled(rubygem-fileutils) = %{bundler_fileutils_version}
2fb58f
Provides:   bundled(rubygem-molinillo) = %{bundler_molinillo_version}
2fb58f
Provides:   bundled(rubygem-net-http-persisntent) = %{bundler_net_http_persistent_version}
2fb58f
Provides:   bundled(rubygem-thor) = %{bundler_thor_version}
2fb58f
Provides:   bundled(rubygem-tmpdir) = %{bundler_tmpdir_version}
2fb58f
Provides:   bundled(rubygem-uri) = %{bundler_uri_version}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-bundler
2fb58f
Bundler manages an application's dependencies through its entire life, across
2fb58f
many machines, systematically and repeatably.
2fb58f
2fb58f
2fb58f
# Bundled gems
2fb58f
#
2fb58f
# These are regular packages, which might be installed just optionally. Users
2fb58f
# should list them among their dependencies (in Gemfile).
2fb58f
2fb58f
%package bundled-gems
2fb58f
Summary:    Bundled gems which are part of Ruby StdLib
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(net-ftp) = %{net_ftp_version}
2fb58f
Provides:   rubygem(net-imap) = %{net_imap_version}
2fb58f
Provides:   rubygem(net-pop) = %{net_pop_version}
2fb58f
Provides:   rubygem(net-smtp) = %{net_smtp_version}
2fb58f
Provides:   rubygem(matrix) = %{matrix_version}
2fb58f
Provides:   rubygem(prime) = %{prime_version}
2fb58f
Provides:   rubygem(debug) = %{debug_version}
2fb58f
2fb58f
%description bundled-gems
2fb58f
Bundled gems which are part of Ruby StdLib. While being part of Ruby, these
2fb58f
needs to be listed in Gemfile to be used by Bundler.
2fb58f
2fb58f
2fb58f
%package -n rubygem-minitest
2fb58f
Summary:    Minitest provides a complete suite of testing facilities
2fb58f
Version:    %{minitest_version}
2fb58f
License:    MIT
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(minitest) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-minitest
2fb58f
minitest/unit is a small and incredibly fast unit testing framework.
2fb58f
2fb58f
minitest/spec is a functionally complete spec engine.
2fb58f
2fb58f
minitest/benchmark is an awesome way to assert the performance of your
2fb58f
algorithms in a repeatable manner.
2fb58f
2fb58f
minitest/mock by Steven Baker, is a beautifully tiny mock object
2fb58f
framework.
2fb58f
2fb58f
minitest/pride shows pride in testing and adds coloring to your test
2fb58f
output.
2fb58f
2fb58f
2fb58f
%package -n rubygem-power_assert
2fb58f
Summary:    Power Assert for Ruby
2fb58f
Version:    %{power_assert_version}
2fb58f
License:    Ruby or BSD
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(power_assert) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-power_assert
2fb58f
Power Assert shows each value of variables and method calls in the expression.
2fb58f
It is useful for testing, providing which value wasn't correct when the
2fb58f
condition is not satisfied.
2fb58f
2fb58f
2fb58f
%package -n rubygem-rake
2fb58f
Summary:    Ruby based make-like utility
2fb58f
Version:    %{rake_version}
2fb58f
License:    MIT
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rake = %{version}-%{release}
2fb58f
Provides:   rubygem(rake) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-rake
2fb58f
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
2fb58f
specified in standard Ruby syntax.
2fb58f
2fb58f
2fb58f
%package -n rubygem-rbs
2fb58f
Summary:    Type signature for Ruby
2fb58f
Version:    %{rbs_version}
2fb58f
License:    Ruby or BSD
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(rbs) = %{version}-%{release}
2fb58f
2fb58f
%description -n rubygem-rbs
2fb58f
RBS is the language for type signatures for Ruby and standard library
2fb58f
definitions.
2fb58f
2fb58f
2fb58f
%package -n rubygem-test-unit
2fb58f
Summary:    An xUnit family unit testing framework for Ruby
2fb58f
Version:    %{test_unit_version}
2fb58f
# lib/test/unit/diff.rb is a double license of the Ruby license and PSF license.
2fb58f
# lib/test-unit.rb is a dual license of the Ruby license and LGPLv2.1 or later.
2fb58f
License:    (Ruby or BSD) and (Ruby or BSD or Python) and (Ruby or BSD or LGPLv2+)
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Requires:   rubygem(power_assert)
2fb58f
Provides:   rubygem(test-unit) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-test-unit
2fb58f
Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit
2fb58f
principles. These were originally designed by Kent Beck, creator of extreme
2fb58f
programming software development methodology, for Smalltalk's SUnit. It allows
2fb58f
writing tests, checking results and automated testing in Ruby.
2fb58f
2fb58f
2fb58f
%package -n rubygem-rexml
2fb58f
Summary:    An XML toolkit for Ruby
2fb58f
Version:    %{rexml_version}
2fb58f
License:    BSD
2fb58f
URL:        https://github.com/ruby/rexml
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(rexml) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-rexml
2fb58f
REXML was inspired by the Electric XML library for Java, which features an
2fb58f
easy-to-use API, small size, and speed. Hopefully, REXML, designed with the same
2fb58f
philosophy, has these same features. I've tried to keep the API as intuitive as
2fb58f
possible, and have followed the Ruby methodology for method naming and code
2fb58f
flow, rather than mirroring the Java API.
2fb58f
2fb58f
REXML supports both tree and stream document parsing. Stream parsing is faster
2fb58f
(about 1.5 times as fast). However, with stream parsing, you don't get access to
2fb58f
features such as XPath.
2fb58f
2fb58f
2fb58f
%package -n rubygem-rss
2fb58f
Summary:    Family of libraries that support various formats of XML "feeds"
2fb58f
Version:    %{rss_version}
2fb58f
License:    BSD
2fb58f
URL:        https://github.com/ruby/rss
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Provides:   rubygem(rss) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-rss
2fb58f
Really Simple Syndication (RSS) is a family of formats that describe 'feeds',
2fb58f
specially constructed XML documents that allow an interested person to subscribe
2fb58f
and receive updates from a particular web service. This library provides tooling
2fb58f
to read and create these feeds.
2fb58f
2fb58f
2fb58f
%package -n rubygem-typeprof
2fb58f
Summary:    TypeProf is a type analysis tool for Ruby code based on abstract interpretation
2fb58f
Version:    %{typeprof_version}
2fb58f
License:    MIT
2fb58f
URL:        https://github.com/ruby/typeprof
2fb58f
Requires:   ruby(release)
2fb58f
Requires:   ruby(rubygems) >= %{rubygems_version}
2fb58f
Requires:   rubygem(rbs) >= %{rbs_version}
2fb58f
Provides:   rubygem(typeprof) = %{version}-%{release}
2fb58f
BuildArch:  noarch
2fb58f
2fb58f
%description -n rubygem-typeprof
2fb58f
TypeProf performs a type analysis of non-annotated Ruby code.
2fb58f
It abstractly executes input Ruby code in a level of types instead of values,
2fb58f
gathers what types are passed to and returned by methods, and prints the
2fb58f
analysis result in RBS format, a standard type description format for Ruby
2fb58f
3.0.
2fb58f
2fb58f
2fb58f
%prep
2fb58f
%setup -q -n %{ruby_archive}
2fb58f
2fb58f
# Remove bundled libraries to be sure they are not used.
2fb58f
rm -rf ext/psych/yaml
2fb58f
rm -rf ext/fiddle/libffi*
2fb58f
2fb58f
%patch0 -p1
2fb58f
%patch1 -p1
2fb58f
%patch2 -p1
2fb58f
%patch3 -p1
2fb58f
%patch4 -p1
2fb58f
%patch5 -p1
2fb58f
%patch6 -p1
2fb58f
%patch7 -p1
2fb58f
%patch19 -p1
2fb58f
%patch20 -p1
2fb58f
2fb58f
# Once the upstream tarball contains the files on the right place, this code
2fb58f
# won't be necessary. This should happen at the same moment when the patch21
2fb58f
# is not needed anymore.
2fb58f
mkdir .bundle/specifications
2fb58f
find .bundle/gems -name '*-[0-9]*.gemspec' -exec cp -t .bundle/specifications/ {} +
2fb58f
%patch21 -p1
2fb58f
%patch22
2fb58f
%patch23 -p1
2fb58f
%patch24 -p1
2fb58f
%patch25 -p1
2fb58f
%patch26 -p1
2fb58f
2fb58f
# Provide an example of usage of the tapset:
2fb58f
cp -a %{SOURCE3} .
2fb58f
2fb58f
%build
2fb58f
autoconf
2fb58f
2fb58f
%configure \
2fb58f
        --with-rubylibprefix='%{ruby_libdir}' \
2fb58f
        --with-archlibdir='%{_libdir}' \
2fb58f
        --with-rubyarchprefix='%{ruby_libarchdir}' \
2fb58f
        --with-sitedir='%{ruby_sitelibdir}' \
2fb58f
        --with-sitearchdir='%{ruby_sitearchdir}' \
2fb58f
        --with-vendordir='%{ruby_vendorlibdir}' \
2fb58f
        --with-vendorarchdir='%{ruby_vendorarchdir}' \
2fb58f
        --with-rubyhdrdir='%{_includedir}' \
2fb58f
        --with-rubyarchhdrdir='%{_includedir}' \
2fb58f
        --with-sitearchhdrdir='$(sitehdrdir)/$(arch)' \
2fb58f
        --with-vendorarchhdrdir='$(vendorhdrdir)/$(arch)' \
2fb58f
        --with-rubygemsdir='%{rubygems_dir}' \
2fb58f
        --with-ruby-pc='%{name}.pc' \
2fb58f
        --with-compress-debug-sections=no \
2fb58f
        --disable-rpath \
2fb58f
        --enable-shared \
2fb58f
        --with-ruby-version='' \
2fb58f
        --enable-multiarch \
2fb58f
2fb58f
# V=1 in %%make_build outputs the compiler options more verbosely.
2fb58f
# https://bugs.ruby-lang.org/issues/18756
2fb58f
%make_build COPY="cp -p"
2fb58f
2fb58f
%install
2fb58f
rm -rf %{buildroot}
2fb58f
2fb58f
%make_install
2fb58f
2fb58f
# TODO: Regenerate RBS parser in lib/rbs/parser.rb
2fb58f
2fb58f
# Rename ruby/config.h to ruby/config-<arch>.h to avoid file conflicts on
2fb58f
# multilib systems and install config.h wrapper
2fb58f
%multilib_fix_c_header --file %{_includedir}/%{name}/config.h
2fb58f
# TODO: The correct patch should be %%{_includedir}/%%{name}/rb_mjit_min_header-%%{ruby_version}.h
2fb58f
# https://bugs.ruby-lang.org/issues/15425
2fb58f
%multilib_fix_c_header --file %{_includedir}/rb_mjit_min_header-%{ruby_version}.h
2fb58f
2fb58f
# Rename the ruby executable. It is replaced by RubyPick.
2fb58f
%{?with_rubypick:mv %{buildroot}%{_bindir}/%{name}{,-mri}}
2fb58f
2fb58f
# Version is empty if --with-ruby-version is specified.
2fb58f
# http://bugs.ruby-lang.org/issues/7807
2fb58f
sed -i 's/Version: \${ruby_version}/Version: %{ruby_version}/' %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
2fb58f
2fb58f
# Kill bundled certificates, as they should be part of ca-certificates.
2fb58f
for cert in \
2fb58f
  rubygems.org/GlobalSignRootCA.pem \
2fb58f
  rubygems.org/GlobalSignRootCA_R3.pem
2fb58f
do
2fb58f
  rm %{buildroot}%{rubygems_dir}/rubygems/ssl_certs/$cert
2fb58f
  rm -d $(dirname %{buildroot}%{rubygems_dir}/rubygems/ssl_certs/$cert) || :
2fb58f
done
2fb58f
# Ensure there is not forgotten any certificate.
2fb58f
test ! "$(ls -A %{buildroot}%{rubygems_dir}/rubygems/ssl_certs/ 2>/dev/null)"
2fb58f
2fb58f
# Move macros file into proper place and replace the %%{name} macro, since it
2fb58f
# would be wrongly evaluated during build of other packages.
2fb58f
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
2fb58f
install -m 644 %{SOURCE4} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ruby
2fb58f
sed -i "s/%%{name}/%{name}/" %{buildroot}%{_rpmconfigdir}/macros.d/macros.ruby
2fb58f
install -m 644 %{SOURCE5} %{buildroot}%{_rpmconfigdir}/macros.d/macros.rubygems
2fb58f
sed -i "s/%%{name}/%{name}/" %{buildroot}%{_rpmconfigdir}/macros.d/macros.rubygems
2fb58f
2fb58f
# Install dependency generators.
2fb58f
mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs
2fb58f
install -m 644 %{SOURCE8} %{buildroot}%{_rpmconfigdir}/fileattrs
2fb58f
install -m 755 %{SOURCE9} %{buildroot}%{_rpmconfigdir}
2fb58f
install -m 755 %{SOURCE10} %{buildroot}%{_rpmconfigdir}
2fb58f
install -m 755 %{SOURCE11} %{buildroot}%{_rpmconfigdir}
2fb58f
2fb58f
# Install custom operating_system.rb.
2fb58f
mkdir -p %{buildroot}%{rubygems_dir}/rubygems/defaults
2fb58f
cp %{SOURCE1} %{buildroot}%{rubygems_dir}/rubygems/defaults
2fb58f
2fb58f
# Move gems root into common direcotry, out of Ruby directory structure.
2fb58f
mv %{buildroot}%{ruby_libdir}/gems %{buildroot}%{gem_dir}
2fb58f
2fb58f
# Create folders for gem binary extensions.
2fb58f
# TODO: These folders should go into rubygem-filesystem but how to achieve it,
2fb58f
# since noarch package cannot provide arch dependent subpackages?
2fb58f
# http://rpm.org/ticket/78
2fb58f
mkdir -p %{buildroot}%{_exec_prefix}/lib{,64}/gems/%{name}
2fb58f
2fb58f
# Move bundled rubygems to %%gem_dir and %%gem_extdir_mri
2fb58f
# make symlinks for io-console and bigdecimal, which are considered to be part of stdlib by other Gems
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/irb-%{irb_version}/lib
2fb58f
mv %{buildroot}%{ruby_libdir}/irb* %{buildroot}%{gem_dir}/gems/irb-%{irb_version}/lib
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/irb-%{irb_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
ln -s %{gem_dir}/gems/irb-%{irb_version}/lib/irb.rb %{buildroot}%{ruby_libdir}/irb.rb
2fb58f
ln -s %{gem_dir}/gems/irb-%{irb_version}/lib/irb %{buildroot}%{ruby_libdir}/irb
2fb58f
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/rdoc-%{rdoc_version}/lib
2fb58f
mv %{buildroot}%{ruby_libdir}/rdoc* %{buildroot}%{gem_dir}/gems/rdoc-%{rdoc_version}/lib
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/rdoc-%{rdoc_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib
2fb58f
mkdir -p %{buildroot}%{_libdir}/gems/%{name}/bigdecimal-%{bigdecimal_version}/bigdecimal
2fb58f
mv %{buildroot}%{ruby_libdir}/bigdecimal %{buildroot}%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib
2fb58f
mv %{buildroot}%{ruby_libarchdir}/bigdecimal.so %{buildroot}%{_libdir}/gems/%{name}/bigdecimal-%{bigdecimal_version}
2fb58f
touch %{buildroot}%{_libdir}/gems/%{name}/bigdecimal-%{bigdecimal_version}/gem.build_complete
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/bigdecimal-%{bigdecimal_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
ln -s %{gem_dir}/gems/bigdecimal-%{bigdecimal_version}/lib/bigdecimal %{buildroot}%{ruby_libdir}/bigdecimal
2fb58f
ln -s %{_libdir}/gems/%{name}/bigdecimal-%{bigdecimal_version}/bigdecimal.so %{buildroot}%{ruby_libarchdir}/bigdecimal.so
2fb58f
2fb58f
# TODO: Put help files into proper location.
2fb58f
# https://bugs.ruby-lang.org/issues/15359
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/bundler-%{bundler_version}/lib
2fb58f
mv %{buildroot}%{ruby_libdir}/bundler.rb %{buildroot}%{gem_dir}/gems/bundler-%{bundler_version}/lib
2fb58f
mv %{buildroot}%{ruby_libdir}/bundler %{buildroot}%{gem_dir}/gems/bundler-%{bundler_version}/lib
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/bundler-%{bundler_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/io-console-%{io_console_version}/lib
2fb58f
mkdir -p %{buildroot}%{_libdir}/gems/%{name}/io-console-%{io_console_version}/io
2fb58f
mv %{buildroot}%{ruby_libdir}/io %{buildroot}%{gem_dir}/gems/io-console-%{io_console_version}/lib
2fb58f
mv %{buildroot}%{ruby_libarchdir}/io/console.so %{buildroot}%{_libdir}/gems/%{name}/io-console-%{io_console_version}/io
2fb58f
touch %{buildroot}%{_libdir}/gems/%{name}/io-console-%{io_console_version}/gem.build_complete
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/io-console-%{io_console_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
ln -s %{gem_dir}/gems/io-console-%{io_console_version}/lib/io %{buildroot}%{ruby_libdir}/io
2fb58f
ln -s %{_libdir}/gems/%{name}/io-console-%{io_console_version}/io/console.so %{buildroot}%{ruby_libarchdir}/io/console.so
2fb58f
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/json-%{json_version}/lib
2fb58f
mkdir -p %{buildroot}%{_libdir}/gems/%{name}/json-%{json_version}
2fb58f
mv %{buildroot}%{ruby_libdir}/json* %{buildroot}%{gem_dir}/gems/json-%{json_version}/lib
2fb58f
mv %{buildroot}%{ruby_libarchdir}/json/ %{buildroot}%{_libdir}/gems/%{name}/json-%{json_version}/
2fb58f
touch %{buildroot}%{_libdir}/gems/%{name}/json-%{json_version}/gem.build_complete
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/json-%{json_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
ln -s %{gem_dir}/gems/json-%{json_version}/lib/json.rb %{buildroot}%{ruby_libdir}/json.rb
2fb58f
ln -s %{gem_dir}/gems/json-%{json_version}/lib/json %{buildroot}%{ruby_libdir}/json
2fb58f
ln -s %{_libdir}/gems/%{name}/json-%{json_version}/json/ %{buildroot}%{ruby_libarchdir}/json
2fb58f
2fb58f
mkdir -p %{buildroot}%{gem_dir}/gems/psych-%{psych_version}/lib
2fb58f
mkdir -p %{buildroot}%{_libdir}/gems/%{name}/psych-%{psych_version}
2fb58f
mv %{buildroot}%{ruby_libdir}/psych* %{buildroot}%{gem_dir}/gems/psych-%{psych_version}/lib
2fb58f
mv %{buildroot}%{ruby_libarchdir}/psych.so %{buildroot}%{_libdir}/gems/%{name}/psych-%{psych_version}/
2fb58f
touch %{buildroot}%{_libdir}/gems/%{name}/psych-%{psych_version}/gem.build_complete
2fb58f
mv %{buildroot}%{gem_dir}/specifications/default/psych-%{psych_version}.gemspec %{buildroot}%{gem_dir}/specifications
2fb58f
ln -s %{gem_dir}/gems/psych-%{psych_version}/lib/psych %{buildroot}%{ruby_libdir}/psych
2fb58f
ln -s %{gem_dir}/gems/psych-%{psych_version}/lib/psych.rb %{buildroot}%{ruby_libdir}/psych.rb
2fb58f
ln -s %{_libdir}/gems/%{name}/psych-%{psych_version}/psych.so %{buildroot}%{ruby_libarchdir}/psych.so
2fb58f
2fb58f
# Move the binary extensions into proper place (if no gem has binary extension,
2fb58f
# the extensions directory might be empty).
2fb58f
# TODO: Get information about extension form .gemspec files.
2fb58f
find %{buildroot}%{gem_dir}/extensions/*-%{_target_os}/%{major_minor_version}.*/* -maxdepth 0 \
2fb58f
  -exec mv '{}' %{buildroot}%{_libdir}/gems/%{name}/ \; \
2fb58f
  || echo "No gem binary extensions to move."
2fb58f
2fb58f
# Remove the extension sources and library copies from `lib` dir.
2fb58f
find %{buildroot}%{gem_dir}/gems/*/ext -maxdepth 0 -exec rm -rf '{}' +
2fb58f
find %{buildroot}%{gem_dir}/gems/*/lib -name \*.so -delete
2fb58f
2fb58f
# Move man pages into proper location
2fb58f
mkdir -p %{buildroot}%{_mandir}/man{1,5}
2fb58f
mv %{buildroot}%{gem_dir}/gems/rake-%{rake_version}/doc/rake.1 %{buildroot}%{_mandir}/man1
2fb58f
# https://bugs.ruby-lang.org/issues/17778
2fb58f
cp -a %{buildroot}%{gem_dir}/gems/bundler-%{bundler_version}/lib/bundler/man/*.1 %{buildroot}%{_mandir}/man1
2fb58f
cp -a %{buildroot}%{gem_dir}/gems/bundler-%{bundler_version}/lib/bundler/man/*.5 %{buildroot}%{_mandir}/man5
2fb58f
2fb58f
%if %{with systemtap}
2fb58f
# Install a tapset and fix up the path to the library.
2fb58f
mkdir -p %{buildroot}%{_systemtap_tapsetdir}
2fb58f
sed -e "s|@LIBRARY_PATH@|%{tapset_libdir}/libruby.so.%{major_minor_version}|" \
2fb58f
  %{SOURCE2} > %{buildroot}%{_systemtap_tapsetdir}/libruby.so.%{major_minor_version}.stp
2fb58f
# Escape '*/' in comment.
2fb58f
sed -i -r "s|( \*.*\*)\/(.*)|\1\\\/\2|" %{buildroot}%{_systemtap_tapsetdir}/libruby.so.%{major_minor_version}.stp
2fb58f
%endif
2fb58f
2fb58f
# Prepare -doc subpackage file lists.
2fb58f
find doc -maxdepth 1 -type f ! -name '.*' ! -name '*.ja*' > .ruby-doc.en
2fb58f
echo 'doc/images' >> .ruby-doc.en
2fb58f
echo 'doc/syntax' >> .ruby-doc.en
2fb58f
2fb58f
find doc -maxdepth 1 -type f -name '*.ja*' > .ruby-doc.ja
2fb58f
echo 'doc/irb' >> .ruby-doc.ja
2fb58f
echo 'doc/pty' >> .ruby-doc.ja
2fb58f
2fb58f
sed -i 's/^/%doc /' .ruby-doc.*
2fb58f
sed -i 's/^/%lang(ja) /' .ruby-doc.ja
2fb58f
2fb58f
# Remove useless .github directory from Rake.
2fb58f
# https://github.com/ruby/rake/pull/333
2fb58f
rm -rf %{buildroot}%{gem_dir}/gems/rake-%{rake_version}/.github
2fb58f
2fb58f
%check
2fb58f
%if 0%{?with_hardening_test}
2fb58f
# Check Ruby hardening.
2fb58f
checksec --file=libruby.so.%{ruby_version} | \
2fb58f
  grep "Full RELRO.*Canary found.*NX enabled.*DSO.*No RPATH.*No RUNPATH.*Yes.*\d*.*\d*.*libruby.so.%{ruby_version}"
2fb58f
%endif
2fb58f
2fb58f
# Check RubyGems version.
2fb58f
[ "`make runruby TESTRUN_SCRIPT='bin/gem -v' | tail -1`" == '%{rubygems_version}' ]
2fb58f
2fb58f
# Check Rubygems bundled dependencies versions.
2fb58f
2fb58f
# Molinillo.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Gem; module Resolver; end; end; \
2fb58f
  require 'rubygems/resolver/molinillo/lib/molinillo/gem_metadata'; \
2fb58f
  puts Gem::Resolver::Molinillo::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{rubygems_molinillo_version}' ]
2fb58f
2fb58f
# Check Bundler bundled dependencies versions.
2fb58f
2fb58f
# connection_pool.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Bundler; end; \
2fb58f
  require 'bundler/vendor/connection_pool/lib/connection_pool/version'; \
2fb58f
  puts Bundler::ConnectionPool::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_connection_pool_version}' ]
2fb58f
2fb58f
# FileUtils.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Bundler; end; \
2fb58f
  require 'bundler/vendor/fileutils/lib/fileutils'; \
2fb58f
  puts Bundler::FileUtils::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_fileutils_version}' ]
2fb58f
2fb58f
# Molinillo.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Bundler; end; \
2fb58f
  require 'bundler/vendor/molinillo/lib/molinillo/gem_metadata'; \
2fb58f
  puts Bundler::Molinillo::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_molinillo_version}' ]
2fb58f
2fb58f
# Net::HTTP::Persistent.
2fb58f
# Require `rubygems` to workaround the `<class:Wrapper>': uninitialized
2fb58f
# constant Gem (NameError) issue.
2fb58f
# https://github.com/rubygems/rubygems/issues/5119
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-rrubygems -e \\\" \
2fb58f
  module Bundler; module Persistent; module Net; module HTTP; \
2fb58f
  end; end; end; end; \
2fb58f
  require 'bundler/vendor/net-http-persistent/lib/net/http/persistent'; \
2fb58f
  puts Bundler::Persistent::Net::HTTP::Persistent::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_net_http_persistent_version}' ]
2fb58f
2fb58f
# Thor.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Bundler; end; \
2fb58f
  require 'bundler/vendor/thor/lib/thor/version'; \
2fb58f
  puts Bundler::Thor::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_thor_version}' ]
2fb58f
2fb58f
# tmpdir.
2fb58f
# TODO: There is no version in bundled tmpdir yet.
2fb58f
#%%{global bundler_tmpdir_version}
2fb58f
2fb58f
# URI.
2fb58f
[ "`make runruby TESTRUN_SCRIPT=\"-e \\\" \
2fb58f
  module Bundler; end; \
2fb58f
  require 'bundler/vendor/uri/lib/uri/version'; \
2fb58f
  puts Bundler::URI::VERSION\\\"\" | tail -1`" \
2fb58f
  == '%{bundler_uri_version}' ]
2fb58f
2fb58f
2fb58f
# test_debug(TestRubyOptions) fails due to LoadError reported in debug mode,
2fb58f
# when abrt.rb cannot be required (seems to be easier way then customizing
2fb58f
# the test suite).
2fb58f
touch abrt.rb
2fb58f
2fb58f
# Check if abrt hook is required (RubyGems are disabled by default when using
2fb58f
# runruby, so re-enable them).
2fb58f
make runruby TESTRUN_SCRIPT="--enable-gems %{SOURCE13}"
2fb58f
2fb58f
# Check if systemtap is supported.
2fb58f
%{?with_systemtap:make runruby TESTRUN_SCRIPT=%{SOURCE14}}
2fb58f
2fb58f
DISABLE_TESTS=""
2fb58f
MSPECOPTS=""
2fb58f
2fb58f
# Avoid `hostname' dependency.
2fb58f
%{!?with_hostname:MSPECOPTS="-P 'Socket.gethostname returns the host name'"}
2fb58f
2fb58f
# https://bugs.ruby-lang.org/issues/18380
2fb58f
DISABLE_TESTS="$DISABLE_TESTS -n !/TestAddressResolve#test_socket_getnameinfo_domain_blocking/"
2fb58f
2fb58f
# These tests use certificates that were generated using SHA1, which seems to be the problem with them
2fb58f
# as setting the crypto policy to LEGACY makes them pass.
2fb58f
# https://github.com/rubygems/rubygems/issues/5454
2fb58f
DISABLE_TESTS="$DISABLE_TESTS                                         \
2fb58f
    -n !/TestGemSecurityPolicy#test_check_cert_issuer/                \
2fb58f
    -n !/TestGemSecurityPolicy#test_check_chain/                      \
2fb58f
    -n !/TestGemSecurityPolicy#test_check_chain_invalid/              \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_signatures_missing/        \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_signatures_trust/          \
2fb58f
    -n !/TestGemSecurityPolicy#test_check_root/                       \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_signatures_chain/          \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_chain_signatures/          \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_signatures/                \
2fb58f
    -n !/TestGemSecurityPolicy#test_verify_signatures_root/           \
2fb58f
    -n !/TestGemSecuritySigner#test_sign/                             \
2fb58f
    -n !/TestGemPackage#test_verify_security_policy_checksum_missing/ \
2fb58f
    -n !/TestGemPackage#test_build_auto_signed/                       \
2fb58f
    -n !/TestGemPackage#test_build_signed_encrypted_key/              \
2fb58f
    -n !/TestGemPackage#test_verify_security_policy_low_security/     \
2fb58f
    -n !/TestGemPackage#test_build_auto_signed_encrypted_key/         \
2fb58f
    -n !/TestGemPackage#test_build_signed/                            \
2fb58f
    -n !/TestGemPackageTarWriter#test_add_file_signer/                \
2fb58f
    -n !/TestGemRequest#test_configure_connection_for_https/          \
2fb58f
    -n !/TestGemRequest#test_configure_connection_for_https_ssl_ca_cert/"
2fb58f
2fb58f
# Several test broken by libffi-3.4.2. There should be fix in libffi, once
2fb58f
# other components are fixed.
2fb58f
# https://bugzilla.redhat.com/show_bug.cgi?id=2040380
2fb58f
mv test/fiddle/test_import.rb{,.disable}
2fb58f
2fb58f
# Give an option to increase the timeout in tests.
2fb58f
# https://bugs.ruby-lang.org/issues/16921
2fb58f
%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \
2fb58f
  make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS"
2fb58f
2fb58f
%{?with_bundler_tests:make test-bundler-parallel}
2fb58f
2fb58f
%files
2fb58f
%license BSDL
2fb58f
%license COPYING
2fb58f
%lang(ja) %license COPYING.ja
2fb58f
%license GPL
2fb58f
%license LEGAL
2fb58f
%{_bindir}/erb
2fb58f
%{_bindir}/%{name}%{?with_rubypick:-mri}
2fb58f
%{_mandir}/man1/erb*
2fb58f
%{_mandir}/man1/ruby*
2fb58f
2fb58f
%files devel
2fb58f
%license BSDL
2fb58f
%license COPYING
2fb58f
%lang(ja) %license COPYING.ja
2fb58f
%license GPL
2fb58f
%license LEGAL
2fb58f
2fb58f
%{_rpmconfigdir}/macros.d/macros.ruby
2fb58f
2fb58f
%{_includedir}/*
2fb58f
%{_libdir}/libruby.so
2fb58f
%{_libdir}/pkgconfig/%{name}.pc
2fb58f
2fb58f
%files libs
2fb58f
%license COPYING
2fb58f
%lang(ja) %license COPYING.ja
2fb58f
%license GPL
2fb58f
%license LEGAL
2fb58f
%doc README.md
2fb58f
%doc NEWS.md
2fb58f
# Exclude /usr/local directory since it is supposed to be managed by
2fb58f
# local system administrator.
2fb58f
%exclude %{ruby_sitelibdir}
2fb58f
%exclude %{ruby_sitearchdir}
2fb58f
%dir %{ruby_vendorlibdir}
2fb58f
%dir %{ruby_vendorarchdir}
2fb58f
2fb58f
# List all these files explicitly to prevent surprises
2fb58f
# Platform independent libraries.
2fb58f
%dir %{ruby_libdir}
2fb58f
%exclude %{ruby_libdir}/bigdecimal*
2fb58f
%exclude %{ruby_libdir}/irb*
2fb58f
%exclude %{ruby_libdir}/json*
2fb58f
%exclude %{ruby_libdir}/psych*
2fb58f
%{ruby_libdir}/abbrev.rb
2fb58f
%{ruby_libdir}/base64.rb
2fb58f
%{ruby_libdir}/benchmark*
2fb58f
%{ruby_libdir}/cgi*
2fb58f
%{ruby_libdir}/coverage.rb
2fb58f
%{ruby_libdir}/csv*
2fb58f
%{ruby_libdir}/date.rb
2fb58f
%{ruby_libdir}/delegate*
2fb58f
%{ruby_libdir}/digest*
2fb58f
%{ruby_libdir}/drb*
2fb58f
%{ruby_libdir}/English.rb
2fb58f
%{ruby_libdir}/erb*
2fb58f
%{ruby_libdir}/error_highlight*
2fb58f
%{ruby_libdir}/expect.rb
2fb58f
%{ruby_libdir}/fiddle*
2fb58f
%{ruby_libdir}/fileutils.rb
2fb58f
%{ruby_libdir}/find.rb
2fb58f
%{ruby_libdir}/forwardable*
2fb58f
%{ruby_libdir}/getoptlong*
2fb58f
%{ruby_libdir}/ipaddr.rb
2fb58f
%{ruby_libdir}/kconv.rb
2fb58f
%{ruby_libdir}/logger*
2fb58f
%{ruby_libdir}/mkmf.rb
2fb58f
%{ruby_libdir}/monitor.rb
2fb58f
%{ruby_libdir}/mutex_m.rb
2fb58f
%{ruby_libdir}/net
2fb58f
%{ruby_libdir}/objspace*
2fb58f
%{ruby_libdir}/observer*
2fb58f
%{ruby_libdir}/open-uri.rb
2fb58f
%{ruby_libdir}/open3*
2fb58f
%{ruby_libdir}/optionparser.rb
2fb58f
%{ruby_libdir}/optparse*
2fb58f
%{ruby_libdir}/ostruct*
2fb58f
%{ruby_libdir}/pathname.rb
2fb58f
%{ruby_libdir}/pp.rb
2fb58f
%{ruby_libdir}/prettyprint.rb
2fb58f
%{ruby_libdir}/pstore*
2fb58f
%{ruby_libdir}/random
2fb58f
%{ruby_libdir}/readline.rb
2fb58f
%{ruby_libdir}/reline*
2fb58f
%{ruby_libdir}/resolv.rb
2fb58f
%{ruby_libdir}/resolv-replace.rb
2fb58f
%{ruby_libdir}/rinda
2fb58f
%{ruby_libdir}/ripper*
2fb58f
%{ruby_libdir}/securerandom.rb
2fb58f
%{ruby_libdir}/set*
2fb58f
%{ruby_libdir}/shellwords.rb
2fb58f
%{ruby_libdir}/singleton*
2fb58f
%{ruby_libdir}/socket.rb
2fb58f
%{ruby_libdir}/syslog
2fb58f
%{ruby_libdir}/tempfile.rb
2fb58f
%{ruby_libdir}/timeout*
2fb58f
%{ruby_libdir}/time.rb
2fb58f
%{ruby_libdir}/tmpdir.rb
2fb58f
%{ruby_libdir}/tsort.rb
2fb58f
%{ruby_libdir}/unicode_normalize
2fb58f
%{ruby_libdir}/un.rb
2fb58f
%{ruby_libdir}/uri*
2fb58f
%{ruby_libdir}/weakref*
2fb58f
%{ruby_libdir}/yaml*
2fb58f
2fb58f
# Platform specific libraries.
2fb58f
%{_libdir}/libruby.so.{%{major_minor_version},%{ruby_version}}
2fb58f
%dir %{ruby_libarchdir}
2fb58f
%dir %{ruby_libarchdir}/cgi
2fb58f
%{ruby_libarchdir}/cgi/escape.so
2fb58f
%{ruby_libarchdir}/continuation.so
2fb58f
%{ruby_libarchdir}/coverage.so
2fb58f
%{ruby_libarchdir}/date_core.so
2fb58f
%dir %{ruby_libarchdir}/digest
2fb58f
%{ruby_libarchdir}/digest.so
2fb58f
%{ruby_libarchdir}/digest/bubblebabble.so
2fb58f
%{ruby_libarchdir}/digest/md5.so
2fb58f
%{ruby_libarchdir}/digest/rmd160.so
2fb58f
%{ruby_libarchdir}/digest/sha1.so
2fb58f
%{ruby_libarchdir}/digest/sha2.so
2fb58f
%dir %{ruby_libarchdir}/enc
2fb58f
%{ruby_libarchdir}/enc/big5.so
2fb58f
%{ruby_libarchdir}/enc/cesu_8.so
2fb58f
%{ruby_libarchdir}/enc/cp949.so
2fb58f
%{ruby_libarchdir}/enc/emacs_mule.so
2fb58f
%{ruby_libarchdir}/enc/encdb.so
2fb58f
%{ruby_libarchdir}/enc/euc_jp.so
2fb58f
%{ruby_libarchdir}/enc/euc_kr.so
2fb58f
%{ruby_libarchdir}/enc/euc_tw.so
2fb58f
%{ruby_libarchdir}/enc/gb18030.so
2fb58f
%{ruby_libarchdir}/enc/gb2312.so
2fb58f
%{ruby_libarchdir}/enc/gbk.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_1.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_10.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_11.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_13.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_14.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_15.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_16.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_2.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_3.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_4.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_5.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_6.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_7.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_8.so
2fb58f
%{ruby_libarchdir}/enc/iso_8859_9.so
2fb58f
%{ruby_libarchdir}/enc/koi8_r.so
2fb58f
%{ruby_libarchdir}/enc/koi8_u.so
2fb58f
%{ruby_libarchdir}/enc/shift_jis.so
2fb58f
%dir %{ruby_libarchdir}/enc/trans
2fb58f
%{ruby_libarchdir}/enc/trans/big5.so
2fb58f
%{ruby_libarchdir}/enc/trans/cesu_8.so
2fb58f
%{ruby_libarchdir}/enc/trans/chinese.so
2fb58f
%{ruby_libarchdir}/enc/trans/ebcdic.so
2fb58f
%{ruby_libarchdir}/enc/trans/emoji.so
2fb58f
%{ruby_libarchdir}/enc/trans/emoji_iso2022_kddi.so
2fb58f
%{ruby_libarchdir}/enc/trans/emoji_sjis_docomo.so
2fb58f
%{ruby_libarchdir}/enc/trans/emoji_sjis_kddi.so
2fb58f
%{ruby_libarchdir}/enc/trans/emoji_sjis_softbank.so
2fb58f
%{ruby_libarchdir}/enc/trans/escape.so
2fb58f
%{ruby_libarchdir}/enc/trans/gb18030.so
2fb58f
%{ruby_libarchdir}/enc/trans/gbk.so
2fb58f
%{ruby_libarchdir}/enc/trans/iso2022.so
2fb58f
%{ruby_libarchdir}/enc/trans/japanese.so
2fb58f
%{ruby_libarchdir}/enc/trans/japanese_euc.so
2fb58f
%{ruby_libarchdir}/enc/trans/japanese_sjis.so
2fb58f
%{ruby_libarchdir}/enc/trans/korean.so
2fb58f
%{ruby_libarchdir}/enc/trans/single_byte.so
2fb58f
%{ruby_libarchdir}/enc/trans/transdb.so
2fb58f
%{ruby_libarchdir}/enc/trans/utf8_mac.so
2fb58f
%{ruby_libarchdir}/enc/trans/utf_16_32.so
2fb58f
%{ruby_libarchdir}/enc/utf_16be.so
2fb58f
%{ruby_libarchdir}/enc/utf_16le.so
2fb58f
%{ruby_libarchdir}/enc/utf_32be.so
2fb58f
%{ruby_libarchdir}/enc/utf_32le.so
2fb58f
%{ruby_libarchdir}/enc/windows_1250.so
2fb58f
%{ruby_libarchdir}/enc/windows_1251.so
2fb58f
%{ruby_libarchdir}/enc/windows_1252.so
2fb58f
%{ruby_libarchdir}/enc/windows_1253.so
2fb58f
%{ruby_libarchdir}/enc/windows_1254.so
2fb58f
%{ruby_libarchdir}/enc/windows_1257.so
2fb58f
%{ruby_libarchdir}/enc/windows_31j.so
2fb58f
%{ruby_libarchdir}/etc.so
2fb58f
%{ruby_libarchdir}/fcntl.so
2fb58f
%{ruby_libarchdir}/fiddle.so
2fb58f
%dir %{ruby_libarchdir}/io
2fb58f
%{ruby_libarchdir}/io/nonblock.so
2fb58f
%{ruby_libarchdir}/io/wait.so
2fb58f
%{ruby_libarchdir}/monitor.so
2fb58f
%{ruby_libarchdir}/nkf.so
2fb58f
%{ruby_libarchdir}/objspace.so
2fb58f
%{ruby_libarchdir}/pathname.so
2fb58f
%{ruby_libarchdir}/pty.so
2fb58f
%dir %{ruby_libarchdir}/rbconfig
2fb58f
%{ruby_libarchdir}/rbconfig.rb
2fb58f
%{ruby_libarchdir}/rbconfig/sizeof.so
2fb58f
%{ruby_libarchdir}/readline.so
2fb58f
%{ruby_libarchdir}/ripper.so
2fb58f
%{ruby_libarchdir}/socket.so
2fb58f
%{ruby_libarchdir}/stringio.so
2fb58f
%{ruby_libarchdir}/strscan.so
2fb58f
%{ruby_libarchdir}/syslog.so
2fb58f
%{ruby_libarchdir}/zlib.so
2fb58f
2fb58f
# Default gems
2fb58f
%{ruby_libdir}/did_you_mean*
2fb58f
%{ruby_libdir}/openssl*
2fb58f
%{ruby_libarchdir}/openssl.so
2fb58f
%{ruby_libdir}/racc*
2fb58f
%dir %{ruby_libarchdir}/racc
2fb58f
%{ruby_libarchdir}/racc/cparse.so
2fb58f
2fb58f
%{?with_systemtap:%{_systemtap_datadir}}
2fb58f
2fb58f
%files -n rubygems
2fb58f
%{_bindir}/gem
2fb58f
%dir %{rubygems_dir}
2fb58f
%{rubygems_dir}/rubygems
2fb58f
%{rubygems_dir}/rubygems.rb
2fb58f
2fb58f
# Explicitly include only RubyGems directory strucure to avoid accidentally
2fb58f
# packaged content.
2fb58f
%dir %{gem_dir}
2fb58f
%dir %{gem_dir}/build_info
2fb58f
%dir %{gem_dir}/cache
2fb58f
%dir %{gem_dir}/doc
2fb58f
%dir %{gem_dir}/extensions
2fb58f
%dir %{gem_dir}/gems
2fb58f
%dir %{gem_dir}/plugins
2fb58f
%dir %{gem_dir}/specifications
2fb58f
%dir %{gem_dir}/specifications/default
2fb58f
%dir %{_exec_prefix}/lib*/gems
2fb58f
%dir %{_exec_prefix}/lib*/gems/ruby
2fb58f
2fb58f
%exclude %{gem_dir}/cache/*
2fb58f
2fb58f
%files -n rubygems-devel
2fb58f
%{_rpmconfigdir}/macros.d/macros.rubygems
2fb58f
%{_rpmconfigdir}/fileattrs/rubygems.attr
2fb58f
%{_rpmconfigdir}/rubygems.req
2fb58f
%{_rpmconfigdir}/rubygems.prov
2fb58f
%{_rpmconfigdir}/rubygems.con
2fb58f
2fb58f
%files default-gems
2fb58f
%{gem_dir}/specifications/default/abbrev-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/base64-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/benchmark-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/cgi-0.3.1.gemspec
2fb58f
%{gem_dir}/specifications/default/csv-3.2.2.gemspec
2fb58f
%{gem_dir}/specifications/default/date-3.2.2.gemspec
2fb58f
%{gem_dir}/specifications/default/delegate-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/did_you_mean-%{did_you_mean_version}.gemspec
2fb58f
%{gem_dir}/specifications/default/digest-3.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/drb-2.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/english-0.7.1.gemspec
2fb58f
%{gem_dir}/specifications/default/erb-%{erb_version}.gemspec
2fb58f
%{gem_dir}/specifications/default/error_highlight-0.3.0.gemspec
2fb58f
%{gem_dir}/specifications/default/etc-1.3.0.gemspec
2fb58f
%{gem_dir}/specifications/default/fcntl-1.0.1.gemspec
2fb58f
%{gem_dir}/specifications/default/fiddle-1.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/fileutils-1.6.0.gemspec
2fb58f
%{gem_dir}/specifications/default/find-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/forwardable-1.3.2.gemspec
2fb58f
%{gem_dir}/specifications/default/getoptlong-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/io-nonblock-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/io-wait-0.2.1.gemspec
2fb58f
%{gem_dir}/specifications/default/ipaddr-1.2.4.gemspec
2fb58f
%{gem_dir}/specifications/default/logger-1.5.0.gemspec
2fb58f
%{gem_dir}/specifications/default/mutex_m-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/net-http-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/net-protocol-0.1.2.gemspec
2fb58f
%{gem_dir}/specifications/default/nkf-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/observer-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/open3-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/open-uri-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/optparse-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/openssl-%{openssl_version}.gemspec
2fb58f
%{gem_dir}/specifications/default/ostruct-0.5.2.gemspec
2fb58f
%{gem_dir}/specifications/default/pathname-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/pp-0.3.0.gemspec
2fb58f
%{gem_dir}/specifications/default/prettyprint-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/pstore-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/racc-%{racc_version}.gemspec
2fb58f
%{gem_dir}/specifications/default/readline-0.0.3.gemspec
2fb58f
%{gem_dir}/specifications/default/readline-ext-0.1.4.gemspec
2fb58f
%{gem_dir}/specifications/default/reline-0.3.0.gemspec
2fb58f
%{gem_dir}/specifications/default/resolv-0.2.1.gemspec
2fb58f
%{gem_dir}/specifications/default/resolv-replace-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/rinda-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/ruby2_keywords-0.0.5.gemspec
2fb58f
%{gem_dir}/specifications/default/securerandom-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/set-1.0.2.gemspec
2fb58f
%{gem_dir}/specifications/default/shellwords-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/singleton-0.1.1.gemspec
2fb58f
%{gem_dir}/specifications/default/stringio-%{stringio_version}.gemspec
2fb58f
%{gem_dir}/specifications/default/strscan-3.0.1.gemspec
2fb58f
%{gem_dir}/specifications/default/syslog-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/tempfile-0.1.2.gemspec
2fb58f
%{gem_dir}/specifications/default/time-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/timeout-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/tmpdir-0.1.2.gemspec
2fb58f
%{gem_dir}/specifications/default/tsort-0.1.0.gemspec
2fb58f
%{gem_dir}/specifications/default/un-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/uri-0.11.0.gemspec
2fb58f
%{gem_dir}/specifications/default/weakref-0.1.1.gemspec
2fb58f
#%%{gem_dir}/specifications/default/win32ole-1.8.8.gemspec
2fb58f
%{gem_dir}/specifications/default/yaml-0.2.0.gemspec
2fb58f
%{gem_dir}/specifications/default/zlib-2.1.1.gemspec
2fb58f
2fb58f
%{gem_dir}/gems/erb-%{erb_version}
2fb58f
# Use standalone rubygem-racc if Racc binary is required. Shipping this
2fb58f
# executable in both packages might possibly cause conflicts. The situation
2fb58f
# could be better if Ruby generated these files:
2fb58f
# https://github.com/ruby/ruby/pull/2545
2fb58f
%exclude %{_bindir}/racc
2fb58f
%exclude %{gem_dir}/gems/racc-%{racc_version}/bin
2fb58f
2fb58f
%files -n rubygem-irb
2fb58f
%{_bindir}/irb
2fb58f
%{ruby_libdir}/irb*
2fb58f
%{gem_dir}/gems/irb-%{irb_version}
2fb58f
%{gem_dir}/specifications/irb-%{irb_version}.gemspec
2fb58f
%{_mandir}/man1/irb.1*
2fb58f
2fb58f
%files -n rubygem-rdoc
2fb58f
%{_bindir}/rdoc
2fb58f
%{_bindir}/ri
2fb58f
%{gem_dir}/gems/rdoc-%{rdoc_version}
2fb58f
%{gem_dir}/specifications/rdoc-%{rdoc_version}.gemspec
2fb58f
%{_mandir}/man1/ri*
2fb58f
2fb58f
%files doc -f .ruby-doc.en -f .ruby-doc.ja
2fb58f
%doc README.md
2fb58f
%doc ChangeLog
2fb58f
%{?with_systemtap:%doc ruby-exercise.stp}
2fb58f
%{_datadir}/ri
2fb58f
2fb58f
%files -n rubygem-bigdecimal
2fb58f
%{ruby_libdir}/bigdecimal*
2fb58f
%{ruby_libarchdir}/bigdecimal*
2fb58f
%{_libdir}/gems/%{name}/bigdecimal-%{bigdecimal_version}
2fb58f
%{gem_dir}/gems/bigdecimal-%{bigdecimal_version}
2fb58f
%{gem_dir}/specifications/bigdecimal-%{bigdecimal_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-io-console
2fb58f
%{ruby_libdir}/io
2fb58f
%{ruby_libarchdir}/io/console.so
2fb58f
%{_libdir}/gems/%{name}/io-console-%{io_console_version}
2fb58f
%{gem_dir}/gems/io-console-%{io_console_version}
2fb58f
%{gem_dir}/specifications/io-console-%{io_console_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-json
2fb58f
%{ruby_libdir}/json*
2fb58f
%{ruby_libarchdir}/json*
2fb58f
%{_libdir}/gems/%{name}/json-%{json_version}
2fb58f
%{gem_dir}/gems/json-%{json_version}
2fb58f
%{gem_dir}/specifications/json-%{json_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-psych
2fb58f
%{ruby_libdir}/psych
2fb58f
%{ruby_libdir}/psych.rb
2fb58f
%{ruby_libarchdir}/psych.so
2fb58f
%{_libdir}/gems/%{name}/psych-%{psych_version}
2fb58f
%dir %{gem_dir}/gems/psych-%{psych_version}
2fb58f
%{gem_dir}/gems/psych-%{psych_version}/lib
2fb58f
%{gem_dir}/specifications/psych-%{psych_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-bundler
2fb58f
%{_bindir}/bundle
2fb58f
%{_bindir}/bundler
2fb58f
%{gem_dir}/gems/bundler-%{bundler_version}
2fb58f
%{gem_dir}/specifications/bundler-%{bundler_version}.gemspec
2fb58f
%{_mandir}/man1/bundle*.1*
2fb58f
%{_mandir}/man5/gemfile.5*
2fb58f
2fb58f
%files bundled-gems
2fb58f
%{_bindir}/rdbg
2fb58f
%dir %{_libdir}/gems/%{name}/debug-%{debug_version}
2fb58f
%{_libdir}/gems/%{name}/debug-%{debug_version}/gem.build_complete
2fb58f
%dir %{_libdir}/gems/%{name}/debug-%{debug_version}/debug
2fb58f
%{_libdir}/gems/%{name}/debug-%{debug_version}/debug/debug.so
2fb58f
%dir %{gem_dir}/gems/debug-%{debug_version}
2fb58f
%exclude %{gem_dir}/gems/debug-%{debug_version}/.*
2fb58f
%doc %{gem_dir}/gems/debug-%{debug_version}/CONTRIBUTING.md
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/Gemfile
2fb58f
%license %{gem_dir}/gems/debug-%{debug_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/debug-%{debug_version}/README.md
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/Rakefile
2fb58f
%doc %{gem_dir}/gems/debug-%{debug_version}/TODO.md
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/bin
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/exe
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/lib
2fb58f
%{gem_dir}/gems/debug-%{debug_version}/misc
2fb58f
%{gem_dir}/specifications/debug-%{debug_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/net-ftp-%{net_ftp_version}
2fb58f
%{gem_dir}/gems/net-ftp-%{net_ftp_version}/Gemfile
2fb58f
%license %{gem_dir}/gems/net-ftp-%{net_ftp_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/net-ftp-%{net_ftp_version}/README.md
2fb58f
%{gem_dir}/gems/net-ftp-%{net_ftp_version}/Rakefile
2fb58f
%{gem_dir}/gems/net-ftp-%{net_ftp_version}/bin
2fb58f
%{gem_dir}/gems/net-ftp-%{net_ftp_version}/lib
2fb58f
%{gem_dir}/specifications/net-ftp-%{net_ftp_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/net-imap-%{net_imap_version}
2fb58f
%{gem_dir}/gems/net-imap-%{net_imap_version}/Gemfile
2fb58f
%license %{gem_dir}/gems/net-imap-%{net_imap_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/net-imap-%{net_imap_version}/README.md
2fb58f
%{gem_dir}/gems/net-imap-%{net_imap_version}/Rakefile
2fb58f
%{gem_dir}/gems/net-imap-%{net_imap_version}/lib
2fb58f
%{gem_dir}/specifications/net-imap-%{net_imap_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/net-pop-%{net_pop_version}
2fb58f
%{gem_dir}/gems/net-pop-%{net_pop_version}/Gemfile
2fb58f
%license %{gem_dir}/gems/net-pop-%{net_pop_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/net-pop-%{net_pop_version}/README.md
2fb58f
%{gem_dir}/gems/net-pop-%{net_pop_version}/Rakefile
2fb58f
%{gem_dir}/gems/net-pop-%{net_pop_version}/bin
2fb58f
%{gem_dir}/gems/net-pop-%{net_pop_version}/lib
2fb58f
%{gem_dir}/specifications/net-pop-%{net_pop_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/net-smtp-%{net_smtp_version}
2fb58f
%license %{gem_dir}/gems/net-smtp-%{net_smtp_version}/LICENSE.txt
2fb58f
%{gem_dir}/gems/net-smtp-%{net_smtp_version}/lib
2fb58f
%{gem_dir}/specifications/net-smtp-%{net_smtp_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/matrix-%{matrix_version}
2fb58f
%license %{gem_dir}/gems/matrix-%{matrix_version}/LICENSE.txt
2fb58f
%{gem_dir}/gems/matrix-%{matrix_version}/lib
2fb58f
%{gem_dir}/specifications/matrix-%{matrix_version}.gemspec
2fb58f
2fb58f
%dir %{gem_dir}/gems/prime-%{prime_version}
2fb58f
%{gem_dir}/gems/prime-%{prime_version}/Gemfile
2fb58f
%license %{gem_dir}/gems/prime-%{prime_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/prime-%{prime_version}/README.md
2fb58f
%{gem_dir}/gems/prime-%{prime_version}/Rakefile
2fb58f
%{gem_dir}/gems/prime-%{prime_version}/bin
2fb58f
%{gem_dir}/gems/prime-%{prime_version}/lib
2fb58f
%{gem_dir}/specifications/prime-%{prime_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-minitest
2fb58f
%dir %{gem_dir}/gems/minitest-%{minitest_version}
2fb58f
%exclude %{gem_dir}/gems/minitest-%{minitest_version}/.*
2fb58f
%{gem_dir}/gems/minitest-%{minitest_version}/Manifest.txt
2fb58f
%{gem_dir}/gems/minitest-%{minitest_version}/design_rationale.rb
2fb58f
%{gem_dir}/gems/minitest-%{minitest_version}/lib
2fb58f
%{gem_dir}/specifications/minitest-%{minitest_version}.gemspec
2fb58f
%doc %{gem_dir}/gems/minitest-%{minitest_version}/History.rdoc
2fb58f
%doc %{gem_dir}/gems/minitest-%{minitest_version}/README.rdoc
2fb58f
%{gem_dir}/gems/minitest-%{minitest_version}/Rakefile
2fb58f
%{gem_dir}/gems/minitest-%{minitest_version}/test
2fb58f
2fb58f
%files -n rubygem-power_assert
2fb58f
%dir %{gem_dir}/gems/power_assert-%{power_assert_version}
2fb58f
%exclude %{gem_dir}/gems/power_assert-%{power_assert_version}/.*
2fb58f
%license %{gem_dir}/gems/power_assert-%{power_assert_version}/BSDL
2fb58f
%license %{gem_dir}/gems/power_assert-%{power_assert_version}/COPYING
2fb58f
%license %{gem_dir}/gems/power_assert-%{power_assert_version}/LEGAL
2fb58f
%{gem_dir}/gems/power_assert-%{power_assert_version}/lib
2fb58f
%{gem_dir}/specifications/power_assert-%{power_assert_version}.gemspec
2fb58f
%{gem_dir}/gems/power_assert-%{power_assert_version}/Gemfile
2fb58f
%doc %{gem_dir}/gems/power_assert-%{power_assert_version}/README.md
2fb58f
%{gem_dir}/gems/power_assert-%{power_assert_version}/Rakefile
2fb58f
2fb58f
%files -n rubygem-rake
2fb58f
%{_bindir}/rake
2fb58f
%{gem_dir}/gems/rake-%{rake_version}
2fb58f
%{gem_dir}/specifications/rake-%{rake_version}.gemspec
2fb58f
%{_mandir}/man1/rake.1*
2fb58f
2fb58f
%files -n rubygem-rbs
2fb58f
%{_bindir}/rbs
2fb58f
%dir %{_libdir}/gems/%{name}/rbs-%{rbs_version}
2fb58f
%{_libdir}/gems/%{name}/rbs-%{rbs_version}/gem.build_complete
2fb58f
%{_libdir}/gems/%{name}/rbs-%{rbs_version}/rbs_extension.so
2fb58f
%dir %{gem_dir}/gems/rbs-%{rbs_version}
2fb58f
%exclude %{gem_dir}/gems/rbs-%{rbs_version}/.*
2fb58f
%license %{gem_dir}/gems/rbs-%{rbs_version}/BSDL
2fb58f
%doc %{gem_dir}/gems/rbs-%{rbs_version}/CHANGELOG.md
2fb58f
%license %{gem_dir}/gems/rbs-%{rbs_version}/COPYING
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/Gemfile
2fb58f
%doc %{gem_dir}/gems/rbs-%{rbs_version}/README.md
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/Rakefile
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/Steepfile
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/core
2fb58f
%doc %{gem_dir}/gems/rbs-%{rbs_version}/docs
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/exe
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/goodcheck.yml
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/lib
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/schema
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/sig
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/stdlib
2fb58f
%{gem_dir}/gems/rbs-%{rbs_version}/steep
2fb58f
%{gem_dir}/specifications/rbs-%{rbs_version}.gemspec
2fb58f
2fb58f
%files -n rubygem-test-unit
2fb58f
%dir %{gem_dir}/gems/test-unit-%{test_unit_version}
2fb58f
%license %{gem_dir}/gems/test-unit-%{test_unit_version}/BSDL
2fb58f
%license %{gem_dir}/gems/test-unit-%{test_unit_version}/COPYING
2fb58f
%license %{gem_dir}/gems/test-unit-%{test_unit_version}/PSFL
2fb58f
%{gem_dir}/gems/test-unit-%{test_unit_version}/lib
2fb58f
%{gem_dir}/gems/test-unit-%{test_unit_version}/sample
2fb58f
%{gem_dir}/specifications/test-unit-%{test_unit_version}.gemspec
2fb58f
%doc %{gem_dir}/gems/test-unit-%{test_unit_version}/README.md
2fb58f
%{gem_dir}/gems/test-unit-%{test_unit_version}/Rakefile
2fb58f
%doc %{gem_dir}/gems/test-unit-%{test_unit_version}/doc
2fb58f
2fb58f
%files -n rubygem-rexml
2fb58f
%dir %{gem_dir}/gems/rexml-%{rexml_version}
2fb58f
%license %{gem_dir}/gems/rexml-%{rexml_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/rexml-%{rexml_version}/NEWS.md
2fb58f
%doc %{gem_dir}/gems/rexml-%{rexml_version}/doc
2fb58f
%{gem_dir}/gems/rexml-%{rexml_version}/lib
2fb58f
%{gem_dir}/specifications/rexml-%{rexml_version}.gemspec
2fb58f
%doc %{gem_dir}/gems/rexml-%{rexml_version}/README.md
2fb58f
2fb58f
%files -n rubygem-rss
2fb58f
%dir %{gem_dir}/gems/rss-%{rss_version}
2fb58f
%exclude %{gem_dir}/gems/rss-%{rss_version}/.*
2fb58f
%license %{gem_dir}/gems/rss-%{rss_version}/LICENSE.txt
2fb58f
%doc %{gem_dir}/gems/rss-%{rss_version}/NEWS.md
2fb58f
%{gem_dir}/gems/rss-%{rss_version}/lib
2fb58f
%{gem_dir}/specifications/rss-%{rss_version}.gemspec
2fb58f
%doc %{gem_dir}/gems/rss-%{rss_version}/Gemfile
2fb58f
%doc %{gem_dir}/gems/rss-%{rss_version}/README.md
2fb58f
%doc %{gem_dir}/gems/rss-%{rss_version}/Rakefile
2fb58f
%doc %{gem_dir}/gems/rss-%{rss_version}/test
2fb58f
2fb58f
%files -n rubygem-typeprof
2fb58f
%dir %{gem_dir}/gems/typeprof-%{typeprof_version}
2fb58f
%{_bindir}/typeprof
2fb58f
%exclude %{gem_dir}/gems/typeprof-%{typeprof_version}/.*
2fb58f
%license %{gem_dir}/gems/typeprof-%{typeprof_version}/LICENSE
2fb58f
%{gem_dir}/gems/typeprof-%{typeprof_version}/exe
2fb58f
%{gem_dir}/gems/typeprof-%{typeprof_version}/lib
2fb58f
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/tools
2fb58f
%exclude %{gem_dir}/gems/typeprof-%{typeprof_version}/typeprof-lsp
2fb58f
%exclude %{gem_dir}/gems/typeprof-%{typeprof_version}/vscode
2fb58f
%{gem_dir}/specifications/typeprof-%{typeprof_version}.gemspec
2fb58f
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/Gemfile*
2fb58f
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/README.md
2fb58f
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/Rakefile
2fb58f
2fb58f
2fb58f
%changelog
2fb58f
* Fri Jun 03 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-141
2fb58f
- Upgrade to Ruby 3.1.2 by merging Fedora Rawhide branch (commit: b7b5473).
2fb58f
  Resolves: rhbz#2063773
2fb58f
2fb58f
* Tue Oct 05 2021 Jarek Prokop <jprokop@redhat.com> - 3.0.2-140
2fb58f
- Fix rubygem-irb upgrade not working due to directory -> symlink conversion.
2fb58f
  Resolves: rhbz#2010949
2fb58f
2fb58f
* Tue Jul 13 2021 Jarek Prokop <jprokop@redhat.com> - 3.0.2-139
2fb58f
- Upgrade to Ruby 3.0.2.
2fb58f
  Related: rhbz#1938942
2fb58f
- Fix command injection vulnerability in RDoc. (CVE-2021-31799)
2fb58f
- Fix FTP PASV command response can cause Net::FTP to connect to arbitrary host.
2fb58f
  (CVE-2021-31810)
2fb58f
- Fix StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)
2fb58f
- Fix dependencies of gems with explicit source installed from a
2fb58f
  different source. (CVE-2020-36327)
2fb58f
- Pass ldflags to gem install via CONFIGURE_ARGS.
2fb58f
  The same comment on the changelog 3.0.1-138 was wrong.
2fb58f
2fb58f
* Mon Jun 07 2021 Jarek Prokop <jprokop@redhat.com> - 3.0.1-138
2fb58f
- Upgrade to Ruby 3.0.1 by merging Fedora rawhide branch (commit: 6b2ff68).
2fb58f
  * Add missing `rubygem-` prefix for bundled provide of 'connection_pool'.
2fb58f
  * Pass ldflags to gem install via CONFIGURE_ARGS
2fb58f
  * Remove IRB dependency from rubygem-rdoc.
2fb58f
  * Fix flaky excon test suite.
2fb58f
  * Properly support DWARF5 debug information.
2fb58f
      Related: rhbz#1920533
2fb58f
  * Bundle OpenSSL into StdLib.
2fb58f
  * Fix SEGFAULT in rubygem-shoulda-matchers test suite.
2fb58f
  * Provide `gem.build_complete` file for binary gems.
2fb58f
  * Re-enable test suite.
2fb58f
  * ruby-default-gems have to depend on rubygem(io-console) due to reline.
2fb58f
  * Fix SEGFAULT preventing rubygem-unicode to build on armv7hl.
2fb58f
  * Add support for reworked RubyGems plugins.
2fb58f
  * Use proper path for plugin wrappers.
2fb58f
  * Extract RSS and REXML into separate subpackages, because they were moved from
2fb58f
     default gems to bundled gems.
2fb58f
  * Drop Net::Telnet and XMLRPC packages, because they were dropped from Ruby.
2fb58f
  Resolves: rhbz#1938942
2fb58f
- Fix FTBFS due to an incompatible load directive.
2fb58f
2fb58f
* Wed Apr 07 2021 Pavel Valena <pvalena@redhat.com> - 2.7.3-136
2fb58f
- Upgrade to Ruby 2.7.3.
2fb58f
  Resolves: rhbz#1947938
2fb58f
- Resolv::DNS: timeouts if multiple IPv6 name servers are given and address
2fb58f
  contains leading zero
2fb58f
  Resolves: rhbz#1944227
2fb58f
2fb58f
* Tue Oct 13 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.2-135
2fb58f
- Upgrade to Ruby 2.7.2.
2fb58f
- Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
2fb58f
2fb58f
* Fri Jun 26 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.1-133
2fb58f
- Fix `require` behavior allowing to load libraries multiple times.
2fb58f
  Resolves: rhbz#1842989
2fb58f
- Add ruby-default-gems dependency on irb.
2fb58f
2fb58f
* Fri Jun 26 2020 Jun Aruga <jaruga@redhat.com> - 2.7.1-133
2fb58f
- Ship racc binary.
2fb58f
  Resolves: rhbz#1851388
2fb58f
2fb58f
* Fri May 29 2020 Jun Aruga <jaruga@redhat.com> - 2.7.1-132
2fb58f
- Update to Ruby 2.7.1 by merging Fedora master branch (commit: 2981648)
2fb58f
  * Skip unstable tests on s390x.
2fb58f
  * Skip JIT tests in RHEL 8.
2fb58f
  Resolves: rhbz#1817135
2fb58f
2fb58f
* Thu Jul 04 2019 Jun Aruga <jaruga@redhat.com> - 2.6.3-106
2fb58f
- Use ffi_closure_alloc to avoid segmentation fault by libffi on aarch64.
2fb58f
  Resolves: rhbz#1727832
2fb58f
- Properly support %%prerelease in %%gemspec_ macros.
2fb58f
  Related: rhbz#1672575
2fb58f
2fb58f
* Tue Jun 11 2019 Jun Aruga <jaruga@redhat.com> - 2.6.3-105
2fb58f
- Update to Ruby 2.6.3 by merging Fedora master branch (commit: 1cc2a49)
2fb58f
  * Properly generate "ruby(rubygems)" versioned dependencies.
2fb58f
  * Extract composition of dependecy strings into helper.
2fb58f
  * Loosen RDoc dependency.
2fb58f
  * Upstream fix adding -C flag instead of changing directory for gem build.
2fb58f
  * Remove obsolete Group tag
2fb58f
  * Fix ".include =" support in openssl.cnf.
2fb58f
  * Link IRB back to StdLib.
2fb58f
  * Link IRB files instead of directories.
2fb58f
  * Exclude irb.rb from ruby-libs.
2fb58f
  Resolves: rhbz#1672575
2fb58f
2fb58f
* Wed Apr 17 2019 Vít Ondruch <vondruch@redhat.com> - 2.5.5-104
2fb58f
- Update to Ruby 2.5.5.
2fb58f
  * Remove Patch25: ruby-2.6.0-Update-for-tzdata-2018f.patch; subsumed
2fb58f
  * Remove Patch11: ruby-2.6.0-Try-to-update-cert.patch; subsumed
2fb58f
  * Remove Patch19: ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with
2fb58f
      -TLS-1.3.patch; subsumed
2fb58f
  Resolves: rhbz#1688758
2fb58f
- Don't ship .stp files when SystemTap support is disabled.
2fb58f
  Related: rhbz#1657915
2fb58f
- Fix CovScan issues.
2fb58f
  Resolves: rhbz#1628592
2fb58f
2fb58f
* Fri Jan 11 2019 Jun Aruga <jaruga@redhat.com> - 2.5.3-103
2fb58f
- Refresh expired certificates to fix FTBFS.
2fb58f
2fb58f
* Tue Nov 13 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.3-102
2fb58f
- Fix Tokyo TZ tests.
2fb58f
2fb58f
* Fri Oct 19 2018 Jun Aruga <jaruga@redhat.com> - 2.5.3-101
2fb58f
- Update to Ruby 2.5.3.
2fb58f
  Resolves: rhbz#1643092
2fb58f
2fb58f
* Mon Sep 03 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-100
2fb58f
- Properly harden package using -fstack-protector-strong.
2fb58f
  * ruby-2.6.0-configure-fstack-protector-strong.patch
2fb58f
  Resolves: rhbz#1624168
2fb58f
2fb58f
* Wed Aug 29 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-99
2fb58f
- Additional OpenSSL 1.1.1 fixes.
2fb58f
  * ruby-2.6.0-fix-test-failure-with-TLS-1.3-maint.patch
2fb58f
  * ruby-2.6.0-config-support-include-directive.patch
2fb58f
  * ruby-2.6.0-use-larger-keys-for-SSL-tests.patch
2fb58f
  Related: rhbz#1616213
2fb58f
2fb58f
* Tue Aug 28 2018 Jun Aruga <jaruga@redhat.com> - 2.5.1-99
2fb58f
- Fix generated rdoc template issues.
2fb58f
  * ruby-2.6.0-rdoc-6.0.1-fix-template-typo.patch
2fb58f
  Resolves: rhbz#1612026
2fb58f
2fb58f
* Mon Aug 13 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-97
2fb58f
- Fix TLS 1.3 issues.
2fb58f
  * ruby-2.6.0-fix-test-failure-with-TLS-1.3.patch
2fb58f
  * ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with-TLS-1.3.patch
2fb58f
  Related: rhbz#1616213
2fb58f
2fb58f
* Sat Aug 11 2018 Troy Dawson <tdawson@redhat.com> - 2.5.1-96
2fb58f
- turn off tests
2fb58f
- Related: bug#1614611
2fb58f
2fb58f
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2.5.1-96
2fb58f
- Rebuild with fixed binutils
2fb58f
2fb58f
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.5.1-95
2fb58f
- Rebuild for new binutils
2fb58f
2fb58f
* Thu Jul 26 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-94
2fb58f
- Disable some test failing with OpenSSL 1.1.1.
2fb58f
2fb58f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-94
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2fb58f
2fb58f
* Thu May 10 2018 Pavel Valena <pvalena@redhat.com> - 2.5.1-93
2fb58f
- Add macros to edit files lists in .gemspec
2fb58f
  (gemspec_add_file and gemspec_remove_file).
2fb58f
2fb58f
* Wed May 02 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-93
2fb58f
- Make %%gemspec_{add,remove}_dep modify .gemspec provided by %%setup macro.
2fb58f
2fb58f
* Tue Apr 10 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-92
2fb58f
- Conflict requirement needs to generate dependency.
2fb58f
- Stop using --with-setjmp-type=setjmp on aarch64 (rhbz#1545239).
2fb58f
2fb58f
* Thu Mar 29 2018 Pavel Valena <pvalena@redhat.com> - 2.5.1-92
2fb58f
- Update to Ruby 2.5.1.
2fb58f
2fb58f
* Mon Mar 05 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.0-91
2fb58f
- Don't force libraries used to build Ruby to its dependencies.
2fb58f
- Re-enable GMP dependency.
2fb58f
2fb58f
* Thu Mar 01 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.0-90
2fb58f
- Drop GMP dependency.
2fb58f
2fb58f
* Sat Feb 24 2018 Florian Weimer <fweimer@redhat.com> - 2.5.0-89
2fb58f
- Rebuild with new LDFLAGS from redhat-rpm-config
2fb58f
- Use --with-setjmp-type=setjmp on aarch64 to work around gcc issue (#1545239)
2fb58f
2fb58f
* Wed Feb 21 2018 Pavel Valena <pvalena@redhat.com> - 2.5.0-89
2fb58f
- Fix: Multiple vulnerabilities in RubyGems
2fb58f
  https://bugzilla.redhat.com/show_bug.cgi?id=1547431
2fb58f
  https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/
2fb58f
2fb58f
* Tue Feb 13 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.0-89
2fb58f
- Drop obsolete ldconfig scriptlets.
2fb58f
- Add GMP dependency.
2fb58f
- Use 'with' operator in RPM dependency generator.
2fb58f
- Add conflicts RPM generator.
2fb58f
- Fix thread_safe test suite segfaults.
2fb58f
- Fix invalid licenses.
2fb58f
2fb58f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-89
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2fb58f
2fb58f
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.5.0-88
2fb58f
- Rebuilt for switch to libxcrypt
2fb58f
2fb58f
* Tue Jan 09 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.0-87
2fb58f
- Fix segfaults during generating of documentation.
2fb58f
2fb58f
* Tue Jan 02 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.0-86
2fb58f
- Upgrade to Ruby 2.5.0.
2fb58f
2fb58f
* Fri Oct 27 2017 Jun Aruga <jaruga@redhat.com> - 2.4.2-86
2fb58f
- Add macro to remove rubypick dependency.
2fb58f
- Improve "with" conditional statement as inline.
2fb58f
2fb58f
* Thu Oct 19 2017 Jun Aruga <jaruga@redhat.com> - 2.4.2-85
2fb58f
- Add macros to remove systemtap, git and cmake dependencies.
2fb58f
2fb58f
* Mon Sep 18 2017 Pavel Valena <pvalena@redhat.com> - 2.4.2-84
2fb58f
- Update to Ruby 2.4.2.
2fb58f
2fb58f
* Fri Sep 08 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-84
2fb58f
- Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
2fb58f
2fb58f
* Fri Aug 11 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-83
2fb58f
- Fix "IOError: stream closed" errors affecting Puma.
2fb58f
- Temporary disable checksec on PPC64LE (rhbz#1479302).
2fb58f
2fb58f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-82
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2fb58f
2fb58f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-81
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2fb58f
2fb58f
* Thu Jul 20 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-80
2fb58f
- OpenSSL 1.1.0f-3 disables some weak ciphers. Adjust the package to pass
2fb58f
  the tests suite.
2fb58f
2fb58f
* Mon Apr 03 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-79
2fb58f
- Update to Ruby 2.4.1.
2fb58f
2fb58f
* Thu Feb 23 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-78
2fb58f
- Fix OpenSSL symlinks.
2fb58f
2fb58f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-77
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2fb58f
2fb58f
* Fri Feb 03 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-76
2fb58f
- Fix GCC 7.x compatibility (rhbz#1417590).
2fb58f
- Use standardized multilib solution (rhbz#1412274).
2fb58f
2fb58f
* Tue Jan 17 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-75
2fb58f
- Apply patch fixing rubygem-mongo build failures.
2fb58f
2fb58f
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.4.0-74
2fb58f
- Rebuild again for f26-ruby24 sidetag
2fb58f
2fb58f
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.4.0-73
2fb58f
- Rebuild for readline 7.x
2fb58f
2fb58f
* Wed Jan 11 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-72
2fb58f
- Link files into directory to avoid dir => symlink isues.
2fb58f
2fb58f
* Mon Jan 09 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-71
2fb58f
- Add rubygem-io-console dependency for rubygem-rdoc.
2fb58f
2fb58f
* Mon Jan 02 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.0-70
2fb58f
- Upgrade to Ruby 2.4.0.
2fb58f
- Move gemified xmlrpc into subpackage.
2fb58f
- Move gemified openssl into subpackage.
2fb58f
- Tk is removed from stdlib.
2fb58f
- Extend 'gem_' macros for pre-release version support.
2fb58f
2fb58f
* Tue Nov 22 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.3-61
2fb58f
- Update to Ruby 2.3.3.
2fb58f
- Exclude json.rb from ruby-libs (rhbz#1397370).
2fb58f
2fb58f
* Fri Nov 18 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.2-60
2fb58f
- Update to Ruby 2.3.2.
2fb58f
2fb58f
* Fri Oct 21 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-59
2fb58f
- Continue to use OpenSSL 1.0 for the moment.
2fb58f
- Add gemspec_add_dep and gemspec_remove_dep macros.
2fb58f
- Harden package.
2fb58f
2fb58f
* Wed Aug 10 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-58
2fb58f
- Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).
2fb58f
2fb58f
* Tue Jul 12 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-57
2fb58f
- Make symlinks for json gem.
2fb58f
2fb58f
* Mon May 23 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-56
2fb58f
- Requires rubygem(json) for rubygem-rdoc (rhbz#1325022).
2fb58f
2fb58f
* Fri Apr 29 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.1-55
2fb58f
- Update to Ruby 2.3.1.
2fb58f
2fb58f
* Wed Feb  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.0-54
2fb58f
- Add rubypick and rubygems requires to ruby-devel to deal with BuildRequires
2fb58f
2fb58f
* Fri Jan 15 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-53
2fb58f
- Backport trunk@53455 to make ruby-qt build
2fb58f
2fb58f
* Wed Jan 06 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-52
2fb58f
- Explicitly require RDoc, since weak dependencies are ignored by default.
2fb58f
2fb58f
* Wed Jan 06 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-51
2fb58f
- Load RubyGems prior ABRT hook to properly rescue RubyGems exceptions.
2fb58f
2fb58f
* Mon Jan 04 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-50
2fb58f
- Upgrade to Ruby 2.3.0.
2fb58f
- Move gemified net-telnet into subpackage.
2fb58f
- Add did_you_mean subpackage.
2fb58f
- Add virtual provides for CCAN copylibs.
2fb58f
- Use weak dependencies.
2fb58f
2fb58f
* Tue Dec 22 2015 Pavel Valena <pvalena@redhat.com> - 2.3.0-0.7.preview2
2fb58f
- Add systemtap tests.
2fb58f
2fb58f
* Mon Dec 21 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.4-47
2fb58f
- Update to Ruby 2.2.4.
2fb58f
2fb58f
* Thu Dec 10 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.3-46
2fb58f
- Fix ABRT hook autoloading.
2fb58f
2fb58f
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 2.2.3-45
2fb58f
- Add support for MIPS architecture to config.h
2fb58f
2fb58f
* Tue Sep 01 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.3-44
2fb58f
- Update to Ruby 2.2.3.
2fb58f
2fb58f
* Tue Jun 23 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-43
2fb58f
- Fix for "dh key too small" error of OpenSSL 1.0.2+.
2fb58f
2fb58f
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-42
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2fb58f
2fb58f
* Wed Jun 10 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-41
2fb58f
- Fix the git BR following the git package split.
2fb58f
2fb58f
* Mon May 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.2-40
2fb58f
- Fix upgrade path (rubygem-io-console's version was recently bumped in F21
2fb58f
  and makes the higher release to win).
2fb58f
2fb58f
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.2.2-11
2fb58f
- Bump release because of gems
2fb58f
2fb58f
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.2.2-1
2fb58f
- Update to Ruby 2.2.2
2fb58f
2fb58f
* Fri Mar 20 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-10
2fb58f
- Fix libruby.so versions in SystemTap scripts (rhbz#1202232).
2fb58f
2fb58f
* Wed Mar 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-9
2fb58f
- Update to Ruby 2.2.1.
2fb58f
2fb58f
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.2.0-8
2fb58f
- Rebuilt for Fedora 23 Change
2fb58f
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2fb58f
2fb58f
* Thu Feb 05 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-7
2fb58f
- Fix directory ownership.
2fb58f
2fb58f
* Wed Feb 04 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-6
2fb58f
- Initialize all load paths in operating_system.rb.
2fb58f
2fb58f
* Tue Feb 03 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-5
2fb58f
- Make operating_system.rb more robust.
2fb58f
- Add RubyGems stub headers for bundled gems.
2fb58f
2fb58f
* Thu Jan 29 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-4
2fb58f
- Add missing rubygem-test-unit dependency on rubygem-power_assert.
2fb58f
2fb58f
* Thu Jan 15 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.0-3
2fb58f
- Bump release to avoid EVR issue on rubygem-test-unit
2fb58f
2fb58f
* Fri Jan 02 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.0-1
2fb58f
- Upgrade to Ruby 2.2.0.
2fb58f
- Explicitly list RubyGems directories to avoid accidentaly packaged content.
2fb58f
- Split test-unit and power_assert gems into separate sub-packages.
2fb58f
- Drop libdb dependency in favor of gdbm.
2fb58f
2fb58f
* Fri Dec 26 2014 Orion Poplwski <orion@cora.nwra.com> - 2.1.5-26
2fb58f
- Disbable sse2 on i668 (bug #1101811)
2fb58f
2fb58f
* Thu Nov 20 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.5-25
2fb58f
- Update to Ruby 2.1.5.
2fb58f
2fb58f
* Fri Oct 31 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.4-24
2fb58f
- Update to Ruby 2.1.4.
2fb58f
- Include only vendor directories, not their content (rhbz#1114071).
2fb58f
- Fix "invalid regex" warning for non-rubygem packages (rhbz#1154067).
2fb58f
- Use load macro introduced in RPM 4.12.
2fb58f
2fb58f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2fb58f
2fb58f
* Tue Jun 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.2-23
2fb58f
- Fix FTBFS 
2fb58f
- Specify tcl/tk 8.6
2fb58f
- Add upstream patch to build with libffi 3.1
2fb58f
2fb58f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2fb58f
2fb58f
* Wed May 21 2014 Jaroslav Å karvada <jskarvad@redhat.com>
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
2fb58f
2fb58f
* Tue May 20 2014 Josef Stribny <jstribny@redhat.com> - 2.1.2-21
2fb58f
- Update to Ruby 2.1.2
2fb58f
2fb58f
* Tue May 06 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-20
2fb58f
- Remove useless exclude (rhbz#1065897).
2fb58f
- Extract load macro into external file and include it.
2fb58f
- Kill bundled certificates.
2fb58f
2fb58f
* Wed Apr 23 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-19
2fb58f
- Correctly expand $(prefix) in some Makefiles, e.g. eruby.
2fb58f
2fb58f
* Tue Apr 08 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-18
2fb58f
- Update to Ruby 2.1.1.
2fb58f
- Revert regression of Hash#reject.
2fb58f
2fb58f
* Mon Mar 03 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-19
2fb58f
- Add RPM dependency generators for RubyGems.
2fb58f
2fb58f
* Mon Feb 10 2014 Josef Stribny <jstribny@redhat.com> - 2.1.0-19
2fb58f
- Don't link cert.pem explicitely
2fb58f
2fb58f
* Wed Jan 15 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-18
2fb58f
- Don't generate documentation on unexpected places.
2fb58f
- Detect if rubygems are running under rpmbuild and install gem binary
2fb58f
  extensions into appropriate place.
2fb58f
- Add support for ppc64le arch (rhbz#1053263).
2fb58f
- Re-enable some test cases, which are passing now with Kernel 3.12.8+.
2fb58f
- Backport fix for floating point issues on i686.
2fb58f
2fb58f
* Thu Jan 02 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-17
2fb58f
- Upgrade to Ruby 2.1.0.
2fb58f
- Move RPM macros into /usr/lib/rpm/macros.d directory.
2fb58f
- Allow MD5 in OpenSSL for tests.
2fb58f
2fb58f
* Tue Jul 30 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-15
2fb58f
- Move Psych symlinks to vendor dir, to prevent F18 -> F19 upgrade issues
2fb58f
  (rhbz#988490).
2fb58f
2fb58f
* Mon Jul 15 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-14
2fb58f
- Add forgotten psych.rb link into rubygem-psych to fix "private method `load'
2fb58f
  called for Psych:Moduler" error (rhbz#979133).
2fb58f
2fb58f
* Thu Jul 11 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-13
2fb58f
- Fixes multilib conlicts of .gemspec files.
2fb58f
- Make symlinks for psych gem to ruby stdlib dirs (rhbz#979133).
2fb58f
- Use system-wide cert.pem.
2fb58f
2fb58f
* Thu Jul 04 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-12
2fb58f
- Fix RubyGems search paths when building gems with native extension
2fb58f
  (rhbz#979133).
2fb58f
2fb58f
* Tue Jul 02 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-11
2fb58f
- Fix RubyGems version.
2fb58f
2fb58f
* Tue Jul 02 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-10
2fb58f
- Better support for build without configuration (rhbz#977941).
2fb58f
2fb58f
* Mon Jul 01 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-9
2fb58f
- Update to Ruby 2.0.0-p247 (rhbz#979605).
2fb58f
- Fix CVE-2013-4073.
2fb58f
- Fix for wrong makefiles created by mkmf (rhbz#921650).
2fb58f
- Add support for ABRT autoloading.
2fb58f
2fb58f
* Fri May 17 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.195-8
2fb58f
- Update to Ruby 2.0.0-p195 (rhbz#917374).
2fb58f
- Fix object taint bypassing in DL and Fiddle (CVE-2013-2065).
2fb58f
- Fix build against OpenSSL with enabled ECC curves.
2fb58f
- Add aarch64 support (rhbz#926463).
2fb58f
2fb58f
* Fri Apr 19 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-7
2fb58f
- Macro definition moved into macros.ruby and macros.rubygems files.
2fb58f
- Added filtering macros.
2fb58f
- Filter automatically generated provides of private libraries (rhbz#947408).
2fb58f
2fb58f
* Fri Mar 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-6
2fb58f
- Fix RbConfig::CONFIG['exec_prefix'] returns empty string (rhbz#924851).
2fb58f
2fb58f
* Thu Mar 21 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-5
2fb58f
- Make Ruby buildable without rubypick.
2fb58f
- Prevent random test failures.
2fb58f
2fb58f
* Fri Mar 08 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.0.0.0-4
2fb58f
- Don't mark rpm config file as %%config (fpc#259)
2fb58f
2fb58f
* Tue Mar 05 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-3
2fb58f
- Avoid "method redefined;" warnings due to modified operating_system.rb.
2fb58f
- Fix strange paths created during build of binary gems.
2fb58f
2fb58f
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-2
2fb58f
- Prevent squash of %%gem_install with following line.
2fb58f
2fb58f
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-1
2fb58f
- Update to Ruby 2.0.0-p0.
2fb58f
- Change %%{ruby_extdir} to %%{ruby_extdir_mri} in preparation for better
2fb58f
  JRuby support.
2fb58f
2fb58f
* Mon Feb 25 2013 Mamoru TASAKA <mtasaka@fedoraprojec.org> - 2.0.0.0-0.3.r39387
2fb58f
- Move test-unit.gemspec to -libs subpackage for now because rubygems
2fb58f
  2.0.0 does not create this
2fb58f
2fb58f
* Fri Feb 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.2.r39387
2fb58f
- Fix issues with wrong value of Rubygem's shebang introduced in r39267.
2fb58f
2fb58f
* Fri Feb 22 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.0-0.1.r39387
2fb58f
- Upgrade to Ruby 2.0.0 (r39387).
2fb58f
- Introduce %%gem_install macro.
2fb58f
- Build against libdb instead of libdb4 (rhbz#894022).
2fb58f
- Move native extensions from exts to ruby directory.
2fb58f
- Enable most of the PPC test suite.
2fb58f
- Change ruby(abi) -> ruby(release).
2fb58f
- Rename ruby executable to ruby-mri, to be prepared for RubyPick.
2fb58f
- Add ruby(runtime_executable) virtual provide, which is later used
2fb58f
  by RubyPick.
2fb58f
- RDoc now depends on JSON.
2fb58f
- Try to make -doc subpackage noarch again, since the new RDoc should resolve
2fb58f
  the arch dependent issues (https://github.com/rdoc/rdoc/issues/71).
2fb58f
- Enable SystemTap support.
2fb58f
- Add TapSet for Ruby.
2fb58f
- Split Psych into rubygem-psych subpackage.
2fb58f
2fb58f
* Mon Feb 11 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.385-28
2fb58f
- Update to 1.9.3 p385
2fb58f
2fb58f
* Sat Jan 19 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.374-27
2fb58f
- Update to 1.9.3 p374
2fb58f
- Fix provided variables in pkgconfig (bug 789532:
2fb58f
  Vít Ondruch <vondruch@redhat.com>)
2fb58f
2fb58f
* Fri Jan 18 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-26
2fb58f
- Provide non-versioned pkgconfig file (bug 789532)
2fb58f
- Use db5 on F-19 (bug 894022)
2fb58f
 
2fb58f
* Wed Jan 16 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-25
2fb58f
- Backport fix for the upstream PR7629, save the proc made from the given block
2fb58f
  (bug 895173)
2fb58f
2fb58f
* Wed Jan  2 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.362-24
2fb58f
- Update to 1.9.3.362
2fb58f
2fb58f
* Mon Dec 03 2012 Jaromir Capik <jcapik@redhat.com> - 1.9.3.327-23
2fb58f
- Skipping test_parse.rb (fails on ARM at line 787)
2fb58f
- http://bugs.ruby-lang.org/issues/6899
2fb58f
2fb58f
* Sun Nov 11 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-23
2fb58f
- Skip test_str_crypt (on rawhide) for now (upstream bug 7312)
2fb58f
2fb58f
* Sat Nov 10 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-22
2fb58f
- Ignore some network related tests
2fb58f
2fb58f
* Sat Nov 10 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.327-21
2fb58f
- Update to 1.9.3.327
2fb58f
- Fix Hash-flooding DoS vulnerability on MurmurHash function
2fb58f
  (CVE-2012-5371)
2fb58f
2fb58f
* Sat Oct 13 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.3.286-19
2fb58f
- Update to 1.9.3 p286
2fb58f
- Don't create files when NUL-containing path name is passed
2fb58f
  (bug 865940, CVE-2012-4522)
2fb58f
2fb58f
* Thu Oct 04 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.9.3.194-18
2fb58f
- Patch from trunk for CVE-2012-4464, CVE-2012-4466
2fb58f
2fb58f
* Thu Sep 06 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-17
2fb58f
- Split documentation into -doc subpackage (rhbz#854418).
2fb58f
2fb58f
* Tue Aug 14 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-16
2fb58f
- Revert the dependency of ruby-libs on rubygems (rhbz#845011, rhbz#847482).
2fb58f
2fb58f
* Wed Aug 01 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-15
2fb58f
- ruby-libs must require rubygems (rhbz#845011).
2fb58f
2fb58f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.3.194-14
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2fb58f
2fb58f
* Mon Jun 11 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-13
2fb58f
- Make the bigdecimal gem a runtime dependency of Ruby.
2fb58f
2fb58f
* Mon Jun 11 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-12
2fb58f
- Make symlinks for bigdecimal and io-console gems to ruby stdlib dirs (RHBZ 829209).
2fb58f
2fb58f
* Tue May 29 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.9.3.194-11
2fb58f
- Fix license to contain Public Domain.
2fb58f
- macros.ruby now contains unexpanded macros.
2fb58f
2fb58f
* Sun Apr 22 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.9.3.194-10.1
2fb58f
- Bump release
2fb58f
2fb58f
* Fri Apr 20 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.194-1
2fb58f
- Update to Ruby 1.9.3-p194.
2fb58f
2fb58f
* Mon Apr 09 2012 Karsten Hopp <karsten@redhat.com> 1.9.3.125-3
2fb58f
- disable check on ppc(64), RH bugzilla 803698
2fb58f
2fb58f
* Wed Feb 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.3.125-2
2fb58f
- Temporarily disable make check on ARM until it's fixed upstream. Tracked in RHBZ 789410
2fb58f
2fb58f
* Mon Feb 20 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.125-1
2fb58f
- Upgrade to Ruby 1.9.3-p125.
2fb58f
2fb58f
* Sun Jan 29 2012 Mamoru Tasaka <mtasaka@fedoraprpject.org> - 1.9.3.0-7
2fb58f
- Make mkmf.rb verbose by default
2fb58f
2fb58f
* Thu Jan 26 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-6
2fb58f
- Relax dependencies to allow external updates of bundled gems.
2fb58f
2fb58f
* Wed Jan 18 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-5
2fb58f
- Initial release of Ruby 1.9.3.
2fb58f
- Add rubygems dependency on io-console for user interactions.
2fb58f
- Gems license clarification.
2fb58f
2fb58f
* Tue Jan 17 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-4
2fb58f
- Bundled gems moved into dedicated directories and subpackages.
2fb58f
- Create and own RubyGems directories for binary extensions.
2fb58f
- Fix build with GCC 4.7.
2fb58f
2fb58f
* Mon Jan 16 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-3
2fb58f
- Fix RHEL build.
2fb58f
- Fixed directory ownership.
2fb58f
- Verose build output.
2fb58f
2fb58f
* Sun Jan 15 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-2
2fb58f
- Install RubyGems outside of Ruby directory structure.
2fb58f
- RubyGems has not its own -devel subpackage.
2fb58f
- Enhanced macros.ruby and macros.rubygems.
2fb58f
- All tests are green now (bkabrda).
2fb58f
2fb58f
* Sat Jan 14 2012 Vít Ondruch <vondruch@redhat.com> - 1.9.3.0-1
2fb58f
- Initial package
2fb58f
2fb58f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.7.357-2
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2fb58f
2fb58f
* Thu Dec 29 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.357-1
2fb58f
- Update to 1.8.7p357
2fb58f
- Randomize hash on process startup (CVE-2011-4815, bug 750564)
2fb58f
2fb58f
* Fri Dec 23 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.352-2
2fb58f
- dont normalise arm cpus to arm
2fb58f
- there is something weird about how ruby choses where to put bits
2fb58f
2fb58f
* Thu Nov 17 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-3
2fb58f
- F-17: kill gdbm support for now due to licensing compatibility issue
2fb58f
2fb58f
* Sat Oct  1 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-2
2fb58f
- F-17: rebuild against new gdbm
2fb58f
2fb58f
* Sat Jul 16 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.352-1
2fb58f
- Update to 1.8.7 p352
2fb58f
- CVE-2011-2686 is fixed in this version (bug 722415)
2fb58f
- Update ext/tk to the latest git
2fb58f
- Remove duplicate path entry (bug 718695)
2fb58f
2fb58f
* Thu Jul 14 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.334-4
2fb58f
- Once fix FTBFS (bug 716021)
2fb58f
2fb58f
* Mon Jul 11 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.334-3
2fb58f
- normalise arm cpus to arm
2fb58f
2fb58f
* Mon May 30 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.8.7.334-2
2fb58f
- Own %%{_normalized_cpu}-%%{_target_os} directory (bug 708816)
2fb58f
2fb58f
* Sat Feb 19 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.334-1
2fb58f
- Update to 1.8.7 p334
2fb58f
2fb58f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.7.330-3
2fb58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2fb58f
2fb58f
* Sun Jan 02 2011 Dennis Gilmore <dennis@ausil.us> - 1.8.7.330-2
2fb58f
- nomalise the 32 bit sparc archs to sparc
2fb58f
2fb58f
* Sun Dec 26 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.330-1
2fb58f
- Update to 1.8.7 p330
2fb58f
- ext/tk updated to the newest header
2fb58f
2fb58f
* Thu Nov  4 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.302-2
2fb58f
- Avoid multilib conflict on -libs subpackage (bug 649174)
2fb58f
2fb58f
* Mon Aug 23 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.302-1
2fb58f
- Update to 1.8.7.302
2fb58f
- CVE-2010-0541 (bug 587731) is fixed in this version
2fb58f
- Update ext/tk to the latest head
2fb58f
2fb58f
* Mon Aug  2 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.299-5
2fb58f
- More cleanup of spec file, expecially for rpmlint issue
2fb58f
- build ri files in %%build
2fb58f
2fb58f
* Mon Jul 26 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.7.299-4
2fb58f
- Cleanup spec file
2fb58f
- Make -irb, -rdoc subpackage noarch
2fb58f
- Make dependencies between arch-dependent subpackages isa specific
2fb58f
- Improve sample documentation gathering
2fb58f
2fb58f
* Mon Jul 12 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-3
2fb58f
- updated packaged based on feedback (from mtasaka)
2fb58f
- added comments to all patches / sources
2fb58f
- obsoleted ruby-mode, as it's now provided by the emacs package itself
2fb58f
- readded missing documentation
2fb58f
- various small compatability/regression fixes
2fb58f
2fb58f
* Tue Jul 06 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-2
2fb58f
- readded bits to pull tk package from upstream source branch
2fb58f
- removed unecessary .tk.old dir
2fb58f
- renamed macros which may cause confusion, removed unused ones
2fb58f
2fb58f
* Thu Jun 24 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.299-1
2fb58f
- integrate more of jmeyering's and mtaska's feedback
2fb58f
- removed emacs bits that are now shipped with the emacs package
2fb58f
- various patch and spec cleanup
2fb58f
- rebased to ruby 1.8.7 patch 299, removed patches no longer needed:
2fb58f
   ruby-1.8.7-openssl-1.0.patch, ruby-1.8.7-rb_gc_guard_ptr-optimization.patch
2fb58f
2fb58f
* Wed Jun 23 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-5
2fb58f
- Various fixes
2fb58f
2fb58f
* Wed Jun 23 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-4
2fb58f
- Fixed incorrect paths in 1.8.7 rpm
2fb58f
2fb58f
* Tue Jun 22 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-3
2fb58f
- Integrated Jim Meyering's feedback and changes in to:
2fb58f
- remove trailing blanks
2fb58f
- placate rpmlint
2fb58f
- ruby_* definitions: do not use trailing slashes in directory names
2fb58f
- _normalized_cpu: simplify definition
2fb58f
2fb58f
* Mon Jun 21 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-2
2fb58f
- Integrate mtasaka's feedback and changes
2fb58f
- patch101 ruby_1_8_7-rb_gc_guard_ptr-optimization.patch
2fb58f
2fb58f
* Tue Jun 15 2010 Mohammed Morsi <mmorsi@redhat.com> - 1.8.7.249-1
2fb58f
- Initial Ruby 1.8.7 specfile
2fb58f
2fb58f
* Wed May 19 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-5
2fb58f
- Retry for bug 559158, Simplify the OpenSSL::Digest class
2fb58f
  pull more change commits from ruby_1_8 branch
2fb58f
2fb58f
* Mon May 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-4
2fb58f
- Patch36 (ruby-1.8.x-RHASH_SIZE-rb_hash_lookup-def.patch)
2fb58f
  also backport rb_hash_lookup definition (bug 592936)
2fb58f
2fb58f
* Thu May 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-3
2fb58f
- ruby-1.8.x-null-class-must-be-Qnil.patch (bug 530407)
2fb58f
- Recreate some patches using upstream svn when available, and
2fb58f
  add some comments for patches
2fb58f
2fb58f
* Tue May 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-2
2fb58f
- tcltk: Give up using potentially unmaintained ruby_1_8_6 branch
2fb58f
  and instead completely replace with ruby_1_8 branch head
2fb58f
  (at this time, using rev 27738)
2fb58f
  (seems to fix 560053, 590503)
2fb58f
- Fix Japanese encoding strings under ruby-tcltk/ext/tk/sample/
2fb58f
2fb58f
* Tue Apr 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.399-1
2fb58f
- Update to 1.8.6 p 399 (bug 579675)
2fb58f
- Patch to fix gc bug causing open4 crash (bug 580993)
2fb58f
2fb58f
* Fri Mar 12 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.388-9
2fb58f
- F-14: rebuild against new gdbm
2fb58f
2fb58f
* Thu Jan 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
2fb58f
- Once revert the previous change (patch34)
2fb58f
2fb58f
* Wed Jan 27 2010 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.388-8
2fb58f
- Backport openssl/digest functions providing digest and hexdigest functions
2fb58f
  directly in OpenSSL::Digest.methods
2fb58f
- Make sure that Red Hat people version their changelog entries
2fb58f
- This is actually release #1, but now needs to be release #7
2fb58f
2fb58f
* Mon Jan 18 2010 Akira TAGOH <tagoh@redhat.com> - 1.8.6.388-1
2fb58f
- Add conditional for RHEL.
2fb58f
2fb58f
* Wed Jan 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-6
2fb58f
- CVE-2009-4492 ruby WEBrick log escape sequence (bug 554485)
2fb58f
2fb58f
* Wed Dec  9 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-5
2fb58f
- Change mkmf.rb to use LIBRUBYARG_SHARED so that have_library() works
2fb58f
  without libruby-static.a (bug 428384)
2fb58f
- And move libruby-static.a to -static subpackage
2fb58f
2fb58f
* Thu Oct 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-4
2fb58f
- Use bison to regenerate parse.c to keep the original format of error
2fb58f
  messages (bug 530275 comment 4)
2fb58f
2fb58f
* Sun Oct 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-3
2fb58f
- Patch so that irb saves its history (bug 518584, ruby issue 1556)
2fb58f
2fb58f
* Sat Oct 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.383-2
2fb58f
- Update to 1.8.6 patchlevel 383 (bug 520063)
2fb58f
2fb58f
* Wed Oct 14 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-5
2fb58f
- Much better idea for Patch31 provided by Akira TAGOH <tagoh@redhat.com>
2fb58f
2fb58f
* Wed Oct 14 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-4
2fb58f
- Fix the search path of ri command for ri manuals installed with gem
2fb58f
  (bug 528787)
2fb58f
2fb58f
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.8.6.369-3
2fb58f
- Rebuild against new openssl
2fb58f
2fb58f
* Thu Jul 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.369-2
2fb58f
- Make sure that readline.so is linked against readline 5 because
2fb58f
  Ruby is under GPLv2
2fb58f
2fb58f
* Sat Jun 20 2009  Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.369-1
2fb58f
- New patchlevel fixing CVE-2009-1904
2fb58f
- Fix directory on ARM (#506233, Kedar Sovani)
2fb58f
2fb58f
* Sun May 31 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.368-1
2fb58f
- New upstream release (p368)
2fb58f
2fb58f
* Sat Apr 11 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.287-8
2fb58f
- Merge Review fix (#226381)
2fb58f
2fb58f
* Wed Mar 18 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.8.6.287-7
2fb58f
- Fix regression in CVE-2008-3790 (#485383)
2fb58f
2fb58f
* Mon Mar 16 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8.6.287-6
2fb58f
- Again use -O2 optimization level
2fb58f
- i586 should search i386-linux directory (on <= F-11)
2fb58f
2fb58f
* Thu Mar 05 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.287-5
2fb58f
- Rebuild for gcc4.4
2fb58f
2fb58f
* Fri Feb 27 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.8.6.287-3
2fb58f
- CVE-2008-5189: CGI header injection.
2fb58f
2fb58f
* Wed Oct  8 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.287-2
2fb58f
- CVE-2008-3790: DoS vulnerability in the REXML module.
2fb58f
2fb58f
* Sat Aug 23 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.287-1
2fb58f
- New upstream release.
2fb58f
- Security fixes.
2fb58f
  - CVE-2008-3655: Ruby does not properly restrict access to critical
2fb58f
                   variables and methods at various safe levels.
2fb58f
  - CVE-2008-3656: DoS vulnerability in WEBrick.
2fb58f
  - CVE-2008-3657: Lack of taintness check in dl.
2fb58f
  - CVE-2008-1447: DNS spoofing vulnerability in resolv.rb.
2fb58f
  - CVE-2008-3443: Memory allocation failure in Ruby regex engine.
2fb58f
- Remove the unnecessary backported patches.
2fb58f
2fb58f
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.6.230-5
2fb58f
- rebuild against db4-4.7
2fb58f
2fb58f
* Tue Jul  1 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-4
2fb58f
- Backported from upstream SVN to fix a segfault issue with Array#fill.
2fb58f
2fb58f
* Mon Jun 30 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-3
2fb58f
- Backported from upstream SVN to fix a segfault issue. (#452825)
2fb58f
- Backported from upstream SVN to fix an integer overflow in rb_ary_fill.
2fb58f
2fb58f
* Wed Jun 25 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-2
2fb58f
- Fix a segfault issue. (#452810)
2fb58f
2fb58f
* Tue Jun 24 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.230-1
2fb58f
- New upstream release.
2fb58f
- Security fixes. (#452295)
2fb58f
  - CVE-2008-1891: WEBrick CGI source disclosure.
2fb58f
  - CVE-2008-2662: Integer overflow in rb_str_buf_append().
2fb58f
  - CVE-2008-2663: Integer overflow in rb_ary_store().
2fb58f
  - CVE-2008-2664: Unsafe use of alloca in rb_str_format().
2fb58f
  - CVE-2008-2725: Integer overflow in rb_ary_splice().
2fb58f
  - CVE-2008-2726: Integer overflow in rb_ary_splice().
2fb58f
- ruby-1.8.6.111-CVE-2007-5162.patch: removed.
2fb58f
- Build ruby-mode package for all archtectures.
2fb58f
2fb58f
* Tue Mar  4 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.114-1
2fb58f
- Security fix for CVE-2008-1145.
2fb58f
- Improve a spec file. (#226381)
2fb58f
  - Correct License tag.
2fb58f
  - Fix a timestamp issue.
2fb58f
  - Own a arch-specific directory.
2fb58f
2fb58f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.8.6.111-9
2fb58f
- Autorebuild for GCC 4.3
2fb58f
2fb58f
* Tue Feb 19 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-8
2fb58f
- Rebuild for gcc-4.3.
2fb58f
2fb58f
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-7
2fb58f
- Revert the change of libruby-static.a. (#428384)
2fb58f
2fb58f
* Fri Jan 11 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-6
2fb58f
- Fix an unnecessary replacement for shebang. (#426835)
2fb58f
2fb58f
* Fri Jan  4 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-5
2fb58f
- Rebuild.
2fb58f
2fb58f
* Fri Dec 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-4
2fb58f
- Clean up again.
2fb58f
2fb58f
* Fri Dec 21 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-3
2fb58f
- Clean up the spec file.
2fb58f
- Remove ruby-man-1.4.6 stuff. this is entirely the out-dated document.
2fb58f
  this could be replaced by ri.
2fb58f
- Disable the static library building.
2fb58f
2fb58f
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.8.6.111-2
2fb58f
 - Rebuild for openssl bump
2fb58f
2fb58f
* Wed Oct 31 2007 Akira TAGOH <tagoh@redhat.com>
2fb58f
- Fix the dead link.
2fb58f
2fb58f
* Mon Oct 29 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-1
2fb58f
- New upstream release.
2fb58f
- ruby-1.8.6.111-CVE-2007-5162.patch: Update a bit with backporting the changes
2fb58f
   at trunk to enable the fix without any modifications on the users' scripts.
2fb58f
   Note that Net::HTTP#enable_post_connection_check isn't available anymore.
2fb58f
   If you want to disable this post-check, you should give OpenSSL::SSL::VERIFY_NONE
2fb58f
   to Net::HTTP#verify_mode= instead of.
2fb58f
2fb58f
* Mon Oct 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-2
2fb58f
- Enable pthread support for ppc too. (#201452)
2fb58f
- Fix unexpected dependencies appears in ruby-libs. (#253325)
2fb58f
2fb58f
* Wed Oct 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-1
2fb58f
- New upstream release.
2fb58f
  - ruby-r12567.patch: removed.
2fb58f
- ruby-1.8.6-CVE-2007-5162.patch: security fix for Net::HTTP that is
2fb58f
  insufficient verification of SSL certificate.
2fb58f
2fb58f
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-4
2fb58f
- Rebuild
2fb58f
2fb58f
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
2fb58f
- Update License tag.
2fb58f
2fb58f
* Mon Jun 25 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-3
2fb58f
- ruby-r12567.patch: backport patch from upstream svn to get rid of
2fb58f
  the unnecessary declarations. (#245446)
2fb58f
2fb58f
* Wed Jun 20 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-2
2fb58f
- New upstream release.
2fb58f
  - Fix Etc::getgrgid to get the correct gid as requested. (#236647)
2fb58f
2fb58f
* Wed Mar 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-2
2fb58f
- Fix search path breakage. (#234029)
2fb58f
2fb58f
* Thu Mar 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-1
2fb58f
- New upstream release.
2fb58f
- clean up a spec file.
2fb58f
2fb58f
* Tue Feb 13 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-2
2fb58f
- Rebuild
2fb58f
2fb58f
* Mon Feb  5 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-1
2fb58f
- New upstream release.
2fb58f
2fb58f
* Mon Dec 11 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5.2-1
2fb58f
- security fix release.
2fb58f
2fb58f
* Fri Oct 27 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-4
2fb58f
- security fix release.
2fb58f
- ruby-1.8.5-cgi-CVE-2006-5467.patch: fix a CGI multipart parsing bug that
2fb58f
  causes the denial of service. (#212396)
2fb58f
2fb58f
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.8.5-3
2fb58f
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
2fb58f
2fb58f
* Tue Sep 26 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-2
2fb58f
- fixed rbconfig.rb to refer to DESTDIR for sitearchdir. (#207311)
2fb58f
2fb58f
* Mon Aug 28 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-1
2fb58f
- New upstream release.
2fb58f
- removed the unnecessary patches:
2fb58f
  - ruby-1.8.4-no-eaccess.patch
2fb58f
  - ruby-1.8.4-64bit-pack.patch
2fb58f
  - ruby-1.8.4-fix-insecure-dir-operation.patch
2fb58f
  - ruby-1.8.4-fix-insecure-regexp-modification.patch
2fb58f
  - ruby-1.8.4-fix-alias-safe-level.patch
2fb58f
- build with --enable-pthread except on ppc.
2fb58f
- ruby-1.8.5-hash-memory-leak.patch: backported from CVS to fix a memory leak
2fb58f
  on Hash. [ruby-talk:211233]
2fb58f
2fb58f
* Mon Aug  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-12
2fb58f
- owns sitearchdir. (#201208)
2fb58f
2fb58f
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-11
2fb58f
- security fixes [CVE-2006-3694]
2fb58f
  - ruby-1.8.4-fix-insecure-dir-operation.patch:
2fb58f
  - ruby-1.8.4-fix-insecure-regexp-modification.patch: fixed the insecure
2fb58f
    operations in the certain safe-level restrictions. (#199538)
2fb58f
  - ruby-1.8.4-fix-alias-safe-level.patch: fixed to not bypass the certain
2fb58f
    safe-level restrictions. (#199543)
2fb58f
2fb58f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-10.fc6.1
2fb58f
- rebuild
2fb58f
2fb58f
* Mon Jun 19 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-10
2fb58f
- fixed the wrong file list again. moved tcltk library into ruby-tcltk.
2fb58f
  (#195872)
2fb58f
2fb58f
* Thu Jun  8 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-8
2fb58f
- ruby-deprecated-sitelib-search-path.patch: correct the order of search path.
2fb58f
2fb58f
* Wed Jun  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-7
2fb58f
- exclude ppc64 to make ruby-mode package. right now emacs.ppc64 isn't provided
2fb58f
  and buildsys became much stricter.
2fb58f
- ruby-deprecated-sitelib-search-path.patch: applied to add more search path
2fb58f
  for backward compatiblity.
2fb58f
- added byacc to BuildReq. (#194161)
2fb58f
2fb58f
* Wed May 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-6
2fb58f
- ruby-deprecated-search-path.patch: added the deprecated installation paths
2fb58f
  to the search path for the backward compatibility.
2fb58f
- added a Provides: ruby(abi) to ruby-libs.
2fb58f
- ruby-1.8.4-64bit-pack.patch: backport patch from upstream to fix unpack("l")
2fb58f
  not working on 64bit arch and integer overflow on template "w". (#189350)
2fb58f
- updated License tag to be more comfortable, and with a pointer to get more
2fb58f
  details, like Python package does. (#179933)
2fb58f
- clean up.
2fb58f
2fb58f
* Wed Apr 19 2006 Akira TAGOH <tagoh@redhat.com>
2fb58f
- ruby-rubyprefix.patch: moved all arch-independent modules under /usr/lib/ruby
2fb58f
  and keep arch-dependent modules under /usr/lib64/ruby for 64bit archs.
2fb58f
  so 'rubylibdir', 'sitelibdir' and 'sitedir' in Config::CONFIG points to
2fb58f
  the kind of /usr/lib/ruby now. (#184199)
2fb58f
2fb58f
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-4
2fb58f
- correct sitelibdir. (#184198)
2fb58f
2fb58f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.2
2fb58f
- bump again for double-long bug on ppc(64)
2fb58f
2fb58f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.1
2fb58f
- rebuilt for new gcc4.1 snapshot and glibc changes
2fb58f
2fb58f
* Mon Feb  6 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-3
2fb58f
- ruby-1.8.4-no-eaccess.patch: backported from ruby CVS to avoid conflict
2fb58f
  between newer glibc. (#179835)
2fb58f
2fb58f
* Wed Jan  4 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-2
2fb58f
- ruby-tcltk-multilib.patch: fixed a typo.
2fb58f
2fb58f
* Tue Dec 27 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-1
2fb58f
- New upstream release.
2fb58f
  - fixed a missing return statement. (#140833)
2fb58f
  - fixed an use of uninitialized variable. (#144890)
2fb58f
2fb58f
* Fri Dec 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.4.preview2
2fb58f
- updates to 1.8.4-preview2.
2fb58f
- renamed the packages to ruby-* (#175765)
2fb58f
  - irb  -> ruby-irb
2fb58f
  - rdoc -> ruby-rdoc
2fb58f
  - ri   -> ruby-ri
2fb58f
- added tcl-devel and tk-devel into BuildRequires.
2fb58f
2fb58f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Thu Nov 10 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.3.preview1
2fb58f
- rebuilt against the latest openssl.
2fb58f
2fb58f
* Tue Nov  1 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.2.preview1
2fb58f
- build-deps libX11-devel instead of xorg-x11-devel.
2fb58f
2fb58f
* Mon Oct 31 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.1.preview1
2fb58f
- New upstream release.
2fb58f
- ruby-1.8.2-strscan-memset.patch: removed because it's no longer needed.
2fb58f
2fb58f
* Tue Oct  4 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-4
2fb58f
- moved the documents from ruby-libs to ruby-docs, which contains the arch
2fb58f
  specific thing and to be multilib support. (#168826)
2fb58f
2fb58f
* Mon Oct  3 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-3
2fb58f
- fixed the wrong file list. the external library for tcl/tk was included
2fb58f
  in ruby-libs unexpectedly.
2fb58f
2fb58f
* Mon Sep 26 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-2
2fb58f
- ruby-multilib.patch: added another chunk for multilib. (#169127)
2fb58f
2fb58f
* Wed Sep 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-1
2fb58f
- New upstream release.
2fb58f
- Build-Requires xorg-x11-devel instead of XFree86-devel.
2fb58f
- ruby-multilib.patch: applied for only 64-bit archs.
2fb58f
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: removed. it has already been in upstream.
2fb58f
2fb58f
* Tue Jun 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-9
2fb58f
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command execution
2fb58f
  on XMLRPC server. (#161096)
2fb58f
2fb58f
* Thu Jun 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-8
2fb58f
- ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)
2fb58f
2fb58f
* Thu Apr  7 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-7
2fb58f
- ruby-1.8.2-deadcode.patch: removed the dead code from the source. (#146108)
2fb58f
- make sure that all documentation files in ruby-docs are the world-
2fb58f
  readable. (#147279)
2fb58f
2fb58f
* Tue Mar 22 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-6
2fb58f
- ruby-1.8.2-strscan-memset.patch: fixed an wrong usage of memset(3).
2fb58f
2fb58f
* Tue Mar 15 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-5
2fb58f
- rebuilt
2fb58f
2fb58f
* Tue Jan 25 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-4
2fb58f
- fixed the wrong generation of file manifest. (#146055)
2fb58f
- spec file clean up.
2fb58f
2fb58f
* Mon Jan 24 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-3
2fb58f
- separated out to rdoc package.
2fb58f
- make the dependency of irb for rdoc. (#144708)
2fb58f
2fb58f
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1.8.2-2
2fb58f
- Rebuilt for new readline.
2fb58f
2fb58f
* Wed Jan  5 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-1
2fb58f
- New upstream release.
2fb58f
- ruby-1.8.1-ia64-stack-limit.patch: removed - it's no longer needed.
2fb58f
- ruby-1.8.1-cgi_session_perms.patch: likewise.
2fb58f
- ruby-1.8.1-cgi-dos.patch: likewise.
2fb58f
- generated Ruby interactive documentation - senarated package.
2fb58f
  it's now provided as ri package. (#141806)
2fb58f
2fb58f
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.8.1-10
2fb58f
- rebuild against db-4.3.21.
2fb58f
2fb58f
* Wed Nov 10 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-9
2fb58f
- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
2fb58f
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
2fb58f
2fb58f
* Fri Oct 29 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-8
2fb58f
- added openssl-devel and db4-devel into BuildRequires (#137479)
2fb58f
2fb58f
* Wed Oct  6 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-7
2fb58f
- require emacs-common instead of emacs.
2fb58f
2fb58f
* Wed Jun 23 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-4
2fb58f
- updated the documentation.
2fb58f
2fb58f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Wed Feb 04 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-1
2fb58f
- New upstream release.
2fb58f
- don't use any optimization for ia64 to avoid the build failure.
2fb58f
- ruby-1.8.1-ia64-stack-limit.patch: applied to fix SystemStackError when the optimization is disabled.
2fb58f
2fb58f
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-3
2fb58f
- rebuild against db-4.2.52.
2fb58f
2fb58f
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-2
2fb58f
- rebuild against db-4.2.42.
2fb58f
2fb58f
* Tue Aug  5 2003 Akira TAGOH <tagoh@redhat.com> 1.8.0-1
2fb58f
- New upstream release.
2fb58f
2fb58f
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9.1
2fb58f
- rebuilt
2fb58f
2fb58f
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9
2fb58f
- ruby-1.6.8-castnode.patch: handling the nodes with correct cast.
2fb58f
  use this patch now instead of ruby-1.6.8-fix-x86_64.patch.
2fb58f
2fb58f
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-8
2fb58f
- rebuilt
2fb58f
2fb58f
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-7
2fb58f
- fix the gcc warnings. (#82192)
2fb58f
- ruby-1.6.8-fix-x86_64.patch: correct a patch.
2fb58f
  NOTE: DON'T USE THIS PATCH FOR BIG ENDIAN ARCHITECTURE.
2fb58f
- ruby-1.6.7-long2int.patch: removed.
2fb58f
2fb58f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 1.6.8-5
2fb58f
- rebuild against ucs4 tcltk
2fb58f
2fb58f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
2fb58f
- rebuilt
2fb58f
2fb58f
* Wed Jan 22 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-3
2fb58f
- ruby-1.6.8-multilib.patch: applied to fix the search path issue on x86_64
2fb58f
2fb58f
* Tue Jan 21 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-2
2fb58f
- ruby-1.6.8-require.patch: applied to fix the search bug in require.
2fb58f
- don't apply long2int patch to s390 and s390x. it doesn't work.
2fb58f
2fb58f
* Wed Jan 15 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-1
2fb58f
- New upstream release.
2fb58f
- removed some patches. it's no longer needed.
2fb58f
  - ruby-1.6.7-100.patch
2fb58f
  - ruby-1.6.7-101.patch
2fb58f
  - ruby-1.6.7-102.patch
2fb58f
  - ruby-1.6.7-103.patch
2fb58f
  - 801_extmk.rb-shellwords.patch
2fb58f
  - 801_mkmf.rb-shellwords.patch
2fb58f
  - 804_parse.y-new-bison.patch
2fb58f
  - 805_uri-bugfix.patch
2fb58f
  - ruby-1.6.6-900_XXX_strtod.patch
2fb58f
  - ruby-1.6.7-sux0rs.patch
2fb58f
  - ruby-1.6.7-libobj.patch
2fb58f
2fb58f
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 1.6.7-14
2fb58f
- rebuild to update tcltk deps
2fb58f
2fb58f
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 1.6.7-13
2fb58f
- Remove ExcludeArch: x86_64
2fb58f
- Fix x86_64 ruby with long2int.patch (ruby was assuming that sizeof(long)
2fb58f
  == sizeof(int). The patch does not fix the source of the problem, just
2fb58f
  makes it a non-issue.)
2fb58f
- _smp_mflags
2fb58f
2fb58f
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 1.6.7-12
2fb58f
- rebuild to fix broken tcltk deps
2fb58f
2fb58f
* Tue Oct 22 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-11
2fb58f
- use %%configure macro instead of configure script.
2fb58f
- use the latest config.{sub,guess}.
2fb58f
- get archname from rbconfig.rb for %%dir
2fb58f
- applied some patches from Debian:
2fb58f
  - 801_extmk.rb-shellwords.patch: use Shellwords
2fb58f
  - 801_mkmf.rb-shellwords.patch: mkmf.rb creates bad Makefile. the Makefile
2fb58f
    links libruby.a to the target.
2fb58f
  - 803_sample-fix-shbang.patch: all sample codes should be
2fb58f
    s|/usr/local/bin|/usr/bin|g
2fb58f
  - 804_parse.y-new-bison.patch: fix syntax warning.
2fb58f
  - 805_uri-bugfix.patch: uri.rb could not handle correctly broken mailto-uri.
2fb58f
- add ExcludeArch x86_64 temporarily to fix Bug#74581. Right now ruby can't be
2fb58f
  built on x86_64.
2fb58f
2fb58f
* Tue Aug 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-10
2fb58f
- moved sitedir to /usr/lib/ruby/site_ruby again according as our perl and
2fb58f
  python.
2fb58f
- ruby-1.6.7-resolv1.patch, ruby-1.6.7-resolv2.patch: applied to fix 'Too many
2fb58f
  open files - "/etc/resolv.conf"' issue. (Bug#64830)
2fb58f
2fb58f
* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-9
2fb58f
- add the owned directory.
2fb58f
2fb58f
* Fri Jul 12 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-8
2fb58f
- fix typo.
2fb58f
2fb58f
* Thu Jul 04 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-7
2fb58f
- removed the ruby-mode-xemacs because it's merged to the xemacs sumo.
2fb58f
2fb58f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
2fb58f
- automated rebuild
2fb58f
2fb58f
* Wed Jun 19 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-5
2fb58f
- fix the stripped binary.
2fb58f
- use the appropriate macros.
2fb58f
2fb58f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
2fb58f
- automated rebuild
2fb58f
2fb58f
* Thu May 23 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-3
2fb58f
- ruby-1.6.7-libobj.patch: applied to fix autoconf2.53 error.
2fb58f
2fb58f
* Mon Mar 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-2
2fb58f
- ruby-man-1.4.6-jp.tar.bz2: removed.
2fb58f
- ruby-refm-rdp-1.4.7-ja-html.tar.bz2: uses it instead of.
2fb58f
- ruby-1.6.7-500-marshal-proc.patch, ruby-1.6.7-501-class-var.patch:
2fb58f
  removed.
2fb58f
- ruby-1.6.7-100.patch: applied a bug fix patch.
2fb58f
  (ruby-dev#16274: patch for 'wm state')
2fb58f
  (PR#206ja: SEGV handle EXIT)
2fb58f
- ruby-1.6.7-101.patch: applied a bug fix patch.
2fb58f
  (ruby-list#34313: singleton should not be Marshal.dump'ed)
2fb58f
  (ruby-dev#16411: block local var)
2fb58f
- ruby-1.6.7-102.patch: applied a bug fix patch.
2fb58f
  (handling multibyte chars is partially broken)
2fb58f
- ruby-1.6.7-103.patch: applied a bug fix patch.
2fb58f
  (ruby-dev#16462: preserve reference for GC, but link should be cut)
2fb58f
2fb58f
* Fri Mar  8 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-1
2fb58f
- New upstream release.
2fb58f
- ruby-1.6.6-100.patch, ruby-1.6.6-501-ruby-mode.patch:
2fb58f
  removed. these patches no longer should be needed.
2fb58f
- ruby-1.6.7-500-marshal-proc.patch: applied a fix patch.
2fb58f
  (ruby-dev#16178: Marshal::dump should call Proc#call.)
2fb58f
- ruby-1.6.7-501-class-var.patch: applied a fix patch.
2fb58f
  (ruby-talk#35157: class vars broken in 1.6.7)
2fb58f
2fb58f
* Wed Feb 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-5
2fb58f
- Disable alpha because nothing is xemacs for alpha now.
2fb58f
2fb58f
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-3
2fb58f
- Fixed the duplicate files.
2fb58f
2fb58f
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-2
2fb58f
- Fixed the missing %%defattr
2fb58f
2fb58f
* Fri Feb  1 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-1
2fb58f
- New upstream release.
2fb58f
- Applied bug fix patches:
2fb58f
  - ruby-1.6.6-501-ruby-mode.patch: ruby-talk#30479: disables font-lock
2fb58f
    coloring.
2fb58f
  - ruby-1.6.6-100.patch: ruby-talk#30203: Ruby 1.6.6 bug and fix
2fb58f
                          ruby-list#33047: regex bug
2fb58f
                          PR#230: problem with -d in 1.6.6
2fb58f
- Added ruby-mode and ruby-mode-xemacs packages.
2fb58f
- Ruby works fine for ia64. so re-enable to build with ia64.
2fb58f
  (probably it should be worked for alpha)
2fb58f
2fb58f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
2fb58f
- automated rebuild
2fb58f
2fb58f
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4-2
2fb58f
- Remove Japanese description and summaries; they belong in specspo and
2fb58f
  break rpm
2fb58f
- Clean up specfile
2fb58f
- Mark language specific files (README.jp) as such
2fb58f
- bzip2 sources
2fb58f
- rename the libruby package to ruby-libs for consistency
2fb58f
- Exclude ia64 (doesn't build - the code doesn't seem to be 64-bit clean
2fb58f
  [has been excluded on alpha forever])
2fb58f
2fb58f
* Tue Jul 17 2001 Akira TAGOH <tagoh@redhat.com> 1.6.4-1
2fb58f
- rebuild for Red Hat 7.2
2fb58f
2fb58f
* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
2fb58f
- upgrade to nwe upstream version 1.6.4.
2fb58f
2fb58f
* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
2fb58f
- applied patch:
2fb58f
  - fixed method cache bug. etc. (Patch103, Patch104)
2fb58f
2fb58f
* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
2fb58f
- applied patch:
2fb58f
  - fixed marshal for bignum bug.
2fb58f
  - fixed scope of constant variables bug.
2fb58f
2fb58f
* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
2fb58f
- upgraded to new upstream version 1.6.3.
2fb58f
2fb58f
* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
2fb58f
- fixed bad group for libruby.
2fb58f
- Applied patch: upgraded to cvs version (2001-02-08):
2fb58f
  fixed minor bugs.
2fb58f
2fb58f
* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
2fb58f
- Applied patch: upgraded to cvs version (2001-01-15):
2fb58f
  fixed minor bugs(e.g. ruby makes extention librares too large...).
2fb58f
2fb58f
* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
2fb58f
- Applied patch: upgraded to cvs version (2001-01-09):
2fb58f
  fixed minor bugs.
2fb58f
2fb58f
* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Applied bug fix patch.
2fb58f
2fb58f
* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Updated to new upstream version 1.6.2.
2fb58f
2fb58f
* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
2fb58f
  (upgraded ruby to latest cvs version, 1.6.2-preview4).
2fb58f
2fb58f
* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
- new package: libruby
2fb58f
2fb58f
* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
- Removed ruby-dev.11262.patch, ruby-dev.11265.patch,
2fb58f
  and ruby-dev.11268.patch (included into above patch).
2fb58f
2fb58f
* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
2fb58f
- build on gcc-2.95.3
2fb58f
2fb58f
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Added ruby-dev.11268.patch.
2fb58f
2fb58f
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
- Added ruby-dev.11262.patch.
2fb58f
- Added ruby-dev.11265.patch.
2fb58f
2fb58f
* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Wed Sep 27 2000 akira yamada <akira@vinelinux.org>
2fb58f
- Updated to upstream version 1.6.1.
2fb58f
- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
2fb58f
  (upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Tue Aug 29 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated to version 1.4.6.
2fb58f
- removed ruby-dev.10123.patch(included into ruby-1.4.6).
2fb58f
- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
2fb58f
2fb58f
* Tue Jun 27 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated manuals to version 1.4.5.
2fb58f
2fb58f
* Sun Jun 25 2000 akira yamada <akira@redhat.com>
2fb58f
- Added ruby-dev.10123.patch.
2fb58f
2fb58f
* Sat Jun 24 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated to version 1.4.5.
2fb58f
- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
2fb58f
2fb58f
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated to version 1.4.4(06/22/2000 CVS).
2fb58f
- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
2fb58f
2fb58f
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
2fb58f
- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
2fb58f
2fb58f
* Tue Jun 20 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated to version 1.4.4(06/20/2000 CVS).
2fb58f
- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
2fb58f
- Added ruby-dev.10054.patch.
2fb58f
2fb58f
* Thu Jun 15 2000 akira yamada <akira@redhat.com>
2fb58f
- Updated to version 1.4.4(06/12/2000 CVS).
2fb58f
- Added manuals and FAQs.
2fb58f
- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
2fb58f
2fb58f
* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
2fb58f
- Updated to version 1.4.4
2fb58f
2fb58f
* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.4.3
2fb58f
2fb58f
* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.4.2 (Sep 18)
2fb58f
2fb58f
* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.4.2
2fb58f
2fb58f
* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.4.0
2fb58f
2fb58f
* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- 2nd release
2fb58f
- Updated to version 1.2.6(15 Jul 1999)
2fb58f
- striped %%{prefix}/bin/ruby
2fb58f
2fb58f
* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.2.6(21 Jun 1999)
2fb58f
2fb58f
* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.2.5
2fb58f
2fb58f
* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
2fb58f
- Updated to version 1.2.4
2fb58f
2fb58f
* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- Version up to 1.2 stable.
2fb58f
2fb58f
* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- Version up to 1.1c9.
2fb58f
2fb58f
* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- Version up to 1.1c8, however it appear short life :-P
2fb58f
2fb58f
* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- Version up.
2fb58f
2fb58f
* Tue Sep 22 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- To make a libruby.so.
2fb58f
2fb58f
* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
2fb58f
- Modified SPEC in order to install libruby.a so that it should be used by
2fb58f
  another ruby entention.
2fb58f
- 2nd release.
2fb58f
2fb58f
* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
2fb58f
- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>