[ruby/ruby-2.0] Add TODO to fix ruby_abi for official release.

Vít Ondruch vondruch at fedoraproject.org
Wed Dec 5 15:46:48 UTC 2012


commit 4569d76cb7f943a701ecf3938758acc27cf64c08
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Dec 5 16:46:30 2012 +0100

    Add TODO to fix ruby_abi for official release.

 ruby.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index eaaebb3..7a8fec4 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -7,7 +7,9 @@
 
 %global ruby_version %{major_minor_version}.%{teeny_version}
 %global ruby_version_patch_level %{major_minor_version}.%{teeny_version}.%{patch_level}
-# Ruby 2.0 keeps the abi Ruby 1.9.1 compatible.
+# 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
 


More information about the scm-commits mailing list