diff --git a/kdebindings.spec b/kdebindings.spec index a516fa2..f251f76 100644 --- a/kdebindings.spec +++ b/kdebindings.spec @@ -1,17 +1,17 @@ %if 0%{?fedora} -# arch'es matching mono's Arch set -%ifnarch sparc64 -%define csharp 0 -%endif # FIXME: Krossfalcon doesn't build in Rawhide (Falcon 0.9.x). # It's also not working properly. And there are no Falcon bindings for # the libraries anyway, just the Kross backend. -- Kevin %define falcon 0 %define smoke 1 -# php and ruby depend on smoke +# php, ruby and csharp depend on smoke %define php 1 %define ruby 1 +# arch'es matching mono's Arch set +%ifnarch sparc64 +%define csharp 1 +%endif %define java 0 %endif @@ -38,7 +38,7 @@ Name: kdebindings Version: 4.4.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE bindings to non-C++ languages # http://techbase.kde.org/Policies/Licensing_Policy @@ -540,6 +540,9 @@ fi %changelog +* Mon Jul 12 2010 Kevin Kofler - 4.4.92-4 +- reenable C# bindings + * Fri Jul 09 2010 Kevin Kofler - 4.4.92-3 - use upstream fix for Qt 4.7 build issue (#612666, kde#243971)