From cb8843b516ccf5335c70781378eaa8d05007e3f1 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Sun, 22 Apr 2012 16:19:25 +0900 Subject: [PATCH] Bump release --- ruby.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index 0c1095e..7dee288 100644 --- a/ruby.spec +++ b/ruby.spec @@ -51,7 +51,12 @@ Summary: An interpreter of object-oriented scripting language Name: ruby Version: %{ruby_version_patch_level} -Release: 1%{?dist} +# Note: +# As seen on perl srpm, as this (ruby) srpm contains several sub-components, +# we cannot reset the release number to 1 even when the main (ruby) version +# is updated - because it may be that the versions of sub-components don't +# change. +Release: 10.1%{?dist} Group: Development/Languages License: Ruby or BSD URL: http://ruby-lang.org/ @@ -700,6 +705,9 @@ make check TESTS="-v -x test_drbssl.rb" %{ruby_libdir}/tkextlib %changelog +* Sun Apr 22 2012 Mamoru Tasaka - 1.9.3.194-10.1 +- Bump release + * Fri Apr 20 2012 Vít Ondruch - 1.9.3.194-1 - Update to Ruby 1.9.3-p194.