rpms/kdelibs/devel kde4.csh, 1.1, 1.2 kde4.sh, 1.1, 1.2 kdelibs-3.93.0-kde149703.diff, 1.1, 1.2 kdelibs-3.95.0-kde149705.patch, NONE, 1.1 kdelibs-3.95.0-parallel_devel.patch, NONE, 1.1 .cvsignore, 1.41, 1.42 kdelibs.spec, 1.242, 1.243 sources, 1.52, 1.53 devices.protocol, 1.1, NONE kde-3.5-libtool-shlibext.patch, 1.1, NONE kde.csh, 1.6, NONE kde.sh, 1.8, NONE kdelibs-3.0.0-ndebug.patch, 1.1, NONE kdelibs-3.0.4-ksyscoca.patch, 1.1, NONE kdelibs-3.2.3-cups.patch, 1.1, NONE kdelibs-3.3.2-ppc.patch, 1.1, NONE kdelibs-3.4.0-qtdoc.patch, 1.1, NONE kdelibs-3.4.91-buildroot.patch, 1.1, NONE kdelibs-3.4.92-inttype.patch, 1.1, NONE kdelibs-3.5.0-101956.patch, 1.1, NONE kdelibs-3.5.1-xdg-menu.patch, 1.1, NONE kdelibs-3.5.2-cupsdconf2-group.patch, 1.1, NONE kdelibs-3.5.2-kdebug-kmail-quiet.patch, 1.1, NONE kdelibs-3.5.4-kabc-make.patch, 1.1, NONE kdelibs-3.5.4-kdeprint-utf8.patch, 1.1, NONE kdelibs-3.5.5-kstandarddirs.patch, 1.1, NONE kdelibs-3.5.5-lib_loader-1.2.patch, 1.1, NONE kdelibs-3.5.6-137675.patch, 1.1, NONE kdelibs-3.5.6-lang.patch, 1.1, NONE kdelibs-3.5.6-utempter.patch, 1.3, NONE kdelibs-3.5.7-autostart.patch, 1.1, NONE kdelibs-3.5.7-openssl.patch, 1.1, NONE kdelibs-3.5.8-http-regression.patch, 1.1, NONE kdelibs-3.5.8-kate-vhdl.patch, 1.1, NONE kdelibs-3.5.8-kde#150944.patch, 1.1, NONE

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Dec 1 19:43:55 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/kdelibs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6183/devel

Modified Files:
	.cvsignore kdelibs.spec sources 
Added Files:
	kde4.csh kde4.sh kdelibs-3.93.0-kde149703.diff 
	kdelibs-3.95.0-kde149705.patch 
	kdelibs-3.95.0-parallel_devel.patch 
Removed Files:
	devices.protocol kde-3.5-libtool-shlibext.patch kde.csh kde.sh 
	kdelibs-3.0.0-ndebug.patch kdelibs-3.0.4-ksyscoca.patch 
	kdelibs-3.2.3-cups.patch kdelibs-3.3.2-ppc.patch 
	kdelibs-3.4.0-qtdoc.patch kdelibs-3.4.91-buildroot.patch 
	kdelibs-3.4.92-inttype.patch kdelibs-3.5.0-101956.patch 
	kdelibs-3.5.1-xdg-menu.patch 
	kdelibs-3.5.2-cupsdconf2-group.patch 
	kdelibs-3.5.2-kdebug-kmail-quiet.patch 
	kdelibs-3.5.4-kabc-make.patch 
	kdelibs-3.5.4-kdeprint-utf8.patch 
	kdelibs-3.5.5-kstandarddirs.patch 
	kdelibs-3.5.5-lib_loader-1.2.patch kdelibs-3.5.6-137675.patch 
	kdelibs-3.5.6-lang.patch kdelibs-3.5.6-utempter.patch 
	kdelibs-3.5.7-autostart.patch kdelibs-3.5.7-openssl.patch 
	kdelibs-3.5.8-http-regression.patch 
	kdelibs-3.5.8-kate-vhdl.patch kdelibs-3.5.8-kde#150944.patch 
Log Message:
Sync from kdelibs4 (kdelibs 3.96.2).


Index: kde4.csh
===================================================================
RCS file: kde4.csh
diff -N kde4.csh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kde4.csh	1 Dec 2007 19:43:21 -0000	1.2
@@ -0,0 +1,18 @@
+## http://kde.ground.cz/tiki-index.php?page=Environment+Variables
+## for possible entries here
+
+## Make sure KDEDIRS is set
+if ( ! $?KDEDIRS ) setenv KDEDIRS /usr
+
+## When/if using prelinking, avoids use of kdeinit
+if ( -f /etc/sysconfig/prelink ) then
+   set PRELINKING = `grep "^PRELINKING=" /etc/sysconfig/prelink | cut -d"=" -f2`
+   if ( "$PRELINKING" == "yes" )  then
+     if ( ! $?KDE_IS_PRELINKED ) setenv KDE_IS_PRELINKED 1
+   endif
+endif
+
+if ( ! $?QT_PLUGIN_PATH ) then
+  set KDE4_LIBDIR = `/bin/rpm --eval %\{\?_kde4_libdir\}%\{\!\?_kde4_libdir:%\{_libdir\}\}`
+  setenv QT_PLUGIN_PATH ${KDE4_LIBDIR}/kde4/plugins
+endif


