[kdebindings] - disable csharp/mono bindings (f15+, ftbfs)

Rex Dieter rdieter at fedoraproject.org
Sat Oct 23 23:28:26 UTC 2010


commit cfa6e845b7c84c1072d82b74822bb4b9f2391671
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 23 18:34:29 2010 -0500

    - disable csharp/mono bindings (f15+, ftbfs)

 kdebindings.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kdebindings.spec b/kdebindings.spec
index a974d7d..7278b84 100644
--- a/kdebindings.spec
+++ b/kdebindings.spec
@@ -8,10 +8,12 @@
 # php, ruby and csharp depend on smoke
 %define php 1
 %define ruby 1
+%if 0%{?fedora} < 15
 # arch'es matching mono's Arch set
 %ifnarch sparc64
 %define csharp 1
 %endif
+%endif
 %define java 0
 %endif
 
@@ -38,7 +40,7 @@
 
 Name: kdebindings
 Version: 4.5.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -562,6 +564,7 @@ fi
 %changelog
 * Sat Oct 23 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-4
 - rebuild (sip/PyQt4)
+- disable csharp/mono bindings (f15+, ftbfs)
 
 * Wed Oct 20 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-3
 - No ABI check in php-qt (#644914)


More information about the scm-commits mailing list