rpms/kdebindings/devel kdebindings.spec,1.239,1.240

Kevin Kofler kkofler at fedoraproject.org
Thu Sep 3 14:10:28 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28738/devel

Modified Files:
	kdebindings.spec 
Log Message:
- only (temporarily) disable Falcon on F12+
(re-revert, sorry).

We'll keep it enabled on F10/F11 for now, we can drop it later if we can't get it to work properly.


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -p -r1.239 -r1.240
--- kdebindings.spec	3 Sep 2009 14:08:30 -0000	1.239
+++ kdebindings.spec	3 Sep 2009 14:10:28 -0000	1.240
@@ -12,7 +12,9 @@
 # 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 1
+%if 0%{?fedora} < 12
+%define falcon 1
+%endif
 %define php 1
 %define ruby 1
 %define smoke 1
@@ -508,6 +510,7 @@ fi
 
 %changelog
 * Thu Sep 03 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.1-2
+- only (temporarily) disable Falcon on F12+
 - drop bindings for polkit-qt on F12+ (PolicyKit 0.9 is going away)
 - remove unused (commented out) patch
 




More information about the fedora-extras-commits mailing list