Index: kde4.sh
===================================================================
RCS file: kde4.sh
diff -N kde4.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kde4.sh	1 Dec 2007 19:43:21 -0000	1.2
@@ -0,0 +1,17 @@
+## http://kde.ground.cz/tiki-index.php?page=Environment+Variables
+## for possible entries here
+
+## Make sure KDEDIRS is set
+[ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
+
+## When/if using prelinking, avoids (some) use of kdeinit
+if [ -f /etc/sysconfig/prelink ]; then
+  if [ `grep '^PRELINKING=yes' /etc/sysconfig/prelink` ] ; then
+    [ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
+  fi
+fi
+
+if [ -z "$QT_PLUGIN_PATH" ]; then
+  KDE4_LIBDIR=`/bin/rpm --eval '%{?_kde4_libdir}%{!?_kde4_libdir:%{_libdir}}' 2>/dev/null`
+  QT_PLUGIN_PATH=${KDE4_LIBDIR}/kde4/plugins && export QT_PLUGIN_PATH
+fi

kdelibs-3.93.0-kde149703.diff:

Index: kdelibs-3.93.0-kde149703.diff
===================================================================
RCS file: kdelibs-3.93.0-kde149703.diff
diff -N kdelibs-3.93.0-kde149703.diff
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kdelibs-3.93.0-kde149703.diff	1 Dec 2007 19:43:21 -0000	1.2
@@ -0,0 +1,12 @@
+diff -ur kdelibs-3.93.0/kdecore/services/kservicetypeprofile.cpp kdelibs-3.93.0-kde149703/kdecore/services/kservicetypeprofile.cpp
+--- kdelibs-3.93.0/kdecore/services/kservicetypeprofile.cpp	2007-08-29 23:53:54.000000000 +0200
++++ kdelibs-3.93.0-kde149703/kdecore/services/kservicetypeprofile.cpp	2007-09-10 05:44:50.000000000 +0200
+@@ -133,7 +133,7 @@
+         //  appId = pService->storageId();
+ 
+         const QString type = config.readEntry( "ServiceType" );
+-        const QString type2 = config.readEntry( "GenericServiceType" );
++        const QString type2 = config.readEntry( "GenericServiceType", "Application" );
+         int pref = config.readEntry( "Preference", 0 );
+ 
+         if ( !type.isEmpty() /* && pref >= 0*/ ) // Don't test for pref here. We want those in the list, to mark them as forbidden

kdelibs-3.95.0-kde149705.patch:

--- NEW FILE kdelibs-3.95.0-kde149705.patch ---
diff -up kdelibs-3.95.0/kutils/kdeglobals.kcfg.kde149705 kdelibs-3.95.0/kutils/kdeglobals.kcfg
--- kdelibs-3.95.0/kutils/kdeglobals.kcfg.kde149705	2007-10-03 05:50:18.000000000 -0500
+++ kdelibs-3.95.0/kutils/kdeglobals.kcfg	2007-11-04 15:08:14.000000000 -0600
@@ -24,6 +24,10 @@
    <whatsthis>The name of the widget style, for example "keramik" or "plastik". Without quotes.</whatsthis>
    <default>keramik</default>
   </entry>
+  <entry key="widgetStyle4" type="String" >
+   <label>Widget style to use for KDE 4</label>
+   <whatsthis>The name of the widget style, for example "oxygen". Without quotes. Defaults to widgetStyle.</whatsthis>
+  </entry>
   <entry key="windowBackground" type="String" />
   <entry key="windowForeground" type="String" />
   <entry key="UseSystemBell" type="Bool" >
diff -up kdelibs-3.95.0/kdeui/kernel/kglobalsettings.cpp.kde149705 kdelibs-3.95.0/kdeui/kernel/kglobalsettings.cpp
--- kdelibs-3.95.0/kdeui/kernel/kglobalsettings.cpp.kde149705	2007-10-26 04:05:41.000000000 -0500
+++ kdelibs-3.95.0/kdeui/kernel/kglobalsettings.cpp	2007-11-04 15:09:11.000000000 -0600
@@ -835,7 +835,8 @@ void KGlobalSettings::Private::applyGUIS
     QString defaultStyle; // Mac, Windows: no change for style by default
 #endif
     KConfigGroup pConfig (KGlobal::config(), "General");
-    QString styleStr = pConfig.readEntry("widgetStyle", defaultStyle);
+    QString styleStr = pConfig.readEntry("widgetStyle4", pConfig.readEntry("widgetStyle", defaultStyle));
+
 
     if (kde_overrideStyle.isEmpty()) {
         if (styleStr.isEmpty())
diff -up kdelibs-3.95.0/kdeui/icons/kicontheme.cpp.kde149705 kdelibs-3.95.0/kdeui/icons/kicontheme.cpp
--- kdelibs-3.95.0/kdeui/icons/kicontheme.cpp.kde149705	2007-10-25 04:34:48.000000000 -0500
+++ kdelibs-3.95.0/kdeui/icons/kicontheme.cpp	2007-11-04 15:08:14.000000000 -0600
@@ -515,7 +515,7 @@ QString KIconTheme::current()
         return *_theme;
 
     KConfigGroup cg(KGlobal::config(), "Icons");
-    *_theme = cg.readEntry("Theme", defaultThemeName());
+    *_theme = cg.readEntry("Theme4", cg.readEntry("Theme", defaultThemeName()));
     if ( *_theme == QLatin1String("hicolor") ) *_theme = defaultThemeName();
 /*    if (_theme->isEmpty())
     {

kdelibs-3.95.0-parallel_devel.patch:

--- NEW FILE kdelibs-3.95.0-parallel_devel.patch ---
diff -up kdelibs-3.95.0/doc/api/doxygen-preprocess-kcfg.sh.parallel-devel kdelibs-3.95.0/doc/api/doxygen-preprocess-kcfg.sh
--- kdelibs-3.95.0/doc/api/doxygen-preprocess-kcfg.sh.parallel-devel	2007-07-26 05:40:17.000000000 -0500
+++ kdelibs-3.95.0/doc/api/doxygen-preprocess-kcfg.sh	2007-11-04 15:47:59.000000000 -0600
@@ -2,9 +2,9 @@
 # Generates and cleans KConfigXT source code during a API dox build
 #
 
-kcfg_compiler="`kde4-config --prefix`/bin/kconfig_compiler"
+kcfg_compiler="`kde4-config --prefix`/bin/kconfig_compiler4"
 if test -z "$kcfg_compiler"; then
-	echo "kconfig_compiler not found!"
+	echo "kconfig_compiler4 not found!"
 	exit 1;
 fi
 
diff -up kdelibs-3.95.0/kdecore/kconfig_compiler/CMakeLists.txt.parallel-devel kdelibs-3.95.0/kdecore/kconfig_compiler/CMakeLists.txt
--- kdelibs-3.95.0/kdecore/kconfig_compiler/CMakeLists.txt.parallel-devel	2007-10-03 05:49:47.000000000 -0500
+++ kdelibs-3.95.0/kdecore/kconfig_compiler/CMakeLists.txt	2007-11-04 15:47:59.000000000 -0600
@@ -8,11 +8,11 @@ add_subdirectory( example )
 set(kconfig_compiler_SRCS kconfig_compiler.cpp)
 
 
-kde4_add_executable(kconfig_compiler NOGUI RUN_UNINSTALLED ${kconfig_compiler_SRCS})
+kde4_add_executable(kconfig_compiler4 NOGUI RUN_UNINSTALLED ${kconfig_compiler_SRCS})
 
-target_link_libraries(kconfig_compiler  ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} )
+target_link_libraries(kconfig_compiler4  ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} )
 
-install(TARGETS kconfig_compiler DESTINATION ${BIN_INSTALL_DIR} )
+install(TARGETS kconfig_compiler4 DESTINATION ${BIN_INSTALL_DIR} )
 
 
 ########### install files ###############
diff -up kdelibs-3.95.0/kdecore/kconfig_compiler/checkkcfg.pl.parallel-devel kdelibs-3.95.0/kdecore/kconfig_compiler/checkkcfg.pl
--- kdelibs-3.95.0/kdecore/kconfig_compiler/checkkcfg.pl.parallel-devel	2006-10-25 21:25:48.000000000 -0500
+++ kdelibs-3.95.0/kdecore/kconfig_compiler/checkkcfg.pl	2007-11-04 15:47:59.000000000 -0600
@@ -15,12 +15,12 @@ $file_cpp = "$filebase.cpp";
 
 $kcfgc = $file . "c";
 
-$cmd = "./kconfig_compiler $file $kcfgc";
+$cmd = "./kconfig_compiler4 $file $kcfgc";
 
 #print "CMD $cmd\n";
 
 if ( system( $cmd ) != 0 ) {
-  print STDERR "Unable to run kconfig_compiler\n";
+  print STDERR "Unable to run kconfig_compiler4\n";
   exit 1;
 }
 
diff -up kdelibs-3.95.0/kdewidgets/CMakeLists.txt.parallel-devel kdelibs-3.95.0/kdewidgets/CMakeLists.txt
--- kdelibs-3.95.0/kdewidgets/CMakeLists.txt.parallel-devel	2007-10-03 05:50:13.000000000 -0500
+++ kdelibs-3.95.0/kdewidgets/CMakeLists.txt	2007-11-04 15:47:59.000000000 -0600
@@ -16,22 +16,22 @@ include_directories( 
 set(makekdewidgets_SRCS makekdewidgets.cpp )
 
 
-kde4_add_executable(makekdewidgets NOGUI RUN_UNINSTALLED ${makekdewidgets_SRCS})
+kde4_add_executable(makekdewidgets4 NOGUI RUN_UNINSTALLED ${makekdewidgets_SRCS})
 
-target_link_libraries(makekdewidgets  ${KDE4_KDECORE_LIBS} )
+target_link_libraries(makekdewidgets4  ${KDE4_KDECORE_LIBS} )
 
-install(TARGETS makekdewidgets DESTINATION ${BIN_INSTALL_DIR} )
+install(TARGETS makekdewidgets4 DESTINATION ${BIN_INSTALL_DIR} )
 
 
 ########### next target ###############
 
 
 # get the name of the generated wrapper script (which sets up LD_LIBRARY_PATH)
-get_target_property(MAKEKDEWIDGETS_EXECUTABLE makekdewidgets WRAPPER_SCRIPT)
+get_target_property(MAKEKDEWIDGETS_EXECUTABLE makekdewidgets4 WRAPPER_SCRIPT)
 
 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/kdewidgets.cpp
   COMMAND "${MAKEKDEWIDGETS_EXECUTABLE}" -o ${CMAKE_CURRENT_BINARY_DIR}/kdewidgets.cpp ${CMAKE_CURRENT_SOURCE_DIR}/kde.widgets
-  MAIN_DEPENDENCY kde.widgets DEPENDS makekdewidgets)
+  MAIN_DEPENDENCY kde.widgets DEPENDS makekdewidgets4)
 
 set(kdewidgets_PART_SRCS
    classpreviews.cpp
diff -up kdelibs-3.95.0/cmake/modules/FindKDE4Internal.cmake.parallel-devel kdelibs-3.95.0/cmake/modules/FindKDE4Internal.cmake
--- kdelibs-3.95.0/cmake/modules/FindKDE4Internal.cmake.parallel-devel	2007-10-23 03:39:11.000000000 -0500
+++ kdelibs-3.95.0/cmake/modules/FindKDE4Internal.cmake	2007-11-04 15:55:31.000000000 -0600
@@ -15,10 +15,10 @@
 # The following variables are defined for the various tools required to
 # compile KDE software:
 #
-# KDE4_KCFGC_EXECUTABLE    - the kconfig_compiler executable
+# KDE4_KCFGC_EXECUTABLE    - the kconfig_compiler4 executable
 # KDE4_AUTOMOC_EXECUTABLE  - the kde4automoc executable
 # KDE4_MEINPROC_EXECUTABLE - the meinproc4 executable
-# KDE4_MAKEKDEWIDGETS_EXECUTABLE - the makekdewidgets executable
+# KDE4_MAKEKDEWIDGETS_EXECUTABLE - the makekdewidgets4 executable
 #
 # The following variables point to the location of the KDE libraries,
 # but shouldn't be used directly:
@@ -121,7 +121,7 @@
 #    Use optional GENERATE_MOC to generate moc if you use signals in your kcfg files.
 #
 # KDE4_ADD_WIDGET_FILES (SRCS_VAR file1.widgets ... fileN.widgets)
-#    Use this to add widget description files for the makekdewidgets code generator
+#    Use this to add widget description files for the makekdewidgets4 code generator
 #    for Qt Designer plugins.
 #
 # KDE4_CREATE_FINAL_FILES (filename_CXX filename_C file1 ... fileN)
@@ -272,24 +272,24 @@ if (_kdeBootStrapping)
    if (WIN32)
       set(LIBRARY_OUTPUT_PATH            ${EXECUTABLE_OUTPUT_PATH} )
       # CMAKE_CFG_INTDIR is the output subdirectory created e.g. by XCode and MSVC
-      set(KDE4_KCFGC_EXECUTABLE          ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kconfig_compiler )
+      set(KDE4_KCFGC_EXECUTABLE          ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kconfig_compiler4 )
       set(KDE4_AUTOMOC_EXECUTABLE        ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kde4automoc )
       set(KDE4_MEINPROC_EXECUTABLE       ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/meinproc4 )
-      set(KDE4_MAKEKDEWIDGETS_EXECUTABLE ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/makekdewidgets )
+      set(KDE4_MAKEKDEWIDGETS_EXECUTABLE ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/makekdewidgets4 )
    else (WIN32)
       set(LIBRARY_OUTPUT_PATH            ${CMAKE_BINARY_DIR}/lib )
-      set(KDE4_KCFGC_EXECUTABLE          ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kconfig_compiler.shell )
+      set(KDE4_KCFGC_EXECUTABLE          ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kconfig_compiler4.shell )
       set(KDE4_AUTOMOC_EXECUTABLE        ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/kde4automoc.shell )
       set(KDE4_MEINPROC_EXECUTABLE       ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/meinproc4.shell )
-      set(KDE4_MAKEKDEWIDGETS_EXECUTABLE ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/makekdewidgets.shell )
+      set(KDE4_MAKEKDEWIDGETS_EXECUTABLE ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/makekdewidgets4.shell )
    endif (WIN32)
 
    set(KDE4_LIB_DIR ${LIBRARY_OUTPUT_PATH}/${CMAKE_CFG_INTDIR})
 
    # when building kdelibs, make the kcfg rules depend on the binaries...
-   set( _KDE4_KCONFIG_COMPILER_DEP kconfig_compiler)
+   set( _KDE4_KCONFIG_COMPILER_DEP kconfig_compiler4)
    set( _KDE4_AUTOMOC_EXECUTABLE_DEP kde4automoc)
-   set( _KDE4_MAKEKDEWIDGETS_DEP makekdewidgets)
+   set( _KDE4_MAKEKDEWIDGETS_DEP makekdewidgets4)
    set( _KDE4_MEINPROC_EXECUTABLE_DEP meinproc4)
 
    set(KDE4_INSTALLED_VERSION_OK TRUE)
@@ -342,72 +342,72 @@ else (_kdeBootStrapping)
    # this file contains all dependencies of all libraries of kdelibs, Alex
    include(${kde_cmake_module_dir}/KDELibsDependencies.cmake)
 
-   find_library(KDE4_KDEFAKES_LIBRARY NAMES kdefakes PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KDEFAKES_LIBRARY NAMES kdefakes PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KDEFAKES_LIBS ${kdefakes_LIB_DEPENDS} ${KDE4_KDEFAKES_LIBRARY} )
 
-   find_library(KDE4_KDECORE_LIBRARY NAMES kdecore PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KDECORE_LIBRARY NAMES kdecore PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KDECORE_LIBS ${kdecore_LIB_DEPENDS} ${KDE4_KDECORE_LIBRARY} )
 
-   find_library(KDE4_KDEUI_LIBRARY NAMES kdeui PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KDEUI_LIBRARY NAMES kdeui PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KDEUI_LIBS ${kdeui_LIB_DEPENDS} ${KDE4_KDEUI_LIBRARY} )
 
-   find_library(KDE4_KIO_LIBRARY NAMES kio PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KIO_LIBRARY NAMES kio PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KIO_LIBS ${kio_LIB_DEPENDS} ${KDE4_KIO_LIBRARY} )
 
-   find_library(KDE4_KPARTS_LIBRARY NAMES kparts PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KPARTS_LIBRARY NAMES kparts PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KPARTS_LIBS ${kparts_LIB_DEPENDS} ${KDE4_KPARTS_LIBRARY} )
 
-   find_library(KDE4_KUTILS_LIBRARY NAMES kutils PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KUTILS_LIBRARY NAMES kutils PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KUTILS_LIBS ${kutils_LIB_DEPENDS} ${KDE4_KUTILS_LIBRARY} )
 
-   find_library(KDE4_KDE3SUPPORT_LIBRARY NAMES kde3support PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KDE3SUPPORT_LIBRARY NAMES kde3support PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KDE3SUPPORT_LIBS ${kde3support_LIB_DEPENDS} ${KDE4_KDE3SUPPORT_LIBRARY} )
 
-   find_library(KDE4_KFILE_LIBRARY NAMES kfile PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KFILE_LIBRARY NAMES kfile PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KFILE_LIBS ${kfile_LIB_DEPENDS} ${KDE4_KFILE_LIBRARY} )
 
-   find_library(KDE4_KHTML_LIBRARY NAMES khtml PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KHTML_LIBRARY NAMES khtml PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KHTML_LIBS ${khtml_LIB_DEPENDS} ${KDE4_KHTML_LIBRARY} )
 
-   find_library(KDE4_KJS_LIBRARY NAMES kjs PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KJS_LIBRARY NAMES kjs PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KJS_LIBS ${kjs_LIB_DEPENDS} ${KDE4_KJS_LIBRARY} )
 
-   find_library(KDE4_KNEWSTUFF2_LIBRARY NAMES knewstuff2 PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KNEWSTUFF2_LIBRARY NAMES knewstuff2 PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KNEWSTUFF2_LIBS ${knewstuff2_LIB_DEPENDS} ${KDE4_KNEWSTUFF2_LIBRARY} )
 
    if (UNIX)
-      find_library(KDE4_KPTY_LIBRARY NAMES kpty PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+      find_library(KDE4_KPTY_LIBRARY NAMES kpty PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
       set(KDE4_KPTY_LIBS ${kpty_LIB_DEPENDS} ${KDE4_KPTY_LIBRARY} )
 
-      find_library(KDE4_KDESU_LIBRARY NAMES kdesu PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+      find_library(KDE4_KDESU_LIBRARY NAMES kdesu PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
       set(KDE4_KDESU_LIBS ${kdesu_LIB_DEPENDS} ${KDE4_KDESU_LIBRARY} )
    endif (UNIX)
 
-   find_library(KDE4_KDNSSD_LIBRARY NAMES kdnssd PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KDNSSD_LIBRARY NAMES kdnssd PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KDNSSD_LIBS ${kdnssd_LIB_DEPENDS} ${KDE4_KDNSSD_LIBRARY} )
 
-   find_library(KDE4_PHONON_LIBRARY NAMES phonon PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_PHONON_LIBRARY NAMES phonon PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_PHONON_LIBS ${phonon_LIB_DEPENDS} ${KDE4_PHONON_LIBRARY} )
 
-   find_library(KDE4_KAUDIODEVICELIST_LIBRARY NAMES kaudiodevicelist PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KAUDIODEVICELIST_LIBRARY NAMES kaudiodevicelist PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KAUDIODEVICELIST_LIBS ${kaudiodevicelist_LIB_DEPENDS} ${KDE4_KAUDIODEVICELIST_LIBRARY} )
 
-   find_library(KDE4_SOLID_LIBRARY NAMES solid PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_SOLID_LIBRARY NAMES solid PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_SOLID_LIBS ${solid_LIB_DEPENDS} ${KDE4_SOLID_LIBRARY} )
 
-   find_library(KDE4_THREADWEAVER_LIBRARY NAMES threadweaver PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_THREADWEAVER_LIBRARY NAMES threadweaver PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_THREADWEAVER_LIBRARIES ${threadweaver_LIB_DEPENDS} ${KDE4_THREADWEAVER_LIBRARY} )
 
-   find_library(KDE4_KNOTIFYCONFIG_LIBRARY NAMES knotifyconfig PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KNOTIFYCONFIG_LIBRARY NAMES knotifyconfig PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KNOTIFYCONFIG_LIBS ${knotifyconfig_LIB_DEPENDS} ${KDE4_KNOTIFYCONFIG_LIBRARY} )
 
-   find_library(KDE4_KROSSCORE_LIBRARY NAMES krosscore PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KROSSCORE_LIBRARY NAMES krosscore PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KROSSCORE_LIBS ${krosscore_LIB_DEPENDS} ${KDE4_KROSSCORE_LIBRARY} )
 
-   find_library(KDE4_KROSSUI_LIBRARY NAMES krossui PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KROSSUI_LIBRARY NAMES krossui PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KROSSUI_LIBS ${krossui_LIB_DEPENDS} ${KDE4_KROSSCORE_LIBS} ${KDE4_KROSSUI_LIBRARY} )
 
-   find_library(KDE4_KTEXTEDITOR_LIBRARY NAMES ktexteditor PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_library(KDE4_KTEXTEDITOR_LIBRARY NAMES ktexteditor PATHS ${KDE4_LIB_INSTALL_DIR}/kde4/devel NO_DEFAULT_PATH )
    set(KDE4_KTEXTEDITOR_LIBS ${ktexteditor_LIB_DEPENDS} ${KDE4_KTEXTEDITOR_LIBRARY} )
 
    # Can't do that, it's not always compiled.
@@ -426,8 +426,8 @@ else (_kdeBootStrapping)
 
    # at first look in LIBEXEC_INSTALL_DIR and no default paths,
    # if this didn't succeed, the second call makes cmake search again, but in the standard paths
-   find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
-   find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler )
+   find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler4 PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler4 )
 
    find_program(KDE4_AUTOMOC_EXECUTABLE NAME kde4automoc PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
    find_program(KDE4_AUTOMOC_EXECUTABLE NAME kde4automoc )
@@ -435,8 +435,8 @@ else (_kdeBootStrapping)
    find_program(KDE4_MEINPROC_EXECUTABLE NAME meinproc4 PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
    find_program(KDE4_MEINPROC_EXECUTABLE NAME meinproc4 )
 
-   find_program(KDE4_MAKEKDEWIDGETS_EXECUTABLE NAME makekdewidgets PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
-   find_program(KDE4_MAKEKDEWIDGETS_EXECUTABLE NAME makekdewidgets )
+   find_program(KDE4_MAKEKDEWIDGETS_EXECUTABLE NAME makekdewidgets4 PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH )
+   find_program(KDE4_MAKEKDEWIDGETS_EXECUTABLE NAME makekdewidgets4 )
 
    # allow searching cmake modules in all given kde install locations (KDEDIRS based)
    execute_process(COMMAND "${KDE4_KDECONFIG_EXECUTABLE}" --path data OUTPUT_VARIABLE _data_DIR ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
@@ -585,7 +585,8 @@ set(CMAKE_SYSTEM_PROGRAM_PATH ${CMAKE_SY
                               "${_CMAKE_INSTALL_DIR}/bin"
                               "${CMAKE_INSTALL_PREFIX}/bin" )
 
-set(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH} 
+set(CMAKE_SYSTEM_LIBRARY_PATH "${KDE4_LIB_INSTALL_DIR}/kde4/devel"
+                              ${CMAKE_SYSTEM_LIBRARY_PATH} 
                               "${KDE4_LIB_INSTALL_DIR}"
                               "${_CMAKE_INSTALL_DIR}/lib" 
                               "${CMAKE_INSTALL_PREFIX}/lib" )
@@ -924,9 +925,9 @@ macro (KDE4_PRINT_RESULTS)
    endif (NOT _kdeBootStrapping)
 
    if(KDE4_KCFGC_EXECUTABLE)
-      message(STATUS "Found KDE4 kconfig_compiler preprocessor: ${KDE4_KCFGC_EXECUTABLE}")
+      message(STATUS "Found KDE4 kconfig_compiler4 preprocessor: ${KDE4_KCFGC_EXECUTABLE}")
    else(KDE4_KCFGC_EXECUTABLE)
-      message(STATUS "Didn't find the KDE4 kconfig_compiler preprocessor")
+      message(STATUS "Didn't find the KDE4 kconfig_compiler4 preprocessor")
    endif(KDE4_KCFGC_EXECUTABLE)
 
    if(KDE4_AUTOMOC_EXECUTABLE)
diff -up kdelibs-3.95.0/kdeui/tests/kconfig_compiler/CMakeLists.txt.parallel-devel kdelibs-3.95.0/kdeui/tests/kconfig_compiler/CMakeLists.txt
--- kdelibs-3.95.0/kdeui/tests/kconfig_compiler/CMakeLists.txt.parallel-devel	2007-10-03 05:50:15.000000000 -0500
+++ kdelibs-3.95.0/kdeui/tests/kconfig_compiler/CMakeLists.txt	2007-11-04 15:47:59.000000000 -0600
@@ -9,7 +9,7 @@ macro(GEN_KCFG_TEST_SOURCE _testName _sr
    add_custom_command(
       OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_testName}.cpp ${CMAKE_CURRENT_BINARY_DIR}/${_testName}.h
       COMMAND ${KDE4_KCFGC_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfg ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfgc
-      DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfg ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfgc kconfig_compiler)
+      DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfg ${CMAKE_CURRENT_SOURCE_DIR}/${_testName}.kcfgc kconfig_compiler4)
 
 #   set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${_testName}.h PROPERTIES GENERATED TRUE)
    qt4_generate_moc(${CMAKE_CURRENT_BINARY_DIR}/${_testName}.h ${CMAKE_CURRENT_BINARY_DIR}/${_testName}.moc )


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	12 Oct 2007 19:37:53 -0000	1.41
+++ .cvsignore	1 Dec 2007 19:43:21 -0000	1.42
@@ -1,4 +1 @@
-clog
-kdelibs-3.5.6.tar.bz2
-kdelibs-3.5.7.tar.bz2
-kdelibs-3.5.8.tar.bz2
+kdelibs-3.96.2.tar.bz2


Index: kdelibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- kdelibs.spec	30 Oct 2007 12:46:46 -0000	1.242
+++ kdelibs.spec	1 Dec 2007 19:43:21 -0000	1.243
@@ -1,1436 +1,424 @@
-# kdelibs3 review: http://bugzilla.redhat.com/248899
 
-%define distname "Fedora"
+# TODO:
+# 1. package some noarch bits separately: apidocs.
 
-%define kde_settings 1 
+Summary: K Desktop Environment 4 - Libraries
+Version: 3.96.2
+Release: 1%{?dist}
 
-%define arts 1
-%define arts_epoch 8
-%define arts_version 1.5.8
-
-%define qt_epoch 1
-%define qt_version 3.3.8
-%global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
-%define qtdocdir %{_docdir}/qt-devel-%{qt_ver}
-
-%define kde_major_version 3
-
-%define make_cvs 1
-
-%define apidocs 1
-
-Summary: K Desktop Environment - Libraries
-Version: 3.5.8
-Release: 8%{?dist}
-
-%if 0%{?fedora} > 8
-Name: kdelibs3
-Obsoletes: kdelibs < 6:%{version}-%{release}
-Provides: kdelibs = 6:%{version}-%{release}
-%else
+%if 0%{?fedora} > 9
 Name: kdelibs
 Epoch: 6
-Obsoletes: kdelibs3 = %{version}-%{release}
-Provides: kdelibs3 = %{version}-%{release}
+Obsoletes: kdelibs4 < %{version}-%{release}
+Provides:  kdelibs4 = %{version}-%{release}
+%else
+Name: kdelibs4
 %endif
 
+# LGPLv2: everything, except (see below)
+# BSD: kdoctools/
+# GFDL: kdoctools/customization ?
 License: LGPLv2
-Url: http://www.kde.org/
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-
-Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdelibs-%{version}.tar.bz2
-Source1: kde.sh
-Source2: kde.csh
-Source3: devices.protocol
-
-Patch1: kdelibs-3.5.1-xdg-menu.patch
-Patch2: kdelibs-3.0.0-ndebug.patch
-Patch4: kdelibs-3.0.4-ksyscoca.patch
-Patch5: kdelibs-3.5.7-openssl.patch
-Patch15: kdelibs-3.4.91-buildroot.patch
-Patch32: kdelibs-3.2.3-cups.patch
-Patch33: kdelibs-3.3.2-ppc.patch
-Patch34: kdelibs-3.4.0-qtdoc.patch
-Patch35: kdelibs-3.4.92-inttype.patch
-Patch37: kdelibs-3.5.2-kdebug-kmail-quiet.patch
-Patch38: kdelibs-3.5.2-cupsdconf2-group.patch
-Patch39: kdelibs-3.5.4-kabc-make.patch
-Patch40: kdelibs-3.5.4-kdeprint-utf8.patch
-Patch41: kdelibs-3.5.6-utempter.patch
-Patch43: kdelibs-3.5.6-lang.patch
-Patch45: kdelibs-3.5.7-autostart.patch
-Patch46: kdelibs-3.5.8-kate-vhdl.patch
-
-# use /etc/kde in addition to /usr/share/config, borrowed from debian
-Patch100: kdelibs-3.5.5-kstandarddirs.patch
-# http://bugs.kde.org/93359, alternative to export libltdl_cv_shlibext=".so" hack.
-Patch101: kde-3.5-libtool-shlibext.patch
-# automake-1.10, $(all_libraries) is missing from a few LDFLAGS (kde #137675)
-Patch102: kdelibs-3.5.6-137675.patch
-# kget ignores simultaneous download limit (kde #101956)
-Patch103: kdelibs-3.5.0-101956.patch
-
-## upstream patches
-Patch200: kdelibs-3.5.8-http-regression.patch
-Patch201: kdelibs-3.5.8-kde#150944.patch
-
-%{?arts:Requires: arts >= %{arts_epoch}:%{arts_version}}
-Requires: qt >= %{qt_epoch}:%{qt_ver}
+URL:     http://www.kde.org/
+Group:   System Environment/Libraries
+Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdelibs-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+# for macros.kde4
+BuildRequires: kde-filesystem >= 4
+Requires: dbus-x11
 Requires: hicolor-icon-theme
-%if %{kde_settings}
-Requires: kde-settings >= 3.5
-%endif
-Requires: kde-filesystem
-Requires: redhat-menus
-Requires: shadow-utils
-BuildRequires: sudo
-Requires(hint): sudo
-
-%if 0%{?fedora} > 4 || 0%{?rhel} > 4
-%define   libkdnssd libkdnssd
-Requires: %{libkdnssd}
-%define BuildRequires: xorg-x11-proto-devel libX11-devel
-%define _with_rgbfile --with-rgbfile=%{_datadir}/X11/rgb.txt
-Requires: iceauth
-%endif
+# not *strictly* required here, but how better to pull kdebase-runtime in?  -- Rex
+Requires: kdebase-runtime
+Requires: oxygen-icon-theme
+Requires: kde-filesystem >= 4
+Requires: kde-settings
+%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
+Requires: shared-mime-info
+
+Source1: kde4.sh
+Source2: kde4.csh
+
+# make -devel packages parallel-installable
+Patch0: kdelibs-3.95.0-parallel_devel.patch
+# fix kde#149703
+Patch1: kdelibs-3.93.0-kde149703.diff
+# fix kde#149705
+Patch2: kdelibs-3.95.0-kde149705.patch
+
+BuildRequires: qt4-devel >= 4.3.0
+Requires: qt4 >= %{_qt4_version} 
+Requires: xdg-utils
+Requires(post): /sbin/ldconfig xdg-utils
+Requires(postun): /sbin/ldconfig xdg-utils
 
-Requires(pre): coreutils
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
-BuildRequires: gettext
-BuildRequires: pcre-devel
-BuildRequires: cups-devel cups
-BuildRequires: qt-devel qt-devel-docs
-%{?arts:BuildRequires: arts-devel >= %{arts_epoch}:%{arts_version}}
-BuildRequires: flex >= 2.5.4a-13
-BuildRequires: doxygen
-BuildRequires: libxslt-devel
-BuildRequires: sgml-common
-BuildRequires: openjade
-BuildRequires: jadetex
-BuildRequires: docbook-dtd31-sgml
-BuildRequires: docbook-style-dsssl
-BuildRequires: perl-SGMLSpm
-BuildRequires: docbook-utils
-BuildRequires: zlib-devel
-BuildRequires: libidn-devel
-BuildRequires: audiofile-devel
-BuildRequires: openssl-devel
-BuildRequires: perl
-BuildRequires: gawk
-BuildRequires: byacc
-BuildRequires: libart_lgpl-devel
-BuildRequires: bzip2-devel
-BuildRequires: libtiff-devel
-BuildRequires: libacl-devel libattr-devel
-BuildRequires: aspell-devel
-BuildRequires: krb5-devel
-BuildRequires: openldap-devel
-BuildRequires: db4-devel
 BuildRequires: alsa-lib-devel
-BuildRequires: pkgconfig
-BuildRequires: glibc-kernheaders
-%if 0%{?fedora} > 5 || 0%{?rhel} > 4
-%define _with_libutempter 1
-BuildRequires: libutempter-devel
-%else
-BuildRequires: utempter
-%endif
-BuildRequires: findutils
+BuildRequires: aspell-devel
+BuildRequires: avahi-devel
+BuildRequires: bzip2-devel
+BuildRequires: cmake
+BuildRequires: cups-devel cups
+BuildRequires: enchant-devel
+BuildRequires: gamin-devel
+BuildRequires: gettext-devel
+BuildRequires: giflib-devel
+# busted at least on x86_64
+#BuildRequires: hspell-devel
 BuildRequires: jasper-devel
+BuildRequires: krb5-devel
+BuildRequires: libacl-devel libattr-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libtiff-devel
+BuildRequires: libxslt-devel libxml2-devel
 BuildRequires: OpenEXR-devel
-%if %{make_cvs}
-BuildRequires: automake libtool
-%endif
-
-%if "%{name}" != "kdelibs" && "%{?apidocs}" != "1"
-Obsoletes: kdelibs-apidocs < 6:%{version}-%{release}
-%endif
-
-Provides: crystalsvg-icon-theme = %{version}-%{release}
+BuildRequires: openssl-devel
+BuildRequires: pcre-devel
+BuildRequires: shared-mime-info
+BuildRequires: soprano-devel >= 1.97.1
+BuildRequires: strigi-devel >= 0.5.7
+BuildRequires: zlib-devel
+# extra X deps (seemingly needed and/or checked-for by most kde4 buildscripts) 
+%define x_deps libXcomposite-devel libXdamage-devel libxkbfile-devel libXpm-devel libXScrnSaver-devel libXtst-devel libXv-devel libXxf86misc-devel
+%{?x_deps:BuildRequires: %{x_deps}}
 
 %description
-Libraries for the K Desktop Environment:
-KDE Libraries included: kdecore (KDE core library), kdeui (user interface),
-kfm (file manager), khtmlw (HTML widget), kio (Input/Output, networking),
-kspell (spelling checker), jscript (javascript), kab (addressbook),
-kimgio (image manipulation).
+Libraries for the K Desktop Environment 4.
 
 %package devel
 Group: Development/Libraries
-Summary: Header files and documentation for compiling KDE applications.
-%if "%{name}" == "kdelibs"
-Obsoletes: kdelibs3-devel < %{version}-%{release}
-Provides:  kdelibs3-devel = %{version}-%{release}
-%else
-Obsoletes: kdelibs-devel < 6:%{version}-%{release}
-Provides:  kdelibs-devel = 6:%{version}-%{release}
-%endif
+Summary: Header files for compiling KDE 4 applications
 Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
-Requires: qt-devel
-Requires: openssl-devel
-%{?arts:Requires: arts-devel}
-%{?libkdnssd:Requires: libkdnssd-devel}
-## those below can/should be omitted from future(f8?) builds -- Rex
-%if 0
-Requires: bzip2-devel
-Requires: libacl-devel
-Requires: libart_lgpl-devel
-Requires: libidn-devel
-Requires: libxslt-devel
-Requires: libjpeg-devel
-Requires: libtiff-devel
-%{?_with_libutempter:Requires: libutempter-devel}
-Requires: pcre-devel
-Requires: zlib-devel
+%if "%{name}" != "kdelibs4"
+Obsoletes: kdelibs4-devel < %{version}-%{release}
+Provides:  kdelibs4-devel = %{version}-%{release}
 %endif
+Requires: qt4-devel
+Requires: openssl-devel
+Requires: bzip2-devel gamin-devel libacl-devel zlib-devel
+Requires: strigi-devel >= 0.5.7
+%{?x_deps:Requires: %{x_deps}}
 %description devel
 This package includes the header files you will need to compile
-applications for KDE.
-
-%package apidocs
-Group: Development/Documentation
-Summary: KDE API documentation.
-Requires: %{name} = %{?epoch:%{epoch}:}%{version}
-%if "%{name}" == "kdelibs"
-Provides: kdelibs3-apidocs = %{version}-%{release}
-%else
-Obsoletes: kdelibs-apidocs < 6:%{version}-%{release}
-Provides:  kdelibs-apidocs = 6:%{version}-%{release}
-%endif
-
-%description apidocs
-This package includes the KDE API documentation in HTML
-format for easy browsing
+applications for KDE 4.
 
 
 %prep
 %setup -q -n kdelibs-%{version}
 
-%patch1 -p1 -b .xdg-menu
-%patch2 -p1 -b .debug
-%patch4 -p1 -b .ksyscoca
-%patch5 -p1 -b .openssl
-%patch15 -p1 -b .buildroot
-%patch32 -p1 -b .cups
-%patch33 -p1 -b .ppc
-%patch34 -p1 -b .qtdoc
-%patch35 -p1 -b .inttype
-%patch37 -p1 -b .kdebug-kmail-quiet
-%patch38 -p1 -b .cupsdconf2-group
-%patch39 -p1 -b .kabc-make
-%patch40 -p1 -b .kdeprint-utf8
-%{?_with_libutempter:%patch41 -p1 -b .utempter}
-%patch43 -p1 -b .lang
-%patch45 -p1 -b .xdg-autostart
-%patch46 -p1 -b .kate-vhdl
-
-%patch100 -p1 -b .kstandarddirs
-%patch101 -p1 -b .libtool-shlibext
-%patch102 -p0 -b .kde#137675
-
-# upstream patches
-%patch200 -p0 -b .http-regression
-%patch201 -p4 -b .kde#150944
-
-sed -i -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
-
-%if %{make_cvs}
-   make -f admin/Makefile.common cvs
-%endif
+%patch0 -p1 -b .parallel_devel
+%patch1 -p1 -b .kde149703
+%patch2 -p1 -b .kde149705
 
 
 %build
-unset QTDIR && . /etc/profile.d/qt.sh
 
-export QTDOC=%{qtdocdir}
-
-if [ -x /etc/profile.d/krb5.sh ]; then
-  . /etc/profile.d/krb5.sh
-elif ! echo ${PATH} | grep -q /usr/kerberos/bin ; then
-  export PATH=/usr/kerberos/bin:${PATH}
-fi
-
-%configure \
-   --includedir=%{_includedir}/kde \
-   --disable-rpath \
-   --enable-new-ldflags \
-   --disable-dependency-tracking \
-   %{!?debug: --disable-debug --disable-warnings --enable-final} \
-   %{?debug:--enable-debug --enable-warnings --disable-final} \
-   --disable-fast-malloc \
-%if "%{_lib}" == "lib64"
-  --enable-libsuffix="64" \
-%endif
-   --enable-cups \
-   --enable-mitshm \
-   --enable-pie \
-   --enable-sendfile \
-   --with-distribution="$(cat /etc/redhat-release 2>/dev/null)" \
-   --with-alsa \
-   --with-aspell \
-   --disable-libfam \
-   --enable-dnotify \
-   --enable-inotify \
-   --with-utempter \
-   %{!?arts:--without-arts} \
-   %{?_with_rgbfile} \
-   --with-jasper \
-   --with-openexr \
-   --with-xinerama
+mkdir -p %{_target_platform}
+pushd %{_target_platform} 
+%{cmake_kde4} ..
+popd
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
 
-%if "%{?apidocs}" == "1"
-  make %{?_smp_mflags} apidox
-%endif
+# FIXME/TODO: apidocs
+# doc/api/doxygen.sh --doxdatadir=doc/common .
 
 
 %install
 rm -rf %{buildroot}
 
-make DESTDIR=%{buildroot} install
-
-chmod a+x %{buildroot}%{_libdir}/*
-install -p -m 644 %{SOURCE3} %{buildroot}%{_datadir}/services/devices.protocol
+make install DESTDIR=%{buildroot} -C %{_target_platform}
 
-%if "%{?apidocs}" == "1"
-pushd %{buildroot}%{_docdir}
-ln -sf HTML/en/kdelibs-apidocs %{name}-devel-%{kde_major_version}
-popd
-%endif
+# see also use-of/patching of XDG_MENU_PREFIX in kdebase
+mv %{buildroot}%{_kde4_sysconfdir}/xdg/menus/applications.menu \
+   %{buildroot}%{_kde4_sysconfdir}/xdg/menus/kde4-applications.menu
 
-# Make symlinks relative
-pushd %{buildroot}%{_docdir}/HTML/en
-for i in *; do
-   if [ -d $i -a -L $i/common ]; then
-      rm -f $i/common
-      ln -sf ../common $i
-   fi
+%if "%{name}" != "kdelibs"
+# remove files which conflict with KDE 3
+rm -f %{buildroot}%{_kde4_bindir}/checkXML %{buildroot}%{_kde4_bindir}/kjscmd \
+      %{buildroot}%{_kde4_bindir}/kunittestmodrunner
+rm -f %{buildroot}%{_kde4_configdir}/kdebug.areas %{buildroot}%{_kde4_configdir}/kdebugrc \
+      %{buildroot}%{_kde4_configdir}/kdeprintrc %{buildroot}%{_kde4_configdir}/ui/ui_standards.rc
+rm -f %{buildroot}%{_kde4_docdir}/HTML/en/common/*
+rm -f %{buildroot}%{_kde4_sharedir}/locale/all_languages
+%endif
+
+# move devel symlinks
+mkdir -p %{buildroot}%{_kde4_libdir}/kde4/devel
+pushd %{buildroot}%{_kde4_libdir}
+for i in lib*.so
+do
+  case "$i" in
+    libkdeinit4_*.so)
+      ;;
+    *)
+      linktarget=`readlink "$i"`
+      rm -f "$i"
+      ln -sf "../../$linktarget" "kde4/devel/$i"
+      ;;
+  esac
 done
 popd
 
-%if "%{name}" == "kdelibs3"
-install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde3.sh
-install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde3.csh
-%else
-install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh
-install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh
-# menus
-
-mkdir -p %{buildroot}%{_sysconfdir}/kde/xdg/menus
-mv %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu \
-   %{buildroot}%{_sysconfdir}/xdg/menus/kde-applications.menu
-%endif
-
-echo "OnlyShowIn=KDE;" >> %{buildroot}%{_datadir}/applications/kde/kresources.desktop
-
-# Use hicolor-icon-theme rpm/pkg instead (#178319)
-rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/
+install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde4.sh
+install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde4.csh
 
-# ghost'd files
-touch $RPM_BUILD_ROOT%{_datadir}/services/ksycoca
 
-# remove references to extraneous/optional libraries in .la files (#170602)
-# fam, libart_lgpl, pcre, libidn, libpng, libjpeg, libdns_sd, libacl/libattr, alsa-lib/asound
-find $RPM_BUILD_ROOT%{_libdir} -name "*.la" | xargs \
- sed -i \
- -e "s at -lfam@@g" \
- -e "s@%{_libdir}/libfam.la@@g" \
- -e "s at -lart_lgpl_2@@g" \
- -e "s@%{_libdir}/libpcreposix.la@@g" \
- -e "s at -lpcreposix@@g" \
- -e "s at -lpcre@@g" \
- -e "s at -lidn@@g" \
- -e "s@%{_libdir}/libidn.la@@g" \
- -e "s at -lpng@@g" \
- -e "s at -ljpeg@@g" \
- -e "s@%{_libdir}/libjpeg.la@@g" \
- -e "s at -ldns_sd@@g" \
- -e "s at -lacl@@g" \
- -e "s@%{_libdir}/libacl.la@@g" \
- -e "s@/%{_lib}/libacl.la@@g" \
- -e "s at -lattr@@g" \
- -e "s@%{_libdir}/libattr.la@@g" \
- -e "s@/%{_lib}/libattr.la@@g" \
- -e "s at -lasound@@g"  \
- -e "s at -lutempter@@g"
-
-# libkdnssd bits
-rm -f %{buildroot}%{_libdir}/libkdnssd.la
-%{?libkdnssd:rm -rf %{buildroot}{%{_libdir}/libkdnssd.*,%{_includedir}/kde/dnssd}}
-
-%if "%{name}" != "kdelibs"
-# remove conflicts with kdelibs-4
-pushd %{buildroot}%{_bindir}
-rm -f cupsdconf cupsdoprint imagetops kaddprinterwizard kconf_update kcookiejar \
-      kde-menu kdesu_stub kdontchangethehostname kdostartupconfig kio_http_cache_cleaner kioslave \
-      klauncher kpac_dhcp_helper ksendbugmail kstartupconfig ktradertest \
-      make_driver_db_cups make_driver_db_lpr meinproc preparetips \
-      khotnewstuff kinstalltheme kcmshell kfile kioexec
-# devel stuff (skip for now)
-#rm -f checkXML kconfig_compiler ksvgtopng kunittestmodrunner makekdewidgets
-popd
-rm -f  %{buildroot}%{_datadir}/config/* \
-       %{buildroot}%{_datadir}/config/ui/kprintpreviewui.rc || :
-
-rm -rf %{buildroot}%{_datadir}/config/colors \
-       %{buildroot}%{_datadir}/apps/k* \
-       %{buildroot}%{_datadir}/apps/LICENSES \
-       %{buildroot}%{_datadir}/apps/proxyscout \
-       %{buildroot}%{_datadir}/locale \
-       %{buildroot}%{_datadir}/autostart \
-       %{buildroot}/etc/xdg \
-       %{buildroot}%{_docdir}/HTML \
-       %{buildroot}%{_datadir}/emoticons
-%endif
+%post
+/sbin/ldconfig ||:
+xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+xdg-desktop-menu forceupdate 2> /dev/null || :
+
+%postun 
+/sbin/ldconfig ||:
+xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+xdg-desktop-menu forceupdate 2> /dev/null || :
 
 
 %clean
 rm -rf %{buildroot}
 
 
-%post
-/sbin/ldconfig
-touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg 2> /dev/null || :
-%{_bindir}/update-desktop-database > /dev/null 2>&1 || :
-
-%postun
-/sbin/ldconfig
-touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg 2> /dev/null || :
-%{_bindir}/update-desktop-database > /dev/null 2>&1 || :
-
-
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc AUTHORS README TODO
 %doc COPYING.LIB
 %config(noreplace) %{_sysconfdir}/profile.d/*
-%{_bindir}/artsmessage
-%{_bindir}/cupsdconf
-%{_bindir}/cupsdoprint
-%{_bindir}/dcop
-%{_bindir}/dcopclient
-%{_bindir}/dcopfind
-%{_bindir}/dcopobject
-%{_bindir}/dcopquit
-%{_bindir}/dcopref
-%{_bindir}/dcopserver
-%{_bindir}/dcopserver_shutdown
-%{_bindir}/dcopstart
-%{_bindir}/filesharelist
-%{_bindir}/fileshareset
-%{_bindir}/imagetops
-%{_bindir}/kab2kabc
-%{_bindir}/kaddprinterwizard
-%{_bindir}/kbuildsycoca
-%{_bindir}/kcmshell
-%{_bindir}/kconf_update
-%{_bindir}/kcookiejar
-%{_bindir}/kde-config
-%{_bindir}/kde-menu
-%{_bindir}/kded
-%{_bindir}/kdeinit
-%{_bindir}/kdeinit_shutdown
-%{_bindir}/kdeinit_wrapper
-%{_bindir}/kdesu_stub
-%{_bindir}/kdontchangethehostname
-%{_bindir}/kdostartupconfig
-%{_bindir}/kfile
-%{_bindir}/kfmexec
-%{_bindir}/khotnewstuff
-%{_bindir}/kinstalltheme
-%{_bindir}/kio_http_cache_cleaner
-%{_bindir}/kio_uiserver
-%{_bindir}/kioexec
-%{_bindir}/kioslave
-%{_bindir}/klauncher
-%{_bindir}/kmailservice
-%{_bindir}/ksendbugmail
-%{_bindir}/kshell
-%{_bindir}/kstartupconfig
-%{_bindir}/ktelnetservice
-%{_bindir}/ktradertest
-%{_bindir}/kwrapper
-%{_bindir}/lnusertemp
-%{_bindir}/make_driver_db_cups
-%{_bindir}/make_driver_db_lpr
-%{_bindir}/meinproc
-%{_bindir}/preparetips
-%{_bindir}/start_kdeinit
-%{_bindir}/start_kdeinit_wrapper
-%attr(4755,root,root) %{_bindir}/kgrantpty
-%{_libdir}/lib*.so.*
-%{_libdir}/libkdeinit_*.so
-%{_libdir}/lib*.la
-%{_libdir}/kde3/
-%{_datadir}/applications/kde/*.desktop
-%{_datadir}/apps/*
-%exclude %{_datadir}/apps/ksgmltools2/
-%exclude %{_datadir}/apps/kdewidgets/
-%exclude %{_libdir}/kde3/plugins/designer/kdewidgets.*
-%config(noreplace) %{_datadir}/config/*
-%{_datadir}/icons/crystalsvg/
-%{_datadir}/icons/default.kde
-%{_datadir}/mimelnk/magic
-%{_datadir}/mimelnk/*/*.desktop
-%{_datadir}/services/*
-%{_datadir}/servicetypes/*
-%ghost %{_datadir}/services/ksycoca
+%{_kde4_bindir}/*
+%exclude %{_kde4_bindir}/kconfig_compiler4
+%{_kde4_appsdir}/*
+# kdewidgets
+%exclude %{_kde4_bindir}/makekdewidgets4
+%exclude %{_kde4_appsdir}/kdewidgets/
+%exclude %{_kde4_libdir}/kde4/plugins/designer/kdewidgets.*
+# ksgmltools2
+%exclude %{_kde4_appsdir}/ksgmltools2/
+%{_kde4_configdir}/*
+%{_datadir}/dbus-1/interfaces/*
+%{_kde4_datadir}/mime/packages/*
+%{_kde4_sharedir}/kde4/services/*
+%{_kde4_sharedir}/kde4/servicetypes/*
+%{_kde4_sharedir}/icons/hicolor/*/actions/presence_*
 %if "%{name}" == "kdelibs"
-%{_sysconfdir}/xdg/menus/*.menu
-%attr(4755,root,root) %{_bindir}/kpac_dhcp_helper
-%{_datadir}/autostart/*
-%{_datadir}/emoticons/*
-%{_datadir}/locale/all_languages
-%{_docdir}/HTML/en/common
-%{_docdir}/HTML/en/kspell
+%{_kde4_datadir}/locale/all_languages/
 %endif
+%{_kde4_docdir}/HTML/en/*
+%{_kde4_libdir}/lib*.so.*
+%{_kde4_libdir}/libkdeinit4_*.so
+%{_kde4_libdir}/kde4/
+%exclude %{_kde4_libdir}/kde4/devel/
+%{_kde4_sysconfdir}/xdg/menus/*.menu
+%doc %{_mandir}/man*/*
 
 %files devel
 %defattr(-,root,root,-)
-%{_bindir}/checkXML
-%{_bindir}/dcopidl*
-%{_bindir}/kconfig_compiler
-%{_bindir}/ksvgtopng
-%{_bindir}/kunittestmodrunner
-%{_bindir}/makekdewidgets
-%{_datadir}/apps/kdewidgets/
-%dir %{_libdir}/kde3/plugins/designer
-%{_libdir}/kde3/plugins/designer/kdewidgets.*
-%{_datadir}/apps/ksgmltools2/
-%{_includedir}/kde/
-%{_libdir}/lib*.so
-%{_libdir}/lib*.a
-%exclude %{_libdir}/libkdeinit_*.so
-
-%if "%{?apidocs}" == "1"
-%files apidocs
-%defattr(-,root,root,-)
-%{_docdir}/%{name}-devel-%{kde_major_version}
-%{_docdir}/HTML/en/kdelibs*
-%endif
+%doc KDE4PORTING.html
+%{_kde4_bindir}/kconfig_compiler4
+%{_kde4_bindir}/makekdewidgets4
+%{_kde4_appsdir}/kdewidgets/
+%dir %{_kde4_libdir}/kde4/plugins/designer
+%{_kde4_libdir}/kde4/plugins/designer/kdewidgets.*
+%{_kde4_appsdir}/ksgmltools2/
+%{_kde4_includedir}/*
+%{_kde4_libdir}/kde4/devel/
 
 
 %changelog
-* Tue Oct 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 3.5.8-8
-- Provides: crystalsvg-icon-theme
-
-* Thu Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 3.5.8-7
-- fix application of custom zoom patch (rh#335461)
-
-* Tue Oct 23 2007 Than Ngo <than at redhat.com> - 3.5.8-6
-- Resolves: rh#335461, kpdf and kview lost custom zoom
-
-* Thu Oct 18 2007 Than Ngo <than at redhat.com> - 3.5.8-5
-- bz273681, add vhdl syntax for kate, thanks to Chitlesh GOORAH
-
-* Wed Oct 17 2007 Than Ngo <than at redhat.com> 3.5.8-4
-- apply upstream patch to fix http-regression
-
-* Mon Oct 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-3
-- respin (for openexr-1.6.0)
-
-* Fri Oct 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-2
-- kde-3.5.8
-
-* Tue Sep 25 2007 Than Ngo <than at redhat.com> - 6:3.5.7-23
-- fix rh#243611, autostart from XDG_CONFIG_DIRS
-
-* Sat Sep 09 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 6:3.5.7-22
-- Remove Conflicts: kdelibs4-devel, let kdelibs4 decide whether we conflict
-  (allows using the old /opt/kde4 versions for now)
+* Tue Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.2-1
+- kde-3.96.2
 
-* Wed Aug 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.7-21
-- vcard30 patch (kde#115219,rh#253496)
-- -devel: restore awol Requires (< f8 only) (#253801)
-- License: LGPLv2
-
-* Wed Aug 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.7-20
-- CVE-2007-3820, CVE-2007-4224, CVE-2007-4225
-- clarify licensing
-
-* Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.7-19
-- ConsoleKit-related patch (#244065) 
+* Tue Nov 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.1-1
+- kde-3.96.1
 
-* Sun Aug 12 2007 Florian La Roche <laroche at redhat.com> 6:3.5.7-18
-- fix apidocs subpackage requires
+* Tue Nov 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-4
+- Requires: kdebase-runtime oxygen-icon-theme (where available)
 
-* Mon Aug 06 2007 Than Ngo <than at redhat.com> - 6:3.5.7-17
-- cleanup
+* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-3
+- Requires: dbus-x11 (#390851)
+
+* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-2
+- -devel: (Build)Requires: libXcomposite-devel libXdamage-devel
+   libxkbfile-devel libXpm-devel libXScrnSaver-devel libXtst-devel
+   libXv-devel libXxf86misc-devel
+- devel: Requires: strigi-devel >= 0.5.7
+- (Build)Requires: kde-filesystem >= 4
+
+* Thu Nov 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-1
+- kde-3.96.0
+
+* Sat Nov 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-2
+- BR: strigi-devel >= 0.5.7, soprano-devel >= 1.97.1
+- License: LGPLv2 (only)
+
+* Fri Nov 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-1
+- kde-3.95.2
+
+* Tue Nov 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-2
+- fix parallel_devel patch (typo in KDE4_KPARTS_LIBRARY)
+
+* Sun Nov 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-1
+- kde-3.95.0 (kde4 dev platform rc1)
+
+* Thu Oct 18 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.94.0-2
+- drop optional BR hspell-devel again due to broken x86_64 static library
+
+* Thu Oct 18 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.94.0-1
+- update to 3.94.0
+- BR soprano-devel >= 1.95.0
+- don't rename js to kjs after installation, fixed upstream
+- update parallel-devel patch
+- drop kde#149704 patch, fixed upstream
+- drop colorscheme-hack patch
+- backport upstream fix for unversioned kpty library (rev 724528)
+- add new BRs hspell-devel and jasper-devel
+- 3.94.0 generates some manpages, add them to the file list
+
+* Thu Oct 4 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-11
+- don't make this the default kdelibs on F9 yet
+- retry ppc64 build (#300571)
+
+* Fri Sep 21 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-10
+- ExcludeArch: ppc64 (#300571)
+
+* Thu Sep 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.93.0-9
+- -devel: (re)add Requires: bzip2-devel gamin-devel libacl-devel strigi-devel zlib-devel
+- update sources
+- sync kde4.(sh|csh) changes wrt KDE_IS_PRELINKED w/ devel/ branch
+
+* Fri Sep 14 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-8
+- rename js to kjs because of file conflict (kde#149840)
+
+* Thu Sep 13 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-7
+- actually install kde4.sh and kde4.csh
+- sync KDE_IS_PRELINKED setting in kde4.sh and kde4.csh with kdelibs 3
+  (workaround for #244065 no longer needed, fixed in 3.93.0)
+
+* Thu Sep 13 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-6
+- set QT_PLUGIN_PATH in kde4.sh and kde4.csh
+
+* Wed Sep 12 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-5
+- fix strange coloring due to incomplete changes to KColorScheme
+
+* Mon Sep 10 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-4
+- use upstream fix (by David Faure) for kde#149704
+
+* Mon Sep 10 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-3
+- fix kde#149703, kde#149704, kde#149705
+
+* Sun Sep 9 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-2
+- remove files which conflict with KDE 3
+- rename kconfig_compiler and makekdewidgets to *4
+- move devel symlinks to %%{_kde4_libdir}/kde4/devel/
+- drop Conflicts: kdelibs-devel
+
+* Sun Sep 9 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.93.0-1
+- update to 3.93.0
+- drop kde4home patch (no longer applied)
+- drop kdeprint soversion conflict patch (fixed upstream)
+- remove icon-related code, pics/ is now in kdebase-runtime
+- BR strigi-devel >= 0.5.5 due to API changes
+- package hicolor presence_* icons which are not in hicolor-icon-theme
+- don't list non-existing ksvgtopng in devel binaries (now in kdebase-runtime)
+
+* Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-4
+- -devel: omit most (hopefully) extraneous Requires:
+- use macros.kde4
+- -devel: Conflicts: kdelibs-devel (in %%_bindir,%%_libdir)
+- License clarification
 
-* Fri Aug 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-16
-- undo kdelibs3 rename (for now, anyway)
+* Fri Aug 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-3
+- name kdelibs4, don't mess with %%_prefix (for now)
 - move to -devel: checkXML, kconfig_compiler, (make)kdewidgets, ksgmltools2,
   ksvgtopng, kunittestmodrunner
 - set KDE_IS_PRELINKED unconditionally (#244065)
-- License: LGPLv2+
-
-* Fri Jul 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-15
-- Obsoletes/Provides: kdelibs-apidocs (kdelibs3)
-
-* Fri Jul 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-14
-- toggle kdelibs3 (f8+)
-
-* Wed Jul 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-13
-- build fails against cups-1.3 (#248717)
-- incorporate kdelibs3 bits (not enabled... yet) 
-
-* Wed Jul 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-10
-- +Requires: kde-filesystem
-
-* Mon Jul 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-9
-- omit ICEauthority patch (kde#147454, rh#243560, rh#247455)
-
-* Wed Jun 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-8
-- rework previously botched openssl patch
-
-* Wed Jun 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-7
-- -devel: Provides: kdelibs3-devel = ...
-- openssl patch update (portability)
-- drop deprecated ssl-krb5 patch
-
-* Sat Jun 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-6
-- Provides: kdelibs3 = %%version-%%release
-
-* Sat Jun 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-5
-- -devel: +Requires: libutempter-devel
-
-* Fri Jun 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-4
-- omit lib_loader patch (doesn't apply cleanly)
-
-* Fri Jun 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-3
-- include experimental libtool patches
-
-* Mon Jun 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-2
-- kdesu: sudo support (kde bug #20914), Requires(hint): sudo
-
-* Wed Jun 06 2007 Than Ngo <than at redhat.com> -  6:3.5.7-0.1.fc7
-- 3.5.7
-
-* Thu May 24 2007 Than Ngo <than at redhat.com> 6:3.5.6-10.fc7
-- don't change permission .ICEauthority by sudo KDE programs
-- apply patch to fix locale issue
-- apply upstream patch to fix kde#146105
-
-* Thu May 16 2007 Rex Dieter <rdieter[AT]fedorproject.org> - 6:3.5.6-9
-- make qtdocdir handling robust
-- kde_settings=1
-- Req: -desktop-backgrounds-basic
-
-* Wed May 16 2007 Than Ngo <than at redhat.com> - 3.5.6-8.fc7
-- add correct qt-version to build kde apidocs ,bz#239947
-- disable kde_settings
-
-* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-7
-- BR: +keyutils-libs-devel (until krb5 is fixed, bug #240220)
-
-* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-6
-- kde.sh: fix typo/thinko
-
-* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-5
-- %%changelog: prune pre-kde3 entries
-- %%ghost %%{_datadir}/services/ksycoca
-- omit extraneous .la file references (#178733)
-- BR: jasper-devel OpenEXR-devel
-- xdg-menu compat symlinks (to help transition to using XDG_MENU_PREFIX)
-- fix kde#126812.patch to be non-empty
-- cleanup kde.(sh|csh)
-- Requires: +kde-settings -redhat-artwork 
-- make apidocs build optional (default on)
-- use FHS-friendly /etc/kde (#238136)
-
-* Mon Mar 26 2007 Than Ngo <than at redhat.com> - 6:3.5.6-3.fc7
-- apply upstream patch to fix build issue with qt-3.3.8
-- apply upstream patch to to fix crash on particular 404 url
-  in embedded HTML viewer
-
-* Tue Feb 27 2007 Than Ngo <than at redhat.com> - 6:3.5.6-2.fc7
-- cleanup specfile
-
-* Mon Feb 05 2007 Than Ngo <than at redhat.com> - 6:3.5.6-1.fc7
-- 3.5.6
-- apply patch to fix #225420, CVE-2007-0537 Konqueror improper
-  HTML comment rendering, thanks to Dirk Müller, KDE security team
-
-* Tue Nov 14 2006 Than Ngo <than at redhat.com> - 6:3.5.5-1.fc7
-- rebuild
-
-* Fri Oct 27 2006 Than Ngo <than at redhat.com> 6:3.5.5-0.2
-- add missing api docs
-
-* Wed Oct 25 2006 Than Ngo <than at redhat.com> 6:3.5.5-0.1
-- update to 3.5.5
-
-* Sun Oct 01 2006 Than Ngo <than at redhat.com> 6:3.5.4-10
-- fix utf8 issue in kdeprint
-- fix #178320,#198828, follow menu-spec
-- upstream patches,
-   fix #106748, Evaluate scripts in <iframe src=javascript:..> in the right context
-   fix #133071, Crash when characterSet was accessed on newly-created document
-
-* Sat Sep 30 2006 Than Ngo <than at redhat.com> 6:3.5.4-9
-- fix #178320,#198828, follow menu-spec
-- fix #119167, page rendered incorrectly at larger font sizes
-
-* Tue Sep 26 2006 <than at redhat.com> 6:3.5.4-8
-- fix #115891/bz#208270, CUPS 1.2.x unix socket support
-- apply upstream patches
-   fix #123915, Page format display is 'overlaid'
-   fix #100188, Fix incorrect 'endl' usage
-
-* Thu Sep 14 2006 Than Ngo <than at redhat.com> 6:3.5.4-7
-- apply upstream patches
-   fix #132678, Google search encoding fix
-   khtml rendering issue
-   fix #134118, silent startup notification never going away
-   fix #133401, crash when attempting to remove a standard shortcut that isn't actually in 
-   the KStdAccel::ShortcutList
-   fix #131979, unbreak "latest" and "most downloads" views
-
-* Tue Sep 12 2006 Than Ngo <than at redhat.com> 6:3.5.4-6
-- fix #205767, konsole no longer register itself to utmp
-- fix #123941, qt xim plugin sometimes leads to crash
-
-* Tue Sep 05 2006 Than Ngo <than at redhat.com> 6:3.5.4-5
-- apply upstream patches
-   fix #123413, kded crash when KDED modules make DCOP calls in their destructors
-   fix #133529, konqueror's performance issue
-   fix kdebug crash
-   more icon contexts (Tango icontheme)
-   fix #133677, file sharing doesn't work with 2-character long home directories
-
-* Mon Sep 04 2006 Than Ngo <than at redhat.com> 6:3.5.4-4
-- apply upstream patches
-   fix kde#121528, konqueror crash
-
-* Wed Aug 23 2006 Than Ngo <than at redhat.com> 6:3.5.4-3
-- apply upstream patches
-   fix kde#131366, Padding-bottom and padding-top not applied to inline elements
-   fix kde#131933, crash when pressing enter inside a doxygen comment block
-   fix kde#106812, text-align of tables should only be reset in quirk mode
-   fix kde#90462, konqueror crash while rendering in khtml
-
-* Tue Aug 08 2006 Than Ngo <than at redhat.com> 6:3.5.4-2
-- add BR on gettext, cups
-
-* Tue Aug 08 2006 Than Ngo <than at redhat.com> 6:3.5.4-1
-- rebuilt
-
-* Wed Jul 26 2006 Petr Rockai <prockai at redhat.com> - 6:3.5.4-0.pre2
-- drop the gcc workaround, problem fixed in gcc/g++
-
-* Mon Jul 24 2006 Petr Rockai <prockai at redhat.com> - 6:3.5.4-0.pre1
-- prerelease of 3.5.4 (from the first-cut tag)
-- disable --enable-final on s390x, seems to cause problems
-
-* Thu Jul 20 2006 Than Ngo <than at redhat.com> 6:3.5.3-11
-- apply upstream patches,
-   fix kde#130831, remember when the last replacement string was the empty string
-
-* Tue Jul 18 2006 Petr Rockai <prockai at redhat.com> - 6:3.5.3-10
-- do not ship the dummy kdnssd implementation, depend on external one
-  (there is one provided by kdnssd-avahi now)
-- change the use of anonymous namespace in kedittoolbar.h, so that
-  the KEditToolbar classes are exported again
-
-* Mon Jul 17 2006 Petr Rockai <prockai at redhat.com>
-- should have been 6:3.5.3-9 but accidentally built as 6:3.5.3-8.fc6
-- --disable-libfam and --enable-inotify to get inotify support
-  and to disable gamin/fam usage
-- add %{?dist} to Release:
-
-* Tue Jul 11 2006 Than Ngo <than at redhat.com> 6:3.5.3-8
-- upstream patches,
-    kde#130605 - konqueror crash
-    kde#129187 - konqueror crash when modifying address bar address
-
-* Mon Jul 10 2006 Than Ngo <than at redhat.com> 6:3.5.3-7
-- apply upstream patches,
-    kde#123307 - Find previous does nothing sometimes
-    kde#106795 - konqueror crash
-
-* Tue Jul 04 2006 Than Ngo <than at redhat.com> 6:3.5.3-6
-- apply upstream patches, fix #128940/#81806/#128760
-
-* Sat Jun 24 2006 Than Ngo <than at redhat.com> 6:3.5.3-5
-- fix #196013, mark kde.sh/kde.csh as config file
-- fix #178323 #196225, typo in kde.sh
-- apply upstream patches
-
-* Thu Jun 08 2006 Than Ngo <than at redhat.com> 6:3.5.3-4
-- enable --enable-new-ldflags again since ld bug fixed
-- move only *.so symlinks to -devel subpackage
-
-* Wed Jun  7 2006 Jeremy Katz <katzj at redhat.com> - 6:3.5.3-3
-- move .so symlinks to -devel subpackage
-
-* Thu Jun 01 2006 Than Ngo <than at redhat.com> 7:3.5.3-2
-- drop --enable-new-ldflags, workaround for ld bug
-
-* Wed May 31 2006 Than Ngo <than at redhat.com> 7:3.5.3-1
-- update to 3.5.3
-
-* Tue May 23 2006 Than Ngo <than at redhat.com> 7:3.5.2-7
-- fix #189677, No longer possible to "copy & rename" file in same directory
-
-* Mon May 22 2006 Than Ngo <than at redhat.com> 6:3.5.2-6
-- fix #192585, kdeprint writes incorrect cupsd.conf
-
-* Thu May 18 2006 Than Ngo <than at redhat.com> 6:3.5.2-5
-- use a versioned Obsoletes for kdelibs-docs
-
-* Tue May 16 2006 Than Ngo <than at redhat.com> 6:3.5.2-4 
-- rebuild against new qt to fix multilib issue
-- fix #178323, add KDE_IS_PRELINKED/KDE_NO_IPV60
- 
-* Wed May 03 2006 Than Ngo <than at redhat.com> 6:3.5.2-3
-- fix #173235, disable kmail debug info #173235
-- use XDG_CONFIG_DIRS for kde menu #178320
-- don't use private API with newer CUPS >=1.2
-
-* Fri Apr 21 2006 Than Ngo <than at redhat.com> 6:3.5.2-2
-- apply patch to fix crash kdeprint
-
-* Tue Mar 21 2006 Than Ngo <than at redhat.com> 6:3.5.2-1
-- update to 3.5.2
-
-* Tue Feb 21 2006 Than Ngo <than at redhat.com> 6:3.5.1-2.3
-- apply patch to fix missing icons in KDE main menu
-- requires redhat-artwork >= 0.239-2
-- don't own /usr/share/icons/hicolor #178319
-- remove broken links #154093 
-
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 6:3.5.1-2.2
-- bump again for double-long bug on ppc(64)
-
-* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 6:3.5.1-2.1
-- rebuilt for new gcc4.1 snapshot and glibc changes
-
-* Thu Feb 02 2006 Than Ngo <than at redhat.com> 6:3.5.1-2 
-- add Obsolete: kdelibs-docs
-
-* Wed Feb 01 2006 Than Ngo <than at redhat.com> 6:3.5.1-1
-- 3.5.1
-
-* Thu Jan 19 2006 Than Ngo <than at redhat.com> 6:3.5.0-6
-- rename subpackage to -apidocs
-
-* Wed Jan 18 2006 Than Ngo <than at redhat.com> 6:3.5.0-5
-- apply patch to fix a printing problem
-- add subpackage kdelibs-docs
-- enable --enable-new-ldflags #161074 
-
-* Wed Dec 21 2005 Than Ngo <than at redhat.com> 6:3.5.0-4
-- apply patch to fix crash in kicker on KDE logout
-
-* Fri Dec 16 2005 Than Ngo <than at redhat.com> 6:3.5.0-3
-- add requires on several devel subpackages
-
-* Tue Dec 13 2005 Than Ngo <than at redhat.com> 6:3.5.0-2 
-- apply patch to fix konqueror for working with new openssl #174541 
-
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-* - rebuilt
-
-* Thu Dec 01 2005 Than Ngo <than at redhat.com> 6:3.5.0-1
-- add fix for modular X, thanks to Ville Skyttä #174131
-- probably fix #174541
-
-* Mon Nov 28 2005 Than Ngo <than at redhat.com> 6:3.5.0-0.1.rc2
-- 3.5 rc2
-
-* Mon Nov 14 2005 Than Ngo <than at redhat.com> 6:3.5.0-0.1.rc1
-- update 3.5.0 rc1
-- remove unneeded lnusertemp workaround
-- remove references to optional libraries in .la files #170602 
-
-* Thu Nov 10 2005 Than Ngo <than at redhat.com> 6:3.4.92-4
-- apply patch to fix gcc4 compilation
-
-* Wed Nov 09 2005 Than Ngo <than at redhat.com> 6:3.4.92-3 
-- rebuilt against new libcrypto, libssl
-- requires iceauth
- 
-* Fri Nov 04 2005 Than Ngo <than at redhat.com> 6:3.4.92-2
-- move lnusertemp in arts, workaround for #169631
-
-* Mon Oct 24 2005 Than Ngo <than at redhat.com> 6:3.4.92-1
-- update to 3.5 beta 2
-
-* Wed Oct 12 2005 Than Ngo <than at redhat.com> 6:3.4.91-2
-- add libacl-devel buildrequirement
-- add openoffice mimelnk files #121769
-
-* Tue Sep 27 2005 Than Ngo <than at redhat.com> 6:3.4.91-1
-- update to KDE 3.5 Beta1
-
-* Mon Aug 08 2005 Than Ngo <than at redhat.com> 6:3.4.2-2
-- add requires xorg-x11 #165287
-
-* Mon Aug 01 2005 Than Ngo <than at redhat.com> 6:3.4.2-1
-- update to 3.4.2
-
-* Tue Jun 21 2005 Than Ngo <than at redhat.com> 6:3.4.1-2
-- add devices protocol #160927
-
-* Wed May 25 2005 Than Ngo <than at redhat.com> 6:3.4.1-1
-- 3.4.1
-
-* Wed May 04 2005 Than Ngo <than at redhat.com> 6:3.4.0-6
-- kimgio input validation vulnerabilities, CAN-2005-1046
-
-* Wed Apr 13 2005 Than Ngo <than at redhat.com> 6:3.4.0-5
-- more fixes from CVS stable branch
-- fix kbuildsycoca crashes with signal 11 on kde startup #154246
-
-* Tue Apr 12 2005 Than Ngo <than at redhat.com> 6:3.4.0-4
-- add workaround for #154294
-
-* Thu Apr 07 2005 Than Ngo <than at redhat.com> 3.4.0-3
-- add missing kcontrol/khelp/home/find in main menu #151655 
-- fix bad symlinks #154093
-
-* Fri Apr 01 2005 Than Ngo <than at redhat.com> 6:3.4.0-2
-- more patches from CVS stable branch
-- add missing kde documents, workaround for rpm bug
-
-* Thu Mar 17 2005 Than Ngo <than at redhat.com> 6:3.4.0-1
-- 3.4.0 release
-
-* Wed Mar 16 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.6
-- new snapshot from KDE_3_4_BRANCH
-
-* Mon Mar 14 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.5
-- default font setting Sans/Monospace
-
-* Fri Mar 04 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.4
-- rebuilt against gcc-4.0.0-0.31
-
-* Tue Mar 01 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.3
-- fix dependency problem with openssl-0.9.7e
-
-* Tue Mar 01 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.2
-- rebuilt against gcc-4
-
-* Sat Feb 26 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.1
-- bump release
-
-* Fri Feb 25 2005 Than Ngo <than at redhat.com> 6:3.4.0-0.rc1.0
-- KDE 3.4.0 rc1
-
-* Tue Feb 22 2005 Than Ngo <than at redhat.com> 6:3.3.92-0.3
-- respin KDE 3.4 beta2
-
-* Thu Feb 17 2005 Than Ngo <than at redhat.com> 6:3.3.92-0.2
-- Add symlinks to crystal icons, thanks Peter Rockai, #121929
-- fix export
-
-* Mon Feb 14 2005 Than Ngo <than at redhat.com> 6:3.3.92-0.1
-- KDE 3.4 Beta2
-
-* Sat Feb 12 2005 Than Ngo <than at redhat.com> 6:3.3.2-0.7
-- backport CVS patch, cleanup InputMethod
-
-* Fri Feb 11 2005 Than Ngo <than at redhat.com> 6:3.3.2-0.6
-- drop mktemp patch
-
-* Thu Feb 10 2005 Than Ngo <than at redhat.com> 6:3.3.2-0.5
-- use mkstemp instead of mktemp
-- fix knotify crash after applying sound system change
-- add steve cleanup patch
-
-* Wed Dec 15 2004 Than Ngo <than at redhat.com> 6:3.3.2-0.4
-- get rid of broken AltiVec instructions on ppc
-
-* Tue Dec 14 2004 Than Ngo <than at redhat.com> 6:3.3.2-0.3
-- apply the patch to fix Konqueror Window Injection Vulnerability #142510
-  CAN-2004-1158,  Thanks to KDE security team
-- Security Advisory: plain text password exposure, #142487
-  thanks to KDE security team
-
-* Wed Dec 08 2004 Than Ngo <than at redhat.com> 6:3.3.2-0.2
-- workaround for compiler bug on ia64 (-O0)
-
-* Fri Dec 03 2004 Than Ngo <than at redhat.com> 6:3.3.2-0.1
-- update to 3.3.2
-- remove unneeded kdelibs-3.3.1-cvs.patch, kdelibs-3.3.1-xml.patch
-
-* Tue Nov 02 2004 Than Ngo <than at redhat.com> 6:3.3.1-4
-- backport CVS patches, fix konqueror crash #134758
-
-* Fri Oct 29 2004 Than Ngo <than at redhat.com> 6:3.3.1-3
-- add some fixes from CVS
-
-* Sat Oct 16 2004 Than Ngo <than at redhat.com> 6:3.3.1-2
-- rebuilt for rhel
-
-* Wed Oct 13 2004 Than Ngo <than at redhat.com> 6:3.3.1-1
-- update to KDE 3.3.1
-
-* Wed Sep 29 2004 Than Ngo <than at redhat.com> 6:3.3.0-5
-- add missing requires on libidn-devel
-
-* Sun Sep 26 2004 Than Ngo <than at redhat.com> 6:3.3.0-4
-- cleanup menu
-
-* Mon Sep 20 2004 Than Ngo <than at redhat.com> 3.3.0-3
-- fix a bug in ksslopen #114835
-
-* Tue Sep 07 2004 Than Ngo <than at redhat.com> 6:3.3.0-2
-- add patch to fix KDE trash always full #122988
-
-* Thu Aug 19 2004 Than Ngo <than at redhat.com> 6:3.3.0-1
-- update to 3.3.0 release
-
-* Tue Aug 10 2004 Than Ngo <than at redhat.com> 6:3.3.0-0.1.rc2
-- update to 3.3.0 rc1
-
-* Sun Aug 08 2004 Than Ngo <than at redhat.com> 6:3.3.0-0.1.rc1
-- update to 3.3 rc1
-
-* Fri Jul 23 2004 Than Ngo <than at redhat.com> 3.2.92-2
-- update to KDE 3.3 Beta 2
-- remove some unneeded patch files
-- enable libsuffix
-
-* Mon Jul 19 2004 Than Ngo <than at redhat.com> 6:3.2.3-6
-- add IM patch
-- set kprinter default to cups
-
-* Mon Jul 12 2004 Than Ngo <than at redhat.com> 6:3.2.3-5
-- rebuild
-
-* Mon Jul 05 2004 Than Ngo <than at redhat.com> 6:3.2.3-4
-- built with libpcre support, it's needed for using regular expressions in Javascript code bug #125264
-
-* Thu Jul 01 2004 Than Ngo <than at redhat.com> 6:3.2.3-3
-- fix double entry in filelist
-- add some devel packages in requires
-
-* Thu Jun 17 2004 Than Ngo <than at redhat.com> 3.2.3-2
-- rebuilt
-
-* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Mon May 31 2004 Than Ngo <than at redhat.com> 3.2.3-1
-- update to KDE 3.2.3
-- remove some patch files, which are now included in 3.2.3
-
-* Mon May 17 2004 Than Ngo <than at redhat.com> 6:3.2.2-7
-- add patch to enable PIE
-
-* Sun May 16 2004 Than Ngo <than at redhat.com> 6:3.2.2-6
-- vulnerability in the mailto handler, CAN-2004-0411
-
-* Fri May 14 2004 Than Ngo <than at redhat.com> 3.2.2-5
-- KDE Telnet URI Handler File Vulnerability , CAN-2004-0411
-
-* Wed Apr 21 2004 Than Ngo <than at redhat.com> 3.2.2-4
-- Implements the FreeDesktop System Tray Protocol, thanks to Harald Hoyer
-
-* Mon Apr 19 2004 Than Ngo <than at redhat.com> 3.2.2-3
-- fix #120265 #119642
-
-* Sun Apr 18 2004 Warren Togami <wtogami at redhat.com> 3.2.2-2
-- #120265 #119642 -devel req alsa-lib-devel esound-devel fam-devel
-                             glib2-devel libart_lgpl-devel
-- #88853 BR autoconf automake libpng-devel libvorbis-devel
-            glib2-devel libtiff-devel
-- cups-libs explicit epoch, some cleanups
-
-* Tue Apr 13 2004 Than Ngo <than at redhat.com> 3.2.2-1
-- 3.2.2 release
-
-* Fri Mar 12 2004 Than Ngo <than at redhat.com> 6:3.2.1-1.4
-- rebuild
-
-* Thu Mar 11 2004 Than Ngo <than at redhat.com> 6:3.2.1-1.3
-- get rid of application.menu, it's added in redhat-menus
-
-* Fri Mar 05 2004 Than Ngo <than at redhat.com> 6:3.2.1-1.2
-- respin
-
-* Tue Mar 02 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Tue Mar 02 2004 Than Ngo <than at redhat.com> 3.2.1-1
-- update to 3.2.1 release
-
-* Tue Feb 17 2004 Than Ngo <than at redhat.com> 6:3.2.0-1.5
-- fix typo bug, _smp_mflags instead smp_mflags
-
-* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Mon Feb 09 2004 Than Ngo <than at redhat.com> 6:3.2.0-0.4
-- add new icon patch file 
-
-* Thu Feb 05 2004 Than Ngo <than at redhat.com> 6:3.2.0-0.3 
-- build against qt 3.3.0
-- fix a bug in ksslopen on x86_64, bug #114835
-
-* Tue Feb 03 2004 Than Ngo <than at redhat.com> 6:3.2.0-0.2
-- 3.2.0 release
-
-* Fri Jan 23 2004 Than Ngo <than at redhat.com> 6:3.1.95-0.4
-- fixed #114114
-
-* Wed Jan 21 2004 Than Ngo <than at redhat.com> 6:3.1.95-0.3
-- fixed file conflict with hicolor-icon-theme
-- added requires: hicolor-icon-theme
-
-* Tue Jan 20 2004 Than Ngo <than at redhat.com> 6:3.1.95-0.2
-- added kde.sh, kde.csh
-- fixed build problem
-- fixed rpm file list
-
-* Mon Jan 19 2004 Than Ngo <than at redhat.com> 6:3.1.95-0.1
-- KDE 3.2 RC1
-
-* Tue Dec 02 2003 Than Ngo <than at redhat.com> 6:3.1.94-0.2
-- KDE 3.2 Beta2 respin
-
-* Mon Dec 01 2003 Than Ngo <than at redhat.com> 6:3.1.94-0.1
-- KDE 3.2 Beta2
-
-* Wed Nov 26 2003 Than Ngo <than at redhat.com> 6:3.1.93-0.4
-- add missing cupsdconf, cupsdoprint and dcopquit
-
-* Tue Nov 25 2003 Than Ngo <than at redhat.com> 6:3.1.93-0.3
-- enable alsa support
-
-* Sat Nov 08 2003 Than Ngo <than at redhat.com> 6:3.1.93-0.2
-- cleanup several patch files
-
-* Mon Nov 03 2003 Than Ngo <than at redhat.com> 6:3.1.93-0.1
-- 3.2 Beta 1
-- remove many patches, which are now in upstream
-- adjust many redhat specific patch files
-- cleanup rpm file list
-
-* Fri Oct 17 2003 Than Ngo <than at redhat.com> 6:3.1.4-4
-- fixed icon scale patch, thanks to Thomas Wörner
-
-* Fri Oct 10 2003 Than Ngo <than at redhat.com> 6:3.1.4-3
-- better icon scale patch
-
-* Thu Oct 02 2003 Than Ngo <than at redhat.com> 6:3.1.4-2
-- rebuild against new gcc-3.3.1-6, fixed miscompiled code on IA-32 
-
-* Mon Sep 29 2003 Than Ngo <than at redhat.com> 6:3.1.4-1
-- 3.1.4
-
-* Thu Sep 04 2003 Than Ngo <than at redhat.com> 6:3.1.3a-1
-- 3.1.3a
-
-* Thu Aug 28 2003 Than Ngo <than at redhat.com> 6:3.1.3-8
-- adopted a patch file from Mandrake, it fixes full screen problem
-
-* Wed Aug 27 2003 Than Ngo <than at redhat.com> 6:3.1.3-7
-- rebuilt
-
-* Wed Aug 27 2003 Than Ngo <than at redhat.com> 6:3.1.3-6
-- rebuilt
-
-* Fri Aug 22 2003 Than Ngo <than at redhat.com> 6:3.1.3-5
-- fix build problem with gcc 3.x
-
-* Wed Aug 06 2003 Than Ngo <than at redhat.com> 6:3.1.3-4
-- rebuilt
-
-* Wed Aug 06 2003 Than Ngo <than at redhat.com> 6:3.1.3-3
-- add patch file to fix horizontal scrollbar issue
-
-* Thu Jul 31 2003 Than Ngo <than at redhat.com> 6:3.1.3-2
-- rebuilt
-
-* Tue Jul 29 2003 Than Ngo <than at redhat.com> 6:3.1.3-1
-- 3.1.3
-- add Prereq: dev
-
-* Tue Jun 17 2003 Than Ngo <than at redhat.com> 6:3.1.2-7
-- rebuilt
-
-* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Sun May 18 2003 Than Ngo <than at redhat.com> 6:3.1.2-5
-- remove workaround for glibc bug
-
-* Wed May 14 2003 Than Ngo <than at redhat.com> 6:3.1.2-3
-- fix dependence bug
-
-* Tue May 13 2003 Than Ngo <than at redhat.com> 6:3.1.2-2
-- fix a bug in loading openssl library
-
-* Mon May 12 2003 Than Ngo <than at redhat.com> 6:3.1.2-1
-- 3.1.2
-
-* Wed Apr 30 2003 Than Ngo <than at redhat.com> 6:3.1.1-7
-- build with -fpic on ppc (ld bugs)
-
-* Mon Apr 28 2003 Than Ngo <than at redhat.com> 6:3.1.1-6
-- libjpeg-devel and bzip2-devel in buildrequires (#89635)
-
-* Thu Apr 24 2003 Than Ngo <than at redhat.com> 6:3.1.1-5
-- use pcre native API
-
-* Mon Apr 14 2003 Than Ngo <than at redhat.com> 6:3.1.1-4
-- add xrandr support
-
-* Sun Apr 13 2003 Than Ngo <than at redhat.com> 6:3.1.1-3
-- PS/PDF file handling vulnerability
-
-* Thu Mar 20 2003 Than Ngo <than at redhat.com> 6:3.1.1-2
-- add patch file from CVS to fix: https authentication through proxy fails
-- add patch file from CVS to fix: KZip fails for some .zip archives
-
-* Sun Mar 16 2003 Than Ngo <than at redhat.com> 6:3.1.1-1
-- 3.1.1 stable release
-- move desktop-create-kmenu to kdelibs
-
-* Mon Mar  3 2003 Than Ngo <than at redhat.com> 6:3.1-12
-- lan redirect
-
-* Mon Feb 24 2003 Than Ngo <than at redhat.com> 6:3.1-11
-- add Buildprereq libart_lgpl-devel
-
-* Mon Feb 24 2003 Than Ngo <than at redhat.com> 6:3.1-10
-- move API documentation into kdelibs-devel (#84976)
-
-* Fri Feb 21 2003 Than Ngo <than at redhat.com> 6:3.1-9
-- add fix from Thomas Wörner to watch /usr/share/applications
-  for changes, (bug #71613)
-
-* Thu Feb 20 2003 Than Ngo <than at redhat.com> 6:3.1-8
-- rebuid against gcc 3.2.2 to fix dependency in la file
-
-* Thu Feb 13 2003 Thomas Woerner <twoerner at redhat.com> 6:3.1-7
-- fixed arts bug #82750, requires rebuild of kdelibs
-
-* Tue Feb 11 2003 Than Ngo <than at redhat.com> 6:3.1-6
-- fix Norway i18n issue, bug #73446
-
-* Mon Feb 10 2003 Than Ngo <than at redhat.com> 6:3.1-5
-- konqueror crashes on a double click, bug #81503
-
-* Sun Feb  9 2003 Than Ngo <than at redhat.com> 6:3.1-4
-- add patch to support the macromedia, bug #83808
-
-* Thu Feb  6 2003 Than Ngo <than at redhat.com> 6:3.1-3
-- add patch to set correct default encoding, bug #82539
-- don't overwrite defaultstyle, bug #74795, #80103
-
-* Fri Jan 31 2003 Than Ngo <than at redhat.com> 6:3.1-2
-- Add better resize icon patch from Thomas Woerner
-
-* Tue Jan 28 2003 Than Ngo <than at redhat.com> 6:3.1-1
-- 3.1 final
-
-* Sun Jan 26 2003 Than Ngo <than at redhat.com> 6:3.1-0.16
-- use make apidox to create KDE api instead doxygen
-
-* Thu Jan 24 2003 Than Ngo <than at redhat.com> 6:3.1-0.15
-- use doxygen to create api docs
-- clean up specfile
-
-* Thu Jan 23 2003 Tim Powers <timp at redhat.com> 6:3.1-0.14
-- rebuild
-
-* Wed Jan 22 2003 Than Ngo <than at redhat.com> 3.1-0.13
-- rc7
-
-* Thu Jan 16 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.12
-- added icon scale patch
-- added ia64 again
-
-* Mon Jan 13 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.11
-- excluded ia64
-
-* Sun Jan 12 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.10
-- rebuild
-
-* Fri Jan 10 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.9
-- removed silly size_t check
-
-* Fri Jan 10 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.8
-- rc6
-
-* Fri Jan 10 2003 Thomas Woerner <twoerner at redhat.com> 3.1-0.7
-- ssl uses krb5
-
-* Sat Dec 28 2002 Than Ngo <than at redhat.com> 3.1-0.6
-- rebuild
-
-* Mon Dec 16 2002 Than Ngo <than at redhat.com> 3.1-0.5
-- rebuild
-
-* Thu Dec 12 2002 Than Ngo <than at redhat.com> 3.1-0.4
-- fix dependency bug
-- use kdoc to create api docs
-
-* Sat Nov 30 2002 Than Ngo <than at redhat.com> 3.1-0.3
-- fix bug #78646
-- set kde_major_version
-
-* Fri Nov 22 2002 Than Ngo <than at redhat.com> 3.1-0.2
-- use doxygen to create api docs
-
-* Tue Nov 19 2002 Than Ngo <than at redhat.com> 3.1-0.1
-- update rc4
-- adjust many patch files for 3.1
-- remove some patch files, which are now in 3.1
-
-* Sun Nov 10 2002 Than Ngo <than at redhat.com> 3.0.5-1.1
-- conform strict ANSI (bug #77603)
-
-* Sat Nov  9 2002 Than Ngo <than at redhat.com> 3.0.5-1
-- update to 3.0.5
-
-* Wed Oct 16 2002 Than Ngo <than at redhat.com> 3.0.4-3
-- rebuild to get rid of libstdc++.la on x86_64
-- cleanup sepcfile
-- dependency issue
-
-* Sat Oct 12 2002 Than Ngo <than at redhat.com> 3.0.4-2
-- better handling of desktop file renames (bug #74071)
-- initLanguage issue
-
-* Thu Oct 10 2002 Than Ngo <than at redhat.com> 3.0.4-1
-
-- 3.0.4
-- Added 2 patch files for built-in tests from AndreyPozdeev at rambler.ru (bug #75003)
-- Added KDE Url (bug #54592)
-
-* Tue Oct  8 2002 Than Ngo <than at redhat.com> 3.0.3-10
-- Added fix to get correct Lib directory name on 64bit machine
-- New fix to handle desktop file renames (bug #74071)
-
-* Fri Sep 20 2002 Than Ngo <than at redhat.com> 3.0.3-8.1
-- Konqueror Cross Site Scripting Vulnerability
-
-* Sun Sep  1 2002 Than Ngo <than at redhat.com> 3.0.3-8
-- remove merging share/applnk
-
-* Sat Aug 31 2002 Than Ngo <than at redhat.com> 3.0.3-7
-- put Red Hat in the version number
-- desktop file issue
-
-* Tue Aug 27 2002 Phil Knirsch <pknirsch at redhat.com> 3.0.3-6
-- Removed gcc31 patch as it breaks the Netscape plugin in gcc32.
-
-* Mon Aug 26 2002 Phil Knirsch <pknirsch at redhat.com> 3.0.3-5
-- Use LANG env as default if available
-- Fixed general language handling problems
-
-* Sun Aug 25 2002 Than Ngo <than at redhat.com> 3.0.3-4
-- revert about KDE, use preference
-
-* Thu Aug 22 2002 Than Ngo <than at redhat.com> 3.0.3-3
-- Added katetextbuffermultibyte patch from Leon Ho (bug #61464)
-- build against new qt
-
-* Tue Aug 13 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.3-2
-- Update to 3.0.3 respin to fix SSL security bug
-
-* Sun Aug 11 2002 Than Ngo <than at redhat.com> 3.0.3-1
-- 3.0.3
-- Added ksyscoca patch from Harald Hoyer
-
-* Thu  Aug  8 2002 Than Ngo <than at redhat.com> 3.0.2-6
-- Added better system tray dock patch from Harald Hoyer
-
-* Fri Aug  2 2002 Than Ngo <than at redhat.com> 3.0.2-5
-- Fixed a bug in ktip (bug #69627,70329)
-
-* Fri Aug  2 2002 Than Ngo <than at redhat.com> 3.0.2-4
-- Added system tray dock patch from Harald Hoyer
-- Added Buildrequires audiofile-devel (bug #69983)
-- Added Buildrequires openssl-devel (bug #64858)
-- Rebuild against qt 3.0.5 (bug #70379)
-- Added patch to remove "about KDE" menu item from help menu (bug #67287)
-- Fixed dependencies bug by update (bug #69798)
-- Added some bugfixes from 3.0.2 stable branches
-
-* Fri Aug  2 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.2-3
-- Add some bugfixes from CVS (mostly HTML rendering fixes)
-
-* Mon Jul 22 2002 Tim Powers <timp at redhat.com> 3.0.2-2
-- rebuild using gcc-3.2-0.1
-
-* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.2-1
-- 3.0.2
-
-* Tue Jun 25 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.2-0.cvs20020625.1
-- Make KLocale respect the LANG setting when kpersonalizer wasn't run
-
-* Mon Jun 24 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.2-0.cvs20020624.1
-- Update, should be VERY close to 3.0.2 final now.
-
-* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Thu Jun 20 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.2-0.cvs20020620.1
-- Update
-- Remove the malloc hack, it's no longer needed with glibc 2.2.90
-
-* Tue May 28 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.1-3
-- Add support for xdg-list icon theme spec
-
-* Fri May  9 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.1-1
-- 3.0.1
-
-* Wed May  7 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-12
-- Update to KDE_3_0_BRANCH
-- Do away with the GCC296 define, it's handled automatically
-
-* Thu May  2 2002 Than Ngo <than at redhat.com> 3.0.0-11
-- add some fixes from KDE CVS
-- build against gcc-3.1-0.26/qt-3.0.3-12
-
-* Mon Apr 15 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-10
-- Change sonames to something indicating the compiler version if a compiler
-  < gcc 3.1 is used
-- Add compat symlinks for binary compatibility with other distributions
-
-* Thu Apr 11 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-9
-- Fix Qt designer crash when loading KDE plugins
-
-* Tue Apr  9 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-8
-- Add build requirement on samba >= 2.2.3a-5 to make sure the correct
-  smb ioslave can be built
-
-* Mon Apr  8 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-7
-- Merge the following fixes from KDE_3_0_BRANCH:
-  - RFC 2818 compliance for KSSL
-  - Detect premature loss of connection in http ioslave (this may have
-    been the cause of the bugzilla CGI.pl:1444 issue)
-  - Don't send SIGHUP to kdesu child applications
-  - Fix KHTML form rendering problems
-
-* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-6
-- Fix up timeout problems with form submissions (#62196)
-
-* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-5
-- Merge kjs crash-on-invalid-input fix from KDE_3_0_BRANCH
-
-* Thu Mar 28 2002 Than Ngo <than at redhat.com> 3.0.0-4
-- fix kde version
-
-* Thu Mar 28 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-3
-- Add another khtml rendering fix
-
-* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-2
-- Add a khtml fix from KDE_3_0_BRANCH, prevents form content from
-  being submitted twice, which probably caused the CGI.pl:1444 bug
-  some people have noted with Bugzilla.
+- License: LGPLv2
+- Requires: shared-mime-info
 
-* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero at redhat.com> 3.0.0-1
-- Update to final
-- Add fixes from KDE_3_0_BRANCH
+* Mon Jul 30 2007 Than Ngo <than at redhat.com> 3.92.0-2
+- fix conlict with kde3
+- add -DSYSCONF_INSTALL_DIR
+
+* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
+- kde-3.92.0 (kde4-beta1)
+
+* Thu Jul 19 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.91.0-6
+- add missing epoch to main package Requires for -devel if name is kdelibs
+
+* Tue Jul 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-5
+- BR: soprano-devel
+- prefix=/usr cleanups
+
+* Wed Jul 11 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.91.0-4
+- apply upstream bugfix for KatePart syntax highlighting (kde #145571)
+
+* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
+- fix %%_sysconfdir for %%_prefix != /usr case.
+
+* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2
+- updated kde4home.diff
+- CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags)
+
+* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1
+- kde-3.91.0
+- CMAKE_BUILD_TYPE=debug 
+
+* Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-3
+- specfile cleanup (%%prefix issues mostly)
+
+* Wed May 30 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.90.1-2
+- add missing BR shared-mime-info
+
+* Sun May 13 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.90.1-1
+- update to 3.90.1
+- drop backported upstream fixes already in 3.90.1
+- bump cmake BR to 2.4.5 as required upstream now
+- add BR strigi-devel, alsa-lib-devel, avahi-devel
+- don't set execute bits by hand anymore, cmake has been fixed
+- use multilibs in /opt/kde4
+
+* Mon Mar 26 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.80.3-5
+- apply upstream fixes to build with Qt 4.3 Beta
+
+* Sat Mar 24 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.80.3-4
+- restore minimum version requirements for cmake and qt4-devel
+- drop visibility hack (no longer needed with latest qt4 package)
+- don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed
+- apply upstream bugfixes:
+- * khtml segfault fix
+- * message box cancel button fix
+- * kprocio received buffer truncation fix (backported)
+- * KatePart keyboard shortcut (Ctrl+Right, Shift+Right) fix
+
+* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3
+- +eXecute perms for %%{_prefix}/lib/*
+
+* Fri Feb 23 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.80.3-2
+- apply upstream patch to fix klauncher crash
+- hack around Qt 4 being built with no visibility support
+- install Qt Designer plugin
+
+* Wed Feb 21 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.80.3-1
+- update to 3.80.3
+- update and improve parallel-installability patch
+- set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work
+- move libkdeinit_*.so from -devel to main package
+- symlink kde4-config into /usr/bin so it can be used for path setting
+
+* Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.4.20061003svn
+- dropped -DCMAKE_SKIP_RPATH=TRUE from cmake
+- compiling with QA_RPATHS=0x0003; export QA_RPATHS
+
+* Sun Nov 26 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn
+- Added foolishly dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel again as BR
+
+* Thu Nov 23 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn
+- parallel build support
+- added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath
+- dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel as BR
+- dropped duplicate libattr-devel in BR
+- spec file cleanups and added clean up in %%install
+- fixed missing dependency : libkdeinit_knotify.so
+
+* Sat Oct 07 2006 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.80.2-0.1.20061003svn
+- first Fedora RPM (parts borrowed from the OpenSUSE kdelibs 4 RPM and the Fedora kdelibs 3 RPM)
+- apply parallel-installability patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/devel/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sources	12 Oct 2007 19:37:53 -0000	1.52
+++ sources	1 Dec 2007 19:43:21 -0000	1.53
@@ -1 +1 @@
-acaa37e79e840d10dca326277a20863c  kdelibs-3.5.8.tar.bz2
+f8dc1a0a7ae5b580b6d85938995789cc  kdelibs-3.96.2.tar.bz2


--- devices.protocol DELETED ---


--- kde-3.5-libtool-shlibext.patch DELETED ---


--- kde.csh DELETED ---


--- kde.sh DELETED ---


--- kdelibs-3.0.0-ndebug.patch DELETED ---


--- kdelibs-3.0.4-ksyscoca.patch DELETED ---


--- kdelibs-3.2.3-cups.patch DELETED ---


--- kdelibs-3.3.2-ppc.patch DELETED ---


--- kdelibs-3.4.0-qtdoc.patch DELETED ---


--- kdelibs-3.4.91-buildroot.patch DELETED ---


--- kdelibs-3.4.92-inttype.patch DELETED ---


--- kdelibs-3.5.0-101956.patch DELETED ---


--- kdelibs-3.5.1-xdg-menu.patch DELETED ---


--- kdelibs-3.5.2-cupsdconf2-group.patch DELETED ---


--- kdelibs-3.5.2-kdebug-kmail-quiet.patch DELETED ---


--- kdelibs-3.5.4-kabc-make.patch DELETED ---


--- kdelibs-3.5.4-kdeprint-utf8.patch DELETED ---


--- kdelibs-3.5.5-kstandarddirs.patch DELETED ---


--- kdelibs-3.5.5-lib_loader-1.2.patch DELETED ---


--- kdelibs-3.5.6-137675.patch DELETED ---


--- kdelibs-3.5.6-lang.patch DELETED ---


--- kdelibs-3.5.6-utempter.patch DELETED ---


--- kdelibs-3.5.7-autostart.patch DELETED ---


--- kdelibs-3.5.7-openssl.patch DELETED ---


--- kdelibs-3.5.8-http-regression.patch DELETED ---


--- kdelibs-3.5.8-kate-vhdl.patch DELETED ---


--- kdelibs-3.5.8-kde#150944.patch DELETED ---




More information about the fedora-extras-commits mailing list