Blame SPECS/ruby.spec

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