rpms/kdebase-workspace/F-10 kdebase-workspace-4.1.2-ldap.patch, NONE, 1.1 kdebase-workspace.spec, 1.135, 1.136

Than Ngo than at fedoraproject.org
Tue Nov 4 17:20:00 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-workspace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4231

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.1.2-ldap.patch 
Log Message:
add workaround for ldap issue


kdebase-workspace-4.1.2-ldap.patch:

--- NEW FILE kdebase-workspace-4.1.2-ldap.patch ---
diff -up kdebase-workspace-4.1.2/kcontrol/kdm/CMakeLists.txt.ldap kdebase-workspace-4.1.2/kcontrol/kdm/CMakeLists.txt
--- kdebase-workspace-4.1.2/kcontrol/kdm/CMakeLists.txt.ldap	2008-11-04 18:09:52.000000000 +0100
+++ kdebase-workspace-4.1.2/kcontrol/kdm/CMakeLists.txt	2008-11-04 18:17:11.000000000 +0100
@@ -27,7 +27,7 @@ set(kcm_kdm_PART_SRCS ${kcmbackgroundlib
 kde4_add_plugin(kcm_kdm ${kcm_kdm_PART_SRCS})
 
 
-target_link_libraries(kcm_kdm ${KDE4_KDE3SUPPORT_LIBS} ${QIMAGEBLITZ_LIBRARIES} ${KDE4_KNEWSTUFF2_LIBS} ${X11_LIBRARIES})
+target_link_libraries(kcm_kdm ${KDE4_KDE3SUPPORT_LIBS} ${QIMAGEBLITZ_LIBRARIES} ${KDE4_KNEWSTUFF2_LIBS} ${X11_LIBRARIES} -lldap)
 
 install(TARGETS kcm_kdm  DESTINATION ${PLUGIN_INSTALL_DIR})
 


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/F-10/kdebase-workspace.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- kdebase-workspace.spec	2 Nov 2008 09:07:26 -0000	1.135
+++ kdebase-workspace.spec	4 Nov 2008 17:19:30 -0000	1.136
@@ -3,7 +3,7 @@
 Summary: K Desktop Environment - Workspace
 Name: kdebase-workspace
 Version: 4.1.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -27,6 +27,7 @@
 Patch11: kdebase-workspace-4.0.85-plasma-default-wallpaper.patch
 Patch12: kdebase-workspace-4.1.2-multihead.patch
 Patch13: kdebase-workspace-4.1.2-session-button.patch
+Patch14: kdebase-workspace-4.1.2-ldap.patch
 
 # upstream patches:
 # backport Plasma tooltip manager from KDE 4.2 (fixes regression from 4.0)
@@ -204,6 +205,7 @@
 %patch11 -p1 -b .plasma-default-wallpaper
 %patch12 -p1 -b .multihead
 %patch13 -p1 -b .session-button
+%patch14 -p1 -b .ldap
 
 # upstream patches
 %patch100 -p1 -b .plasma-tooltips
@@ -353,6 +355,9 @@
 
 
 %changelog
+* Tue Nov 04 2008 Than Ngo <than at redhat.com> 4.1.2-11
+- add workaround for ldap issue
+
 * Sun Nov 02 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.1.2-10
 - never touch PATH in startkde, prepending $QTDIR/bin is unnecessary on Fedora
   and breaks locating Qt 3 Assistant and other Qt 3 stuff (startkde gets run




More information about the fedora-extras-commits mailing list