[kross-interpreters] ruby stuff only compat with 1.9.x

Rex Dieter rdieter at fedoraproject.org
Thu Oct 24 02:47:47 UTC 2013


commit 8e9d0378a7ab0b13867b24647b79a16c65dc16a1
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Oct 23 21:47:43 2013 -0500

    ruby stuff only compat with 1.9.x

 kross-interpreters.spec |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/kross-interpreters.spec b/kross-interpreters.spec
index 7693f8b..1f3d767 100644
--- a/kross-interpreters.spec
+++ b/kross-interpreters.spec
@@ -4,14 +4,10 @@
 ## java needs love
 #define kross_java 1
 
-%if 0%{?fedora} > 16 || 0%{?rhel} > 6
-# busted, 
-# http://bugzilla.redhat.com/794742
-# http://bugs.kde.org/243565
-%global ruby_abi 1.9.1
-%else
+%if 0%{?fedora} == 18
+# Only compatible with ruby-1.9.x currently
 %define kross_ruby 1
-%global ruby_abi 1.8
+%global ruby_abi 1.9.1
 %endif
 
 Name:    kross-interpreters 


More information about the scm-commits mailing list