From 5ca1e48525bdd684132de5c7fc80d97fbaa28bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 19 Oct 2015 13:26:19 +0200 Subject: [PATCH] Upgrade to Ruby 2.3.0 (r52191). --- ruby.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby.spec b/ruby.spec index 1c618fb..c610a77 100644 --- a/ruby.spec +++ b/ruby.spec @@ -10,7 +10,7 @@ #%%global milestone rc1 # Keep the revision enabled for pre-releases from SVN. -%global revision 52116 +%global revision 52191 %global ruby_archive %{name}-%{ruby_version} @@ -922,8 +922,8 @@ make check TESTS="-v $DISABLE_TESTS" %{ruby_libdir}/tkextlib %changelog -* Tue May 05 2015 Vít Ondruch - 2.3.0-0.5.r52116 -- Upgrade to Ruby 2.3.0 (r52116). +* Tue May 05 2015 Vít Ondruch - 2.3.0-0.5.r52191 +- Upgrade to Ruby 2.3.0 (r52191). - Initialize all load paths in operating_system.rb. - Fix directory ownership. - Fix the git BR following the git package split.