From 06a69a4fd92bc7d9c4cc3ccabf1ebff5f5a2b216 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Jul 02 2013 10:46:48 +0000 Subject: Fix RubyGems version. --- diff --git a/ruby.spec b/ruby.spec index 6889f1c..951038f 100644 --- a/ruby.spec +++ b/ruby.spec @@ -26,10 +26,10 @@ %endif -%global release 10 +%global release 11 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} -%global rubygems_version 2.0.2 +%global rubygems_version 2.0.3 # The RubyGems library has to stay out of Ruby directory three, since the # RubyGems should be share by all Ruby implementations. @@ -882,6 +882,9 @@ make check TESTS="-v $DISABLE_TESTS" %{ruby_libdir}/tkextlib %changelog +* Tue Jul 02 2013 Vít Ondruch - 2.0.0.247-11 +- Fix RubyGems version. + * Tue Jul 02 2013 Vít Ondruch - 2.0.0.247-10 - Better support for build without configuration (rhbz#977941).