[ruby] Bump ruby(abi), since rubygems layout is now incompatible anyway.

Vít Ondruch vondruch at fedoraproject.org
Fri Feb 22 14:24:02 UTC 2013


commit 205b40da9d461f0d996be452be82d40566f7692f
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jan 8 16:28:55 2013 +0100

    Bump ruby(abi), since rubygems layout is now incompatible anyway.

 ruby.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 699d5b6..1e8104f 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -7,11 +7,7 @@
 
 %global ruby_version %{major_minor_version}.%{teeny_version}
 %global ruby_version_patch_level %{major_minor_version}.%{teeny_version}.%{patch_level}
-# TODO: Fix ruby_api for official release according to
-# http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/48984
-# It is kept at 1.9.1 just for testing. All dependent libraries need rebuild.
-# %%global ruby_abi %%{major_minor_version}.0
-%global ruby_abi 1.9.1
+%global ruby_abi %{ruby_version}
 
 # Specify the named version. It has precedense to revision.
 #%%global milestone preview2


More information about the scm-commits mailing list