Update to Ruby 2.4.2.
Patch10 and Patch11 subsumed.
This commit is contained in:
parent
5620ffe088
commit
185a2073bc
11
ruby.spec
11
ruby.spec
@ -1,6 +1,6 @@
|
|||||||
%global major_version 2
|
%global major_version 2
|
||||||
%global minor_version 4
|
%global minor_version 4
|
||||||
%global teeny_version 1
|
%global teeny_version 2
|
||||||
%global major_minor_version %{major_version}.%{minor_version}
|
%global major_minor_version %{major_version}.%{minor_version}
|
||||||
|
|
||||||
%global ruby_version %{major_minor_version}.%{teeny_version}
|
%global ruby_version %{major_minor_version}.%{teeny_version}
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%global rubygems_dir %{_datadir}/rubygems
|
%global rubygems_dir %{_datadir}/rubygems
|
||||||
|
|
||||||
# Bundled libraries versions
|
# Bundled libraries versions
|
||||||
%global rubygems_version 2.6.11
|
%global rubygems_version 2.6.13
|
||||||
%global molinillo_version 0.5.7
|
%global molinillo_version 0.5.7
|
||||||
|
|
||||||
# TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
|
# TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
|
||||||
@ -39,10 +39,10 @@
|
|||||||
%global bigdecimal_version 1.3.0
|
%global bigdecimal_version 1.3.0
|
||||||
%global did_you_mean_version 1.1.0
|
%global did_you_mean_version 1.1.0
|
||||||
%global io_console_version 0.4.6
|
%global io_console_version 0.4.6
|
||||||
%global json_version 2.0.2
|
%global json_version 2.0.4
|
||||||
%global minitest_version 5.10.1
|
%global minitest_version 5.10.1
|
||||||
%global net_telnet_version 0.1.1
|
%global net_telnet_version 0.1.1
|
||||||
%global openssl_version 2.0.3
|
%global openssl_version 2.0.5
|
||||||
%global power_assert_version 0.4.1
|
%global power_assert_version 0.4.1
|
||||||
%global psych_version 2.2.2
|
%global psych_version 2.2.2
|
||||||
%global rake_version 12.0.0
|
%global rake_version 12.0.0
|
||||||
@ -1022,6 +1022,9 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
|
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 18 2017 Pavel Valena <pvalena@redhat.com> - 2.4.2-84
|
||||||
|
- Update to Ruby 2.4.2.
|
||||||
|
|
||||||
* Fri Sep 08 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-84
|
* Fri Sep 08 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-84
|
||||||
- Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
|
- Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ruby-2.4.1.tar.xz) = e6fd290b6edd166348b70f0f1c56f7ed9d956c4c1eb91d97d0548041ca4196b9b75ec1ad35c745bdbfd4de195899093e7205d7f02b014ecf1c48e6f31cf25903
|
SHA512 (ruby-2.4.2.tar.xz) = c1d42272fb0d94b693452e703b0ea4942bf59cbd4b08ba83bf039f54be97ebc88511632413da0164970b4cf97bc302bccb88aab48edfa8fa147498e7ee741595
|
||||||
|
Loading…
Reference in New Issue
Block a user