Branch: master

cc979ff6 2015-12-31 10:12:46 François Andriot
RPM Packaging: minor fix for Fedora 22
M redhat/applications/koffice/koffice-14.0.0.spec
diff --git a/redhat/applications/koffice/koffice-14.0.0.spec b/redhat/applications/koffice/koffice-14.0.0.spec
index 04fb6cb..b8f5c50 100644
--- a/redhat/applications/koffice/koffice-14.0.0.spec
+++ b/redhat/applications/koffice/koffice-14.0.0.spec
@@ -1130,7 +1130,7 @@
 %endif
 
 # FTBFS on Fedora 22
-%if 0%{?fedora} >= 23
+%if 0%{?fedora} >= 22
 %__sed -i "lib/kross/ruby/rubyinterpreter.cpp" \
        -e "s|rb_set_safe_level|//rb_set_safe_level|"
 %endif