#54 Update to Ruby 2.5.7 in F29.
Merged 4 years ago by pvalena. Opened 4 years ago by pvalena.
rpms/ pvalena/ruby rebase-f29  into  f29

file modified
+8 -3
@@ -1,6 +1,6 @@ 

  %global major_version 2

  %global minor_version 5

- %global teeny_version 5

+ %global teeny_version 7

  %global major_minor_version %{major_version}.%{minor_version}

  

  %global ruby_version %{major_minor_version}.%{teeny_version}
@@ -21,7 +21,7 @@ 

  %endif

  

  

- %global release 101

+ %global release 102

  %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}

  

  # The RubyGems library has to stay out of Ruby directory tree, since the
@@ -46,7 +46,7 @@ 

  %global power_assert_version 1.1.1

  %global psych_version 3.0.2

  %global rake_version 12.3.0

- %global rdoc_version 6.0.1

+ %global rdoc_version 6.0.1.1

  %global test_unit_version 3.2.7

  %global xmlrpc_version 0.3.0

  
@@ -157,6 +157,8 @@ 

  BuildRequires: openssl-devel

  BuildRequires: libyaml-devel

  BuildRequires: readline-devel

+ # For test TestExtLibs#test_existence_of_zlib

+ BuildRequires: zlib-devel

  # Needed to pass test_set_program_name(TestRubyOptions)

  BuildRequires: procps

  %{?with_systemtap:BuildRequires: %{_bindir}/dtrace}
@@ -1075,6 +1077,9 @@ 

  %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec

  

  %changelog

+ * Wed Oct 09 2019 Pavel Valena <pvalena@redhat.com> - 2.6.5-102

+ - Update to Ruby 2.5.7.

+ 

  * Thu Apr 04 2019 Pavel Valena <pvalena@redhat.com> - 2.5.5-101

  - Update to Ruby 2.5.5.

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (ruby-2.5.5.tar.xz) = 06b1d58536ebfacb7b56c1e6ed4b8ab816fadc4f48c845a452554cd262e7908199a30e5793f3cbaec2db56a8803aa5c6089abf7bf06c8fc47867e97870b7dfec

+ SHA512 (ruby-2.5.7.tar.xz) = 63b7c75fab44cd1bd22f22ddec00c740cf379ac7240da0dfafcec54347766695faef47428ce1c433fd77fa96992e976c984697067fa526236d383b12adc9ce75

rebased onto 1a07de6

4 years ago

Checks:

  • Smoke test: ok
  • Tests: ok
  • Syntax check: ok
  • rpmlint: ok

Pull-Request has been merged by pvalena

4 years ago