From 9ce6d473c9eb38a9144cfbc6633e87c21139bbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 8 Jan 2019 15:40:09 +0100 Subject: [PATCH] Bump the release to have higher rubygem-json NVR. This makes the bundled rubygem-json installed over the standalone package. --- ruby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 18c3b7f..2168e3d 100644 --- a/ruby.spec +++ b/ruby.spec @@ -21,7 +21,7 @@ %endif -%global release 103 +%global release 110 %{!?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 @@ -1181,7 +1181,7 @@ make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS" %{_mandir}/man5/gemfile.5* %changelog -* Tue Nov 20 2018 Vít Ondruch - 2.6.0-103 +* Tue Nov 20 2018 Vít Ondruch - 2.6.0-110 - Upgrade to Ruby 2.6.0. - Extract IRB into rubygem- subpackage. - Extract Bundler into subpackage.