rpms/kdebindings/devel kdebindings.spec, 1.237, 1.238 kdebindings-4.2.4-fix-kpythonpluginfactory.patch, 1.1, NONE

Kevin Kofler kkofler at fedoraproject.org
Thu Sep 3 14:00:15 UTC 2009


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Removed Files:
	kdebindings-4.2.4-fix-kpythonpluginfactory.patch 
Log Message:
* 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

* Fri Aug 28 2009 Than Ngo <than at redhat.com> - 4.3.1-1
- 4.3.1
- temporarily disable Falcon bindings (build fails with Falcon 0.9.x)


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- kdebindings.spec	2 Sep 2009 21:45:39 -0000	1.237
+++ kdebindings.spec	3 Sep 2009 14:00:14 -0000	1.238
@@ -9,7 +9,10 @@
 %endif
 %endif
 %if 0%{?fedora}
-%define falcon 0
+%if 0%{?fedora} < 12
+# FIXME: The Falcon bindings don't work in Rawhide (Falcon 0.9.x).
+%define falcon 1
+%endif
 %define php 1
 %define ruby 1
 %define smoke 1
@@ -31,7 +34,7 @@
 
 Name: kdebindings
 Version: 4.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -45,8 +48,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Patch0:  kdebindings-qyoto-examples.patch
 # workaround change to sip/phonon/backendcapabilities.sip which requires PyQt4 4.5
 Patch1:  kdebindings-4.2.85-old-PyQt4.patch
-# make the Python plugin factory work without python-devel
-Patch2:  kdebindings-4.2.4-fix-kpythonpluginfactory.patch
 
 ## upstream patches
 
@@ -57,7 +58,9 @@ BuildRequires:  kdebase-workspace-devel 
 BuildRequires:  kdegraphics-devel >= %{version}
 BuildRequires:  kdelibs4-devel >= %{version}
 BuildRequires:  kdepimlibs-devel >= %{version}
+%if 0%{?fedora} < 12
 BuildRequires:  polkit-qt-devel
+%endif
 BuildRequires:  python-devel
 BuildRequires:  PyQt4-devel >= %{pyqt4_version}
 BuildRequires:  qimageblitz-devel
@@ -250,9 +253,6 @@ Falcon plugin for the Kross archtecture 
 %setup -q
 %patch0
 %patch1 -p0 -b .old-PyQt4
-## Manually speciify PYTHON_LIBRARIES below in lieu of
-## a better, working, upstreamable patch
-#patch2 -p1 -b .fix-kpythonpluginfactory
 
 # upstream patches
 
@@ -507,8 +507,14 @@ 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
+
 * Fri Aug 28 2009 Than Ngo <than at redhat.com> - 4.3.1-1
 - 4.3.1
+- temporarily disable Falcon bindings (build fails with Falcon 0.9.x)
 
 * Mon Aug 17 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.0-5
 - re-enable php bindings (rawhide)


--- kdebindings-4.2.4-fix-kpythonpluginfactory.patch DELETED ---




More information about the fedora-extras-commits mailing list