File kdelibs3-devel-doc.spec of Package kdelibs3

#
# spec file for package kdelibs3-devel-doc (Version 3.5.10)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           kdelibs3-devel-doc
BuildRequires:  OpenEXR-devel aspell-devel cups-devel db-devel doxygen graphviz kdelibs3-devel krb5-devel libjasper libsndfile openldap2-devel qt3-devel-doc utempter xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-fonts-scalable
%if %suse_version > 1020
BuildRequires:  avahi-compat-mDNSResponder-devel fdupes
%else
BuildRequires:  mDNSResponder-devel
%endif
Url:            http://www.kde.org
License:        GPL v2 or later
Group:          Documentation/HTML
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Summary:        Additional Package Documentation
Version:        3.5.10
Release:        21
%define       kdelibs_patch_level b
BuildArch:      noarch
Requires:       kdelibs3 qt3-devel-doc
Source0:        kdelibs-%{version}.tar.bz2
Source1:        create-kdeapi
Source4:        api_docu_description

%description
This package contains a generated API documentation for all library
classes provided by kdelibs. The index page for all KDE API functions
is:

file:/usr/share/doc/KDE3-API/index.html



Authors:
--------
    The KDE Team <kde@kde.org>

%prep
  echo %suse_version
%setup -q -n kdelibs-%{version}
. /etc/opt/kde3/common_options
update_admin --no-unsermake

%build
. /etc/opt/kde3/common_options
export QTDOCDIR=/usr/share/doc/packages/qt3/html
./configure $configkde --with-distribution="$DISTRI" --enable-libsuffix=`/opt/kde3/bin/kde-config --libsuffix`
do_make apidox 

%install
. /etc/opt/kde3/common_options
  list=`find . -name Makefile.am | xargs grep Doxy | sed -e "s,/Makefile.am.*,," | sort -u `
  for i in $list; do do_make -C $i DESTDIR=$RPM_BUILD_ROOT install-apidox || true; done
  # The modern way, with kdevelop-incompatible api documentation :/
  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/KDE3-API/
  # *** everytime you edit the following line, you made a mistake. Update admin tarball
  # *** version instead
  KDEDOCDIR=$kde_htmldir/en/kdelibs-apidocs
  # this is forgotten, but kdevelop needs it
  mkdir -p $RPM_BUILD_ROOT/$KDEDOCDIR
  if test -d apidocs/qt; then
    cp -a apidocs/qt $RPM_BUILD_ROOT/$KDEDOCDIR
  fi
  set +x
  exitc=0
  for i in `ls -1 $RPM_BUILD_ROOT/$KDEDOCDIR/*/html/index.html`; do 
      lib=`echo $i | sed -e 's,/html/index.html,,; s,.*/\([^/]*\)$,\1,'`
      if ! egrep "^$lib:" %SOURCE4 ; then
  	echo "ERROR: no description for library $lib"
        exitc=1
      fi
      sed -n -e 's@'"${lib}"':\(.*\)@\1@p' %SOURCE4 > ${RPM_BUILD_ROOT}/${KDEDOCDIR}/${lib}/description.SuSE
      echo "kdelibs"                          > ${RPM_BUILD_ROOT}/${KDEDOCDIR}/${lib}/package.SuSE
  done
  if test "$exitc" != 0; then
	exit $exitc
  fi
  ln -s $KDEDOCDIR/index.html $RPM_BUILD_ROOT/usr/share/doc/KDE3-API/index.html
  rm -rf ${RPM_BUILD_ROOT}/opt/kde3/share/apps
  mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/apps/kdelibs
  install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/opt/kde3/share/apps/kdelibs/
  %if %suse_version > 1020
  %fdupes -s $RPM_BUILD_ROOT
  %endif

%post
/opt/kde3/share/apps/kdelibs/create-kdeapi

%clean
  rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%dir /opt/kde3/share
%dir /opt/kde3/share/apps
%dir /opt/kde3/share/apps/kdelibs
/usr/share/doc/KDE3-API
/opt/kde3/share/apps/kdelibs/create-kdeapi
/opt/kde3/share/doc

%changelog
* Wed Aug 20 2008 coolo@suse.de
- update to KDE 3.5.10
  * translation updates
  * bugfixes
  * desktop files validate
* Mon Nov 05 2007 dmueller@suse.de
- remove nosource tag
* Tue Oct 09 2007 stbinner@suse.de
- update to KDE 3.5.8
* Wed May 23 2007 stbinner@suse.de
- use %%fdupes
* Mon May 14 2007 stbinner@suse.de
- update to KDE 3.5.7
* Tue Oct 03 2006 stbinner@suse.de
- update to KDE 3.5.5
* Sun Jul 23 2006 coolo@suse.de
- update to KDE 3.5.4
* Mon May 29 2006 stbinner@suse.de
- fix build of kdelibs3-devel-doc
* Wed May 24 2006 stbinner@suse.de
- update to KDE 3.5.3
* Mon Mar 20 2006 stbinner@suse.de
- update to KDE 3.5.2
* Tue Mar 07 2006 coolo@suse.de
- require qt3-devel-doc
* Wed Mar 01 2006 coolo@suse.de
- point apidox.sh to the right Qt location (#135850)
* Fri Jan 27 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 coolo@suse.de
- update to KDE 3.5.1
* Wed Dec 21 2005 dmueller@suse.de
- merge with kdelibs3 source dir
* Mon Dec 19 2005 dmueller@suse.de
- fix file list
* Mon Nov 28 2005 dmueller@suse.de
- update to 3.5.0
* Mon Nov 21 2005 stbinner@suse.de
- update to 3.5 RC 2
* Tue Nov 15 2005 dmueller@suse.de
- hack to avoid a kdelibs3 update today
* Mon Nov 14 2005 dmueller@suse.de
- update to 3.5.0
* Fri Oct 14 2005 dmueller@suse.de
- update to 3.4.92
* Thu Sep 29 2005 coolo@suse.de
- simplifying build a lot
* Wed Sep 28 2005 dmueller@suse.de
- fix build
* Tue Sep 27 2005 dmueller@suse.de
- fix build on 64 bit platforms
* Tue Sep 27 2005 dmueller@suse.de
- and again..
* Tue Sep 27 2005 ro@suse.de
- fix build again
* Sat Sep 24 2005 dmueller@suse.de
- build..
* Fri Sep 23 2005 dmuelle@suse.de
- fixed typo in specfile
* Fri Sep 23 2005 dmueller@suse.de
- update to 3.4.91
* Mon Sep 12 2005 dmueller@suse.de
- Fix /opt/kde3/share/doc/HTML/en/common/* conflicts
* Sat Sep 10 2005 aj@suse.de
- Remove wrong requires/provides/obsoletes.
* Sat Sep 10 2005 aj@suse.de
- Fix package build.
* Fri Sep 09 2005 dmueller@suse.de
- split kdelibs3 into a noarch subpackage devel-docs
* Thu Sep 08 2005 bg@suse.de
- disable --as-needed for hppa (does not build with that option)
* Thu Sep 08 2005 coolo@suse.de
- let the icon loader find the suse specials independent on the theme
  (#115139 and others)
* Wed Sep 07 2005 dmueller@suse.de
- fix kwallet wizard being 3000px in size (#114954)
* Wed Sep 07 2005 dmueller@suse.de
- fix kpdf embedding crashes (#114724)
- add forgotten patch for mozilla/dragonegg integration
* Wed Sep 07 2005 dmueller@suse.de
- improve TIFF detection (#114319)
* Tue Sep 06 2005 dmueller@suse.de
- fix JPEG2000 support in KImgio (#115324)
* Tue Aug 23 2005 coolo@suse.de
- add mimetype for OOo base (#72285)
* Tue Aug 23 2005 coolo@suse.de
- don't play around with xauth when the host name changes
  (#98627)
* Tue Aug 23 2005 dmueller@suse.de
- fix novell.com language selector (#106008)
* Mon Aug 22 2005 coolo@suse.de
- don't put libkdeinit_*.so in -devel
* Sun Aug 21 2005 coolo@suse.de
- update from 3.4 branch to fix endless kio_http loop
- fix DPMS check in admin (broke with --enable-new-ldflags)
* Sat Aug 20 2005 coolo@suse.de
- update from 3.4 branch
- pleasing the libtool check
* Fri Aug 19 2005 adrian@suse.de
- fix endless loop, if no KDEMM backend can get found (#105772)
* Fri Aug 19 2005 llunak@suse.cz
- Fix QXEmbed to have focus working properly in yast+kcontrol
  (#46495).
* Thu Aug 18 2005 adrian@suse.de
- do not use KLIRRRRR sound on popular request ...
* Thu Aug 18 2005 coolo@suse.de
- extend kde_post_install of common_options
* Wed Aug 17 2005 adrian@suse.de
- move arts dependency to -arts package
- clean up really all SimplePlayers in knotify, might cause a crash
  which needs to be debugged
* Mon Aug 15 2005 dmueller@suse.de
- fix horizontal scrolling in KHTML broken by the smooth scrolling
  patch (#76565).
* Sat Aug 13 2005 adrian@suse.de
- fix memory/handle leak in knotify while playing sound via kdemm
  knotify can still hang, if all alsa channels are used. (#97588)
- install icons for BitTorrent MimeType
* Thu Aug 11 2005 coolo@suse.de
- removing all of the extraicons patch, it doesn't work at all anymore
  so we need a new solution (also #85839 I guess)
- updated 3.4 branch to get a fix for a crashing dcopserver and
  hanging mounts (#102564)
* Thu Aug 04 2005 sbrabec@suse.cz
- Removed share/pixmaps links from crystalsvg (#85839).
* Mon Aug 01 2005 coolo@suse.de
- 3.4 update replacing custom patches
* Fri Jul 29 2005 dmueller@suse.de
- Update admin tarball to include -Wno-non-virtual-dtor flag
- Fix PIE detection (#98889)
- Fix visibility support
* Tue Jul 26 2005 llunak@suse.cz
- Fix #96594 (knotify logout timeout)
* Fri Jul 22 2005 coolo@suse.de
- update to version 3.4.2
* Mon May 30 2005 adrian@suse.de
- fix build for released distributions
* Tue May 24 2005 adrian@suse.de
- update to version 3.4.1
- set level back to "a"
* Fri May 13 2005 coolo@suse.de
- init variable
* Tue Apr 19 2005 coolo@suse.de
- update admin for gcc4
* Thu Apr 14 2005 sbrabec@suse.cz
- Added audiofile-devel to neededforbuild.
* Thu Apr 14 2005 adrian@suse.de
- update to current 3_4_BRANCH
  * parallel build order fix
- do not export kdemm video player api, it will not get any
  implementation in this way
* Wed Apr 13 2005 adrian@suse.de
- update to current 3_4_BRANCH
- increase patch Level to "c"
- export kdemm mixer interface
* Fri Apr 08 2005 adrian@suse.de
- port kfilepreview to kdemm
- extra arts subpackages, aRts is optional now !
- add DNS resolver fix from 3_4_BRANCH
* Mon Apr 04 2005 adrian@suse.de
- add missing #include to fix compile of kdemm players
* Mon Apr 04 2005 coolo@suse.de
- enable features for new ld
* Fri Apr 01 2005 adrian@suse.de
- fix build with gcc 4, exporting kdemm classes
* Thu Mar 31 2005 adrian@suse.de
- first steps to make arts optional:
  * add experimental kdemm support for post 9.3
  * use kdemm instead of arts in knotify
  * TODO: port kfileaudiopreview to kdemm
- do not overrule CFLAGS from spec files
* Wed Mar 30 2005 coolo@suse.de
- disable visibility when compiled with debug (for testkhtml)
* Mon Mar 28 2005 schwab@suse.de
- common_options: also set CFLAGS.
* Sat Mar 19 2005 aj@suse.de
- Integrate patch from Waldo Bastian for #71888 to fix
  accessing of Netscape bookmarks in konqueror.
* Fri Mar 18 2005 adrian@suse.de
- fix aspell support
- fixes from 3_4_BRANCH
  * toolbar configuration fix (#73662)
  * IPv6 blacklist io-slave fix
  * a khtml crash fix with innerweb
  * redirection fix to uppercase written top level domains
* Tue Mar 15 2005 adrian@suse.de
- fix kspell recursion, visible in kbabel (#72773 by Waldo)
* Mon Mar 14 2005 coolo@suse.de
- take susetranslations.mo into account for translations
* Mon Mar 14 2005 coolo@suse.de
- fix smoothscrolling patch (Lubos)
- adding some more kate fixes from branch
* Fri Mar 11 2005 coolo@suse.de
- some more fixes from 3_4_BRANCH
* Tue Mar 08 2005 adrian@suse.de
- various updates from cvs
  * missing kate initialising (Lubos)
  * kcmmodule crash fixed (Waldo)
  * khtml fixes
* Mon Mar 07 2005 adrian@suse.de
- fix progress bar (from KDE cvs)
* Mon Mar 07 2005 coolo@suse.de
- add fix for broken webdav URLs (#59203)
* Sat Mar 05 2005 adrian@suse.de
- fixes from KDE cvs:
  * support Netware based ftp servers in kio_ftp
  * fix proxy socks support
* Sat Mar 05 2005 adrian@suse.de
- update to version 3.4 final (not final try)
* Wed Mar 02 2005 adrian@suse.de
- update scrollview patch to BC version
- move Requires: kdelibs3_doc to kdebase3
* Sat Feb 26 2005 adrian@suse.de
- update to 3.4.0 RC1
* Thu Feb 24 2005 adrian@suse.de
- update to version 3.4.0 RC1 try 1
* Tue Feb 22 2005 adrian@suse.de
- update to current CVS
- add soft scrolling patch from Allan Sandfeld
* Tue Feb 22 2005 adrian@suse.de
- remove secure ICE patch again, it is part of CVS now
* Mon Feb 21 2005 adrian@suse.de
- update to current CVS
* Fri Feb 18 2005 adrian@suse.de
- update to current CVS
* Wed Feb 16 2005 adrian@suse.de
- remove floppy:/ from file dialog again, media:/ is enough
* Mon Feb 14 2005 adrian@suse.de
- update from CVS
- add rubberband patch from Andre Moreira Magalhaes, disabled by
  default
* Mon Feb 14 2005 adrian@suse.de
- make it possible to disable IDN support via KDE_NO_IDN enviroment
  variable
* Sun Feb 13 2005 coolo@suse.de
- fix do_make -j15
* Fri Feb 11 2005 adrian@suse.de
- update from CVS
* Wed Feb 09 2005 adrian@suse.de
- apply patch from Waldo to set ICE sockets to 0700 permissions
* Mon Feb 07 2005 adrian@suse.de
- update to beta 2
* Sat Jan 29 2005 coolo@suse.de
- fix --no-unsermake
* Fri Jan 28 2005 meissner@suse.de
- removed setuid root binary kgrantpty which is not needed
  since 8.1...
* Fri Jan 28 2005 adrian@suse.de
- update to current snapshot
- use external unsermake now
* Tue Jan 25 2005 adrian@suse.de
- adapt file dialog for media slave and remove floppy icon
* Mon Jan 24 2005 coolo@suse.de
- update to current snapshot (for testkhtml)
* Thu Jan 20 2005 adrian@suse.de
- update to current snapshot
* Sat Jan 15 2005 schwab@suse.de
- Use <owner>:<group> in permissions file.
* Fri Jan 14 2005 adrian@suse.de
- update to current HEAD
- disable limit-image-size patch, since it got also disabled in qt
* Thu Jan 13 2005 coolo@suse.de
- update to HEAD to get kdebase HEAD compiled
* Mon Jan 10 2005 adrian@suse.de
- fix kprinter.h header, this fixes the build of kdebindings
* Mon Jan 10 2005 coolo@suse.de
- fix permissions of do_make
* Sun Jan 09 2005 adrian@suse.de
- final 3.4 beta 1
* Tue Jan 04 2005 coolo@suse.de
- update to 3.4 beta 1 (first snapshot)
* Fri Dec 17 2004 coolo@suse.de
- let -Wl, pass in $LDFLAGS
- fix quoting in make wrapper
* Thu Dec 16 2004 hvogel@suse.de
- change icon to about_kde. go comes from another package and
  we dont want kdelibs require kdebase
* Wed Dec 15 2004 coolo@suse.de
- make the unsermake/automake switch more clever
* Tue Dec 14 2004 coolo@suse.de
- fix unsermake $PATH for packages that build several sources
* Mon Dec 13 2004 coolo@suse.de
- remove debug flag from configure
- replaced unsermake with latest greatest
* Wed Dec 08 2004 adrian@suse.de
- update to official 3.4 alpha 1
* Mon Dec 06 2004 adrian@suse.de
- update to KDE head snapshot
* Fri Dec 03 2004 adrian@suse.de
- update to the final tar bal of 3.3.2
* Mon Nov 29 2004 adrian@suse.de
- update to version 3.3.2
* Fri Nov 26 2004 adrian@suse.de
- extend KDE_VERSION_STRING with extra Level information to tell
  information about applied patches
- extend distribution string with distribution version
- show distribution version in about dialog
* Thu Nov 25 2004 adrian@suse.de
- correct gnome icon path to hicolor
* Wed Nov 24 2004 adrian@suse.de
- accept also Python 2.4 in configure checks
* Thu Nov 18 2004 ro@suse.de
- use kerberos-devel-packages
* Mon Nov 15 2004 adrian@suse.de
- include /opt/kde3/share/icons/crystalsvg/22x22/apps path
* Wed Nov 10 2004 ro@suse.de
- permission handling fixes
* Wed Nov 10 2004 coolo@suse.de
- moving khtml 3.3 diff in a seperate diff (now that the 3.3 branch
  contains a lot of updates for it)
* Mon Nov 08 2004 coolo@suse.de
- renable patch to limit image size (#43841)
* Wed Nov 03 2004 coolo@suse.de
- updated khtml again to fix compilation problem with gcc 4
* Wed Nov 03 2004 coolo@suse.de
- use HTML rendering engine from CVS head (preparing backport for
  3.3.2)
* Tue Oct 12 2004 adrian@suse.de
- update to version 3.3.1
* Wed Oct 06 2004 adrian@suse.de
- fix crash in libkabc, when importing an ldif file (#46882)
* Tue Oct 05 2004 adrian@suse.de
- do also find gnome pages when using "en_*" locale, instead of
  "C" or "en" (#45480)
* Sat Oct 02 2004 adrian@suse.de
- try to avoid klauncher registration with a wrong dcop name.
  this can happen, if two KDE application gets started at the
  same time, without having running kdeinit before.
  patch by Waldo and solves problems in Gnome hopefully (#46355)
- khtml rendering fix for nvidia.com
* Fri Oct 01 2004 adrian@suse.de
- fix html frame parent problem, fixes www.map24.de (#44156)
* Thu Sep 30 2004 adrian@suse.de
- fix nasty error startup messages
- fix two minor javascript bugs
- fix Netscape bookmarks wrapping (by Waldo, #45917)
* Sun Sep 26 2004 adrian@suse.de
- update to current 3_3_BRANCH
  * translation updates
  * kpart handling fixes
* Mon Sep 20 2004 adrian@suse.de
- update to current 3_3_BRANCH
- add fix for KDE file dialog on 64bit
  (crash when called by 32bit application, by Waldo #44995)
* Thu Sep 16 2004 adrian@suse.de
- use kwallet fix from Arvin
  (update external hash keys immediatly #43973)
* Wed Sep 15 2004 adrian@suse.de
- disable kwallet fix, it is known to create a memory leak
* Tue Sep 14 2004 adrian@suse.de
- update to current branch
  * khtml fixes
* Fri Sep 10 2004 adrian@suse.de
- update to current branch
- apply fix for kwallet from HEAD, needed for kinternet
* Tue Sep 07 2004 adrian@suse.de
- update to current BRANCH
- more silence during kbuildsycoca run
- disable default unsermake in beta
- remove mad from nfb
* Fri Sep 03 2004 coolo@suse.de
- fixing the fix ;(
* Fri Sep 03 2004 coolo@suse.de
- unsermake: do not remove the .deps file before regenerating it to
  avoid make races
* Mon Aug 30 2004 adrian@suse.de
- compile with explicit --disable-debug to get rid off asserts
* Sat Aug 28 2004 adrian@suse.de
- update to current BRANCH
- add gnome help page support for khelpcenter(by clahey, #44061)
* Mon Aug 23 2004 adrian@suse.de
- disable patch to limit image sizes in khtml, it causes crashes
  atm
* Fri Aug 20 2004 adrian@suse.de
- update to current 3_3_BRANCH
- add patch from clahey to support gnome help pages better in khelpcenter
* Wed Aug 18 2004 adrian@suse.de
- move debug mode switch to common_options
* Tue Aug 17 2004 adrian@suse.de
- add patch from Waldo to make it possible to limit the max image
  size within QImage. (#43841)
* Mon Aug 16 2004 adrian@suse.de
- update to version 3.3.0 final
- update to version 3.3.0 final
- use "make compile"
* Fri Aug 13 2004 coolo@suse.de
- removed 3_2_BRANCH.diff
- build with unsermake
* Tue Aug 10 2004 adrian@suse.de
- update to version 3.3.0 RC2
- split doc tools into subpackage to make it possible to use
  a different theming for special products
* Mon Aug 02 2004 adrian@suse.de
- accept automake 1.9
* Mon Jul 19 2004 adrian@suse.de
- update to version 3.2.92 (KDE 3.3 beta 2)
* Tue Jun 29 2004 adrian@suse.de
- do not remove .cpp/.h files, if they are not really generated
  by uic
* Mon Jun 28 2004 adrian@suse.de
- enable OpenEXR support
* Mon Jun 28 2004 adrian@suse.de
- update to version 3.3 beta 1
  * usual patch cleanup
* Mon May 31 2004 adrian@suse.de
- update to version 3.2.3
  * remove obsolete patches
* Wed May 12 2004 adrian@suse.de
- update user_profile patch
- add 3.3 button layout patch
* Thu Apr 29 2004 coolo@suse.de
- let unsermake rewrite install rules with $DESTDIR
- use unsermake for kdelibs and parallel build
* Sat Apr 24 2004 sndirsch@suse.de
- use xorg-x11 packages
* Tue Apr 20 2004 adrian@suse.de
- use admin tar ball from HEAD
- extend kde-config to export library suffix and check for it in
  configure
- add user profiles patch from Waldo
* Sun Apr 18 2004 coolo@suse.de
- updated unsermake
* Wed Apr 14 2004 adrian@suse.de
- update to version 3.2.2
* Tue Apr 13 2004 adrian@suse.de
- adding utempter to neededforbuild. (#38833)
  (this does not lead into a new runtime requirement)
* Sun Apr 04 2004 adrian@suse.de
- do only show important items in file dialog (#38269)
* Thu Apr 01 2004 coolo@suse.de
- replacing brute force shut up with a real log file in kconf_update
  (Waldo)
* Wed Mar 31 2004 adrian@suse.de
- fix 3_2_BRANCH patch
* Tue Mar 30 2004 adrian@suse.de
- enable incremental sycoca creation again
* Tue Mar 30 2004 coolo@suse.de
- fix desktop icon renaming (Waldo)
- fixing kconf_update for kwin (Waldo,#36682)
* Mon Mar 29 2004 coolo@suse.de
- handle cups printers that insist on being different (#37011)
* Sat Mar 27 2004 adrian@suse.de
- fix regression in khtml parser with latest update (by coolo)
* Fri Mar 26 2004 adrian@suse.de
- more silence (Waldo, Dirk and Adrian)
- apply fix for possible hanging library unloading (Lubos)
- fix regression in khtml parser with latest update (coolo)
- fix for hidden cookie windows below main windows (Lubos)
- fix icons in kcontrol
* Tue Mar 23 2004 adrian@suse.de
- update to current 3_2_BRANCH
  * khtml fixes
  o recursion protection
  o official patch for kio urls
  o crash fix (happened with Quanta)
  o urls with trailing / are handled as directories
  o fix for some flash enabled sites (#36656)
- fix fileshare.diff, make us compatible to KDE again
- call %%run_permissions
- apply fix for utf8 localisation problem in kdehelp (coolo, #36681)
- adjust yast icon path to the new location
- fix missing include in fontconfig-reverse-lookup patch
- remove special settings for s390 and alpha
  (leaded into new problems like implicit declarations of functions)
* Mon Mar 22 2004 adrian@suse.de
- update to current 3_2_BRANCH
  * fixes security leak in kdeprint (#36663)
- add patch from Waldo to disallow kio urls in khtml
* Sun Mar 21 2004 adrian@suse.de
- do not trigger mount with konq view of /media/ (by Lubos)
* Sun Mar 21 2004 adrian@suse.de
- update to current 3_2_BRANCH
  * fixed linebreak patch
- fix deactivated patches and remove obsolete ones
- suppress sycoca warnings about missing mimetypes
* Mon Mar 15 2004 coolo@suse.de
- another update to 3_2_BRANCH (kdeprint layout fixes and kate repaint problems)
* Sat Mar 13 2004 coolo@suse.de
- adding patch to force line breaks in translation of desktop files
  (Arbeits-\nplatz)
* Thu Mar 11 2004 coolo@suse.de
- kill dcopserver explicitly
* Wed Mar 10 2004 coolo@suse.de
- use current 3_2_BRANCH (#35070)
* Mon Mar 08 2004 adrian@suse.de
- use current 3_2_BRANCH
- disable debug mode
- find YaST icons
* Sun Mar 07 2004 coolo@suse.de
- fixing pnome -> gnome typo
- adding libidn-devel as requirement for devel subpackage
* Sat Mar 06 2004 coolo@suse.de
- older distributions have different layouts for gnome. Avoid
  dangling symlinks
* Fri Mar 05 2004 coolo@suse.de
- fixing build
* Fri Mar 05 2004 coolo@suse.de
- restart cups through rcscripts instead of kill magic (#32787)
- final update for 3.2.1
* Thu Mar 04 2004 coolo@suse.de
- require libidn hard to avoid problems e.g. on lib64
* Wed Mar 03 2004 adrian@suse.de
- removed gnome packages from neededforbuild
* Tue Mar 02 2004 coolo@suse.de
- update tarball again for khtml regression fixes
* Tue Mar 02 2004 coolo@suse.de
- fix build
* Mon Mar 01 2004 coolo@suse.de
- update to version 3.2.1
- update to version 3.2.1
- reworked build process
* Wed Feb 25 2004 adrian@suse.de
- update to current 3_2_BRANCH
- add -g as compiler option for beta test
* Wed Feb 25 2004 adrian@suse.de
- do not build on slow architectures
* Mon Feb 23 2004 adrian@suse.de
- do not use DNotify or FAM on /media
- long poll intervall for /media
- include GnomeCrystal icons and general pixmaps path
* Mon Feb 23 2004 coolo@suse.de
- initial package
* Mon Feb 23 2004 coolo@suse.de
- update 3_2_BRANCH
- update HEAD khtml
- adding testkhtml.spec
* Sat Feb 21 2004 adrian@suse.de
- add gnome and default icon pathes
- fix ssh.protcol installation
- fix syntax error in common_options
* Fri Feb 20 2004 coolo@suse.de
- use khtml from HEAD (to be backported)
- update admin tar ball
- take out testing khtml from the main page
* Wed Feb 18 2004 adrian@suse.de
- update to current 3_2_BRANCH
  * ssh support to ktelnetservice
- remove pcsc-lite from neededforbuild
- disable test_regression for now
* Wed Feb 11 2004 coolo@suse.de
- fixing build on s390
* Wed Feb 11 2004 adrian@suse.de
- update to current 3_2_BRANCH
* Thu Jan 29 2004 adrian@suse.de
- apply fix for printing with QT 3.3
* Tue Jan 27 2004 adrian@suse.de
- update to version 3.2.0 final
* Fri Jan 23 2004 adrian@suse.de
- update to current 3_2_BRANCH
* Wed Jan 21 2004 adrian@suse.de
- disable sse and mmx usage on 9.0 (compiler bug)
- remove autom4te.cache during update_admin
  (automake 2.8 can run into error with <2.8 cache data)
* Wed Jan 21 2004 adrian@suse.de
- update to current BRANCH to get various khtml fixes
* Sun Jan 18 2004 adrian@suse.de
- update to version 3.1.95 ( KDE 3.2 RC1 )
* Fri Jan 16 2004 adrian@suse.de
- implement short menus again
* Tue Jan 13 2004 adrian@suse.de
- update to snapshot 2004011309
- disable debug
* Tue Jan 06 2004 adrian@suse.de
- update to snapshot 2004010618
- add kde_post_install function to common_options
- remove pregenerated files from uic during update_admin
* Thu Dec 18 2003 adrian@suse.de
- update to snapshot 2003121718
* Mon Dec 15 2003 adrian@suse.de
- update to snapshot 2003121511
- accept automake 1.8
* Wed Dec 10 2003 adrian@suse.de
- update to snapshot 2003121013
* Tue Dec 09 2003 adrian@suse.de
- package test_regression for testing in khtmltest package
* Tue Dec 02 2003 adrian@suse.de
- use beta2, take two tar ball
* Mon Dec 01 2003 adrian@suse.de
- update to 3.1.94 ( KDE 3.2 beta 2 )
* Sun Nov 23 2003 adrian@suse.de
- update to snapshot 2003112315
  * build again with alsa 1.0
* Fri Nov 14 2003 adrian@suse.de
- update to new snapshot from 2003102409
- add jasper (JPEG2000) support
* Wed Oct 29 2003 adrian@suse.de
- update to KDE 3.2 beta1
* Tue Oct 21 2003 adrian@suse.de
- update to snapshot 2003102008
* Sun Oct 05 2003 adrian@suse.de
- update to snapshot 2003100510
* Wed Oct 01 2003 adrian@suse.de
- update to snapshot 3.1.92_2003093021
  * should fix building of KDE 2.2 documents in other packages
* Mon Sep 29 2003 adrian@suse.de
- update to version 1.1.92 (KDE 3.2 alpha 2)
* Tue Sep 23 2003 adrian@suse.de
- apply crash fix (happens in kdesktop) from Marcus Meissner
  happened with a (most likely broken) Windows Driver CD (#31568)
* Tue Sep 16 2003 adrian@suse.de
- fix application/x-ogg icon
* Sat Sep 13 2003 adrian@suse.de
- fix Unimportant routines really finaly
- Require pcre-devel only for > 8.2
- make menu sorting a routine which can be called from kicker
- hide Documents folder entry in kfiledialog for > 8.2
* Fri Sep 12 2003 coolo@suse.de
- add requirement on pcre-devel as libkhtml.la contains a reference
  to /usr/lib/libpcreposix.la
* Thu Sep 11 2003 coolo@suse.de
- give a more correct error message (as good as we can get it out
  of cups) for forbidden actions (#29225)
* Thu Sep 11 2003 adrian@suse.de
- use updated 3.1.4 tar ball
  * certifcate dialog will reappear after typing wrong password
- add BRANCH patch to fix kdesktop icon name renaming and a crash fix
- honor caching in KServiceGroup::SuSEchildCount()
* Tue Sep 09 2003 adrian@suse.de
- add YaST icon path
* Tue Sep 09 2003 adrian@suse.de
- update to version 3.1.4
* Mon Sep 08 2003 adrian@suse.de
- implement KServiceGroup::SuSEchildCount() to ignore
  X-SuSE-Unimportant entries
* Fri Sep 05 2003 adrian@suse.de
- add check for SuSE-Unimportant also in kservicegroup class
- add support for X-SuSE-GeneralDescription and ShortMenu
- update 3_1_BRANCH
- add kmimelist application for debugging
- add optioninal X-KDE-InitialPreference Tag, if we want
  different settings in Gnome
* Wed Sep 03 2003 adrian@suse.de
- update xdg patch from Waldo to get compatible with 3.2 again
- update 3_1_BRANCH to get klistview fixes
* Tue Sep 02 2003 adrian@suse.de
- include default pixmaps path
- drop broken styles, which will also disappear in KDE 3.2
- add shut up patch from coolo
* Mon Sep 01 2003 adrian@suse.de
- update to current 3_1_BRANCH
- implement X-SuSE-Unimportant support
* Fri Aug 29 2003 adrian@suse.de
- update to current 3_1_BRANCH for qt 3.2.1 fixes
* Tue Aug 26 2003 adrian@suse.de
- apply fix from Lubos for maximised windows of GTK apps
* Sun Aug 24 2003 adrian@suse.de
- redo last fix in a more often working way.
  but maybe we try to fix support for broken svg's atm ...
* Sun Aug 24 2003 adrian@suse.de
- fix svgicon engine to render karbon svg's.
- install ksvgiconengine with header(internal) to get used by
  svg thumbnail generator
* Sat Aug 23 2003 adrian@suse.de
- update to 3_1_BRANCH
* Wed Aug 20 2003 schwab@suse.de
- Fix weird character in common_options script.
* Wed Aug 20 2003 adrian@suse.de
- small bugfix from Waldo for XDG
* Tue Aug 19 2003 adrian@suse.de
- fix compile with gcc 3.3.1
* Wed Aug 13 2003 adrian@suse.de
- fix lib64 plugin support
- use current 3_1_BRANCH
- clean up spec file
- package /opt/kde3/include in main package
* Tue Aug 12 2003 adrian@suse.de
- update XDG patch (yep, popup's are still disabled ;)
* Fri Aug 08 2003 adrian@suse.de
- disable popup in kbuildsycoca run again
* Thu Aug 07 2003 adrian@suse.de
- new XDG code from Waldo to support kmenuedit
* Tue Aug 05 2003 adrian@suse.de
- disable popup in kbuildsycoca run
* Fri Aug 01 2003 adrian@suse.de
- disable shadow patch at all again
- update 3_1_BRANCH diff
  * first fixes for Qt 3.2
- update kdelibs-menus stuff
  * Waldo: Less buggy, with prefix support and with a working
  <OnlyUnallocated/>
* Wed Jul 30 2003 adrian@suse.de
- update kdelibs-menus-kded tar ball to new version from Waldo,
  to get the kbuildsycoca --menutest function
- merge kdelibs3-cups back to kdelibs3
* Mon Jul 28 2003 adrian@suse.de
- update to current 3_1_BRANCH
* Wed Jul 23 2003 adrian@suse.de
- use another new 3.1.3 tar ball with further security fix
  (cookie handling)
- add needed files for XDG support
* Tue Jul 22 2003 coolo@suse.de
- remove CVS conflict files from admin
- make common_options a %%config (for consistency)
* Mon Jul 21 2003 adrian@suse.de
- fix build for 7.x distributions
* Fri Jul 18 2003 adrian@suse.de
- third version of 3.1.3 tar ball
  (security fix for cookie handling)
- add backported patch from 3.2 for shadow text on icons.
  (written by Laur Ivan <laurivan@eircom.net>)
- accept Qt 3.2 also, when "#MIN_CONFIG(3)" is used
- fix build for lib64
* Fri Jul 18 2003 adrian@suse.de
- fix owner ship of files
- add XDG support from Waldo from KDE 3.2
* Wed Jul 16 2003 adrian@suse.de
- use new 3.1.3 tar ball
* Wed Jul 16 2003 adrian@suse.de
- update to 3.1.3
* Tue Jun 24 2003 coolo@suse.de
- update 3.1 branch (heading 3.1.3)
* Wed Jun 11 2003 kukuk@suse.de
- Add missing directories to filelist
* Sat Jun 07 2003 coolo@suse.de
- remove libtool update code completly
- don't create stale symlinks for < 820
- create the gnome icons symlink only for < 829
  (moved to gnome packages, where they can't dangle)
* Fri May 30 2003 adrian@suse.de
- fix file conflict and disable libtool update again
* Thu May 29 2003 adrian@suse.de
- tune some minor bits of coolo's changes
  (a minor side effect is that we are able to build KDE packages again)
* Wed May 28 2003 coolo@suse.de
- put the configure work around in update_admin too
* Tue May 27 2003 coolo@suse.de
- updating 3_1_BRANCH.diff (to get it working without --enable-final)
- build --enable-final in beta too
- update libtool files from system (experimental)
* Mon May 26 2003 adrian@suse.de
- define and use $INSTALL_TARGET in common_options
- set to "install" (not "install-strip") for now
* Mon May 19 2003 adrian@suse.de
- apply 3_1_BRANCH.diff (fix build for Qt 3.2b1)
* Fri May 16 2003 coolo@suse.de
- remove the right CVS subdir
* Fri May 16 2003 coolo@suse.de
- remove CVS subdir
* Thu May 08 2003 adrian@suse.de
- new 3.1.2 tar ball (try2)
* Wed May 07 2003 adrian@suse.de
- update to version 3.1.2
- cleanup/drop patches
- update admin tar ball and apply changes via a patch
- require correct arts version (1.1 at least)
* Fri Apr 18 2003 adrian@suse.de
- merge 8.2 changes with 8.3
- remove libaps from neededforbuild
* Mon Apr 07 2003 adrian@suse.de
- security fix from 3.0.5b
  * run ghostscript in safe mode
- add patch from Uwe Gansert to support the new fileshare tool
- add crash fix from 3_1_BRANCH for khtml on www.w3.org/QA/
- do reverse font lookup in kfontcombobox and kaction for
  fontconfig based distributions (#25725)
* Thu Apr 03 2003 adrian@suse.de
- fix possible crash in kprinter on cups server misbehaviour
- add gnome help pages support for khelpcenter.
* Fri Mar 21 2003 adrian@suse.de
- apply fix https over proxy
* Sat Mar 15 2003 adrian@suse.de
- fix kmid crash in libkmid (#24820)
- .exe files have a correct icon now
- remove unused mimelnk tar ball
* Wed Mar 12 2003 adrian@suse.de
- disable kbuildsycoca speed up patch from last check-in again
* Tue Mar 11 2003 adrian@suse.de
- update to 3.1.1 tar ball, second try
  * memory leak in dcopclient
  * kate crash and syntax highlighting fixes
  * do not let two running kbuildsycoca conflict
  * keramik pixmapCache conflict fix
  * some session management fixes
- add patch from Lubos to fix further session management problems
  with preloaded konq
- fix api documentation
- remove SuSEconfig.susewm-kbuildsycoca again
  (initial created by susewm now)
* Thu Mar 06 2003 coolo@suse.de
- updating the admin tar ball to 3.1.1 too
* Mon Mar 03 2003 adrian@suse.de
- update to version 3.1.1
  * fixed alphablended background images in khtml
  * crash fix after destructed documents
  * additional syntax highlight descriptions for kate
- xrandr fixes from Lubos to initialize the display correct on login
* Fri Feb 28 2003 adrian@suse.de
- update 3_1_BRANCH
- remove wrong Obsoletes again
- drop preload.desktop in autostart and use improved patch from
  Lubos instead
- comment out some noise in .xsession-errors
* Wed Feb 26 2003 adrian@suse.de
- fixing kded startup with DNOTIFY enabled and lots of files
* Wed Feb 26 2003 adrian@suse.de
- update 3_1_BRANCH
- add ksycoca-global patch from Waldo
- add SuSEconfig.susewm-kbuildsycoca
- add Obsolete and Conflict tags with kde2 packages
* Mon Feb 24 2003 adrian@suse.de
- update 3_1_BRANCH
- enable-dnotify
* Mon Feb 24 2003 coolo@suse.de
- fixing kups (#24084)
* Fri Feb 14 2003 adrian@suse.de
- update 3_1_BRANCH
- allow setgid for man
- add gnome icon path
* Wed Feb 12 2003 adrian@suse.de
- update 3_1_BRANCH
- add preloaded konq patches from Lubos
- move kde-config back to main package
* Wed Feb 05 2003 adrian@suse.de
- update 3_1_BRANCH again for more aliasing fixes from Dirk
- remove fallback patch and implement a real media detection instead
  of that
* Tue Feb 04 2003 coolo@suse.de
- updating to newer 3_1_BRANCH that is gcc 3.3 compliant
* Mon Feb 03 2003 adrian@suse.de
- add -fno-cse-follow-jumps -fno-cse-skip-blocks to work around
  compiler bug
* Mon Feb 03 2003 adrian@suse.de
- update 3_1_BRANCH patch
- use --enable-final again
* Sat Feb 01 2003 adrian@suse.de
- remove ppc64 special compile options
* Tue Jan 28 2003 adrian@suse.de
- follow changed QDesktopWidget::resized API
* Tue Jan 28 2003 adrian@suse.de
- add BRANCH patches
- add libart_lgpl-devel to Requires from -devel package
* Fri Jan 24 2003 adrian@suse.de
- apply fix for resized desktop for menubar from Seli
* Thu Jan 23 2003 adrian@suse.de
- ha ! RC7-try5, security relevant again
* Wed Jan 22 2003 adrian@suse.de
- RC7-try4. last one ?
* Tue Jan 21 2003 adrian@suse.de
- RC7-try3. last one.
* Fri Jan 17 2003 adrian@suse.de
- use RC7-try2 tar balls
* Wed Jan 15 2003 adrian@suse.de
- use cyrus-sasl2
* Tue Jan 14 2003 adrian@suse.de
- update to version RC7.
- kdelibs3-devel requires now fam-devel on > 8.1
* Wed Jan 08 2003 adrian@suse.de
- add fam-devel to neededforbuild
* Wed Jan 08 2003 adrian@suse.de
- fix build with new alsa. works hopefully also with old versions
* Tue Jan 07 2003 adrian@suse.de
- update to RC6 (newer than the last 3.1 final try ;)
* Wed Dec 18 2002 coolo@suse.de
- updating the admin tar ball to find out about possible problems
* Mon Dec 16 2002 coolo@suse.de
- updating to latest branch.
* Tue Dec 10 2002 coolo@suse.de
- adding a check to kdeinit that checks for KDE_IS_PRELINKED and
  is not using dlopen then
* Tue Dec 03 2002 coolo@suse.de
- trying to fix SSL check for lib64
* Sat Nov 30 2002 adrian@suse.de
- next try of RC5 tar ball. BRANCH fixes are again disabled
* Thu Nov 28 2002 adrian@suse.de
- apply 3_1_BRANCH fixes
- fix build for lib64
* Mon Nov 25 2002 adrian@suse.de
- update to RC5.
- do not use --enable-final on beta (gcc 3.3)
* Mon Nov 25 2002 ro@suse.de
- added openldap2-client to neededforbuild
* Sat Nov 23 2002 adrian@suse.de
- enable openldap support
- clean up #neededforbuild
* Wed Nov 20 2002 coolo@suse.de
- adding fix for admin dir which should unbreak packages having problems
  with autoconf 2.56
* Wed Nov 20 2002 adrian@suse.de
- disable hotfix again (it is inside the new tar ball)
* Wed Nov 20 2002 adrian@suse.de
- update to version 3.1-RC4 (final ?)
* Tue Nov 12 2002 coolo@suse.de
- another snapshot with even more last minute fixes ;(
* Tue Nov 12 2002 coolo@suse.de
- apply the lib64 patch correctly (in updating to a source without
  the patch pre-applied)
* Mon Nov 11 2002 coolo@suse.de
- update to newer snapshot and sort out patches
* Wed Nov 06 2002 adrian@suse.de
- update to snapshot 3.0.8.20021106 (fix file conflicts)
* Sun Nov 03 2002 adrian@suse.de
- update to version 1.1.0.20021030 ~= RC1
* Tue Oct 08 2002 adrian@suse.de
- update to version 3.0.4
- disable topMenu patch again
* Tue Sep 24 2002 froh@suse.de
- %%-ifarch'ed Requires: alsa-devel for all but s390 and s390x (#18647)
* Sun Sep 08 2002 adrian@suse.de
- cross side scripting check fix from Dirk Mueller
* Sun Sep 08 2002 adrian@suse.de
- .exe files are handled now as files for wine and not direct executable
* Thu Sep 05 2002 adrian@suse.de
- add fix from mana for libkmid, to get alsa sequenzer working again
* Wed Sep 04 2002 coolo@suse.de
- fix the PNM mimetypes, so that digital cameras work
* Sat Aug 31 2002 adrian@suse.de
- default to lib64 pathes in admin/* on lib64 systems.
  (fix link error, when lib32 enviroment is installed)
* Fri Aug 30 2002 adrian@suse.de
- use most current 3_0_BRANCH patches
  * fix for crash in khtml with enabled java from Seli
  * layout fix in kcombobox from gis
  * kcombobox fix from dfaure for oversized box in koffice
  * kjs date fixes from dfaure
  * ksycoca, illegal object fix from Waldo
  * kcompletion box fix for Xinerama setup, reviewed by gis
  * do not loop on unexpected EOF in kio_khtml from Waldo
  * newline handling fix in khtml from dirk
  * disable tiff write support, since it is not implemented (coolo)
  * translations
* Mon Aug 26 2002 adrian@suse.de
- install plugins on lib64 into /opt/kde3/lib. so we do not need
  different plugin path definitions
- add missing dependencies to -devel packages
- add some selected fix from 3_0_BRANCH
* Tue Aug 20 2002 adrian@suse.de
- fix build for lib64 really :(
* Tue Aug 20 2002 adrian@suse.de
- fix build for lib64
- move designer plugins into -devel package
* Tue Aug 20 2002 adrian@suse.de
- follow change qt plugin path patch (using implicit subdir on lib64)
* Fri Aug 16 2002 adrian@suse.de
- update to current 3_0_BRANCH
  * include dirk's khtml glitch fix
* Wed Aug 14 2002 coolo@suse.de
- don't strip on debug-i386
- fixing lib64 path for plugins
* Tue Aug 13 2002 coolo@suse.de
- prefer settings in /etc/opt/kde3 over /opt/kde, so that UL
  settings can overwrite standard KDE settings
* Tue Aug 13 2002 adrian@suse.de
- update to 3.0.3 tar ball, second try
  (includes security fix for KSSL)
* Tue Aug 13 2002 coolo@suse.de
- alsadev -> alsa-devel
* Mon Aug 12 2002 coolo@suse.de
- the x86_64 bug is fixed now
* Sun Aug 11 2002 coolo@suse.de
- changing admin.tar.bz2 to work around automake crap not beeing
  able to get kdemultimedia compiled
- update 3.0 branch patch again
* Thu Aug 08 2002 adrian@suse.de
- update to 3.0.3
- add 3_0_BRANCH fix for ksycoca recreation by Waldo
* Mon Aug 05 2002 adrian@suse.de
- update 3_0_BRANCH.dif
- add some mimetypes
- apply patch to support a fallback on mounting devices
- fix PreRequires
- update admin.tar
* Sun Aug 04 2002 adrian@suse.de
- finaly fix build for hammer
  (yes, even tested this time)
* Sun Aug 04 2002 adrian@suse.de
- fix the second typo in one line :(
* Fri Aug 02 2002 coolo@suse.de
- adding a patch that hopefully fixes the very large tip of the konsole
  window
* Thu Aug 01 2002 adrian@suse.de
- and fix the typo in last patch
* Thu Aug 01 2002 adrian@suse.de
- add workaround for x86_64 compiler bug
* Thu Aug 01 2002 coolo@suse.de
- updating the branch patch for a possible fix to kukuk's
  bugzilla crash :)
* Wed Jul 31 2002 adrian@suse.de
- add missing directorys applnk/*
* Tue Jul 30 2002 coolo@suse.de
- don't use SuSEconfig for the KDE api, but a dedicated script
  in %%post
- don't install a susehelp config file anymore, but let susehelp
  handle it itself
- handle the new location for api docu
* Fri Jul 26 2002 adrian@suse.de
- fix neededforbuild
* Fri Jul 26 2002 adrian@suse.de
- disable fast-malloc, since it is in qt now
* Tue Jul 23 2002 coolo@suse.de
- also install the qt.tag file
- remove configure option removed long ago
* Tue Jul 23 2002 coolo@suse.de
- don't let the Makefile guess the package name. it will guess the
  wrong thing
* Fri Jul 19 2002 adrian@suse.de
- use the kpart for rpm mimetype (if installed)
* Thu Jul 18 2002 coolo@suse.de
- use doxygen for docu
- backport admin fixes from HEAD branch
- removed neededforbuilds that look like stuff not needed for build
  (since KDE 2.1)
- moved API docu (back) into /opt/kde3
- updated 3.0 branch diff
* Fri Jul 12 2002 adrian@suse.de
- add topMenu definition
* Fri Jul 12 2002 adrian@suse.de
- use current 3_0_BRANCH
  * includes the fix for the famous CSS/JS segfault in konqueror
* Thu Jul 11 2002 adrian@suse.de
- fix build for lib64
- use patch from coolo to disable g3 file support (libtiff is broken)
* Mon Jul 08 2002 adrian@suse.de
- fix file list
* Fri Jul 05 2002 adrian@suse.de
- add missing icon directorys
- split cups support into own package for 8.1
- s,i386,%%ix86,
* Thu Jun 27 2002 adrian@suse.de
- add %%run_ldconfig in %%post
- use --disable-final on ppc64
- disable more debug messages
* Wed Jun 26 2002 adrian@suse.de
- update to the second try of 3.0.2 tar ball
* Mon Jun 24 2002 adrian@suse.de
- udpate to version 3.0.2
* Wed Jun 19 2002 uli@suse.de
- disable-final on ARM
* Wed Jun 12 2002 adrian@suse.de
- update to current 3_0_BRANCH (large kjs updates)
- clean #neededforbuild
- do only warn on missing admin directory in update_admin
- remove old common_compile_options file
* Fri Jun 07 2002 adrian@suse.de
- using fixed libtool for -m32/-m64 in admin (fixed by matz)
- replace admin with the content from admin.tar.bz2
* Thu Jun 06 2002 adrian@suse.de
- export kde_styledir and kde_widgetdir to follow the plugins*
  directory name from Qt.
* Wed Jun 05 2002 adrian@suse.de
- go back to 1.316 for am_edit
  (no unsermake support, but generates moc files with --enable-final)
* Tue Jun 04 2002 coolo@suse.de
- adding /sbin:/usr/sbin to the PATH if kdesu is used to become root.
  Work around for flaws in setup tools (#11362)
* Mon Jun 03 2002 coolo@suse.de
- removing test programs that cause problems with automake 1.6.1
* Mon Jun 03 2002 adrian@suse.de
- update to inofficial version 3.0.1a
  * include bug/security fix for file uploads
- fix for broken png's in khtml in some cases
* Mon May 27 2002 adrian@suse.de
- fix for 7.0 distribution
* Thu May 23 2002 ro@suse.de
- fix admin extraction
* Thu May 23 2002 adrian@suse.de
- Obsolete/provide kups and add start script
* Thu May 23 2002 coolo@suse.de
- adding a update_admin snippet here too, so we can fix kde 3
  apps the same way as kde 2 apps
* Wed May 22 2002 adrian@suse.de
- use coolo's famous common_options config file format
  old common_compile_options file is not disabled for now
- use explicit --enable-debug=full if RPM_OPT_FLAGS~=-g
* Tue May 21 2002 adrian@suse.de
- use Dirk's official post-3.0.1 patch and disable our former ones
  * includes a security fix for khtml, known as "Opera exploit"
  * fix "arts not starting realtime" problem (typo in reading config
  variable).
  * fix crashing kbuildsycoca when it hits an unreadable directory
  * fix a text selection problem for KMail.
  * fix a problem where (i)frame's accidently were not resized correctly.
  * fix mime-detection of koffice post v1.1 documents
  * urgent fixes in kfiledialog
* Fri May 17 2002 adrian@suse.de
- fix dieing kio slave on https connections
* Fri May 17 2002 adrian@suse.de
- reduce noise on stdout from khtml (extend shut_up.dif)
* Tue May 14 2002 adrian@suse.de
- use updated 3.0.1 tar ball include crash fixes (esp. for kmail)
* Mon May 13 2002 adrian@suse.de
- set requirement back to qt-3.0.3 version
* Fri May 10 2002 adrian@suse.de
- workaround rpm parse bug for old distributions
* Fri May 10 2002 adrian@suse.de
- update to version 3.0.1 and remove obsolete patches
* Tue May 07 2002 meissner@suse.de
- %%_lib fixes inside the .cpp files (should now find SSL libraries)
* Mon May 06 2002 meissner@suse.de
- %%_lib fixes
* Tue Apr 16 2002 adrian@suse.de
- Require spell (either ispell or aspell) > 8.0 only
- use --disable-final and -O0 on mips
* Fri Apr 12 2002 adrian@suse.de
- set --enable-mt. Not needed for kdelibs3, but it should be
  in the common compiler flags for some other applications with
  older admin folder
* Tue Apr 09 2002 adrian@suse.de
- fix kde api generation for 7.1, 7.2 and 7.3 based distributions
* Tue Mar 26 2002 adrian@suse.de
- update to new 3.0 final version. the last one. sure.
- comment out last harmless warning message from kdelibs
* Mon Mar 25 2002 adrian@suse.de
- update 3.0 final tar ball
- 2 urgent fixes ( kdirlister )
* Mon Mar 25 2002 adrian@suse.de
- update to 3.0 final (everything is wonderfull version)
- switch from /etc/X11/kde3 to /etc/opt/kde3 to be FHS compliant
- add /etc/kde3rc with prefix, so we do not need $KDEDIRS anymore
* Thu Mar 21 2002 adrian@suse.de
- use kdoc to generate api-documentation again
  (makes the class browser of kdevelop happy)
* Thu Mar 21 2002 adrian@suse.de
- update to 3.0rc3
* Sun Mar 10 2002 adrian@suse.de
- update to 3.0rc2
* Mon Mar 04 2002 adrian@suse.de
- update to 3.0rc1
* Mon Feb 25 2002 adrian@suse.de
- update to snapshot 2.92.2002022512
* Mon Feb 18 2002 adrian@suse.de
- update to snapshot 2.92.2002021810
* Fri Feb 15 2002 adrian@suse.de
- update to snapshot 2.92.2002021421
- split kdelibs3-artsd package into arts and arts-devel
- add Doug Lea's fast threaded malloc function from glibc 2.3
  * prepared by Lubos Lunak
  * integrated into libkdecore
  * add dummy library to make it configurable via libKmalloc.so link
  * disabled by default
* Mon Feb 11 2002 adrian@suse.de
- update to snapshot 2.92.2002021111
* Tue Feb 05 2002 adrian@suse.de
- update to 2.92 (KDE 3.0 beta 2)
- create common_compile_flags file
* Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Mon Jan 28 2002 adrian@suse.de
- update to snapshot from 2.91.2002012811
* Wed Jan 23 2002 adrian@suse.de
- add missing header files
* Wed Jan 23 2002 adrian@suse.de
- update to snapshot 2.91.2002012221
* Tue Jan 15 2002 adrian@suse.de
- update to snapshot 2.91.2002011511
* Sat Jan 05 2002 adrian@suse.de
- update to recent/todays snapshot
- disable rpath for SuSE > 7.3
  (/opt/kde3/lib is in ld.so.conf)
- add Requires: line for at least Qt 3.0.1
* Mon Dec 17 2001 adrian@suse.de
- fix compile on s390
- add fix for khtml seg fault
- do not build documentation for <7.3 distributions until kdoc
  is fixed
* Wed Dec 12 2001 adrian@suse.de
- update to KDE 3.0 Beta 1
* Tue Dec 04 2001 adrian@suse.de
- use current CVS snapshot
* Fri Nov 02 2001 adrian@suse.de
- using cvs snapshot from 01 Nov 2001
* Sat Oct 20 2001 adrian@suse.de
- using newer cvs-snapshot
  (compiles again with qt 3 final)
* Tue Oct 09 2001 adrian@suse.de
- branch to first kdelibs 3 (alpha 1)
* Mon Sep 24 2001 adrian@suse.de
- add security fix for peer-ssl from Dirk
- add fix to make it possible to allow JS from local pages
* Fri Sep 21 2001 adrian@suse.de
- add fix for kbuildsycoca --incremental from Waldo
  (changed files (due to updated packages or a SuSEconfig run for
  example) do not lead anymore to an incorrect ksycoca database.
* Tue Sep 18 2001 adrian@suse.de
- add symbolic link to /opt/kde2/doc/HTML/en/kdeapi
- #neededforbuild cups -> cups-libs
* Sat Sep 15 2001 adrian@suse.de
- add klineedit fix
- add warning that kdDebug function is disabled (except for ppc)
- fix kdelibs-2.2.1.dif (do not apply patch for ppc-only global)
* Thu Sep 13 2001 adrian@suse.de
- add fix for kjs (octal parsing)
- add fix icondialog (custom icon directorys)
- fix ia64 patch
* Tue Sep 11 2001 adrian@suse.de
- add security fixes for kssl (do not save keys on disk)
- add Qt API to the API index page
* Mon Sep 10 2001 adrian@suse.de
- update to to second try of kdelibs 2.2.1 tar ball
  * JavaScript fixes
- fix ia64 workarounds to build on older distris
* Sun Sep 09 2001 schwab@suse.de
- Fix specfile for ia64 workarounds.
* Sat Sep 08 2001 adrian@suse.de
- updating to final 2.2.1 tar ball
* Sun Sep 02 2001 adrian@suse.de
- update to KDE_2_2_BRANCH from 02.09.2001
  * compile fixes
  * KFile crash fix
  * KDockWidget crash fix, caused crash in quanta
  * fix login with chars in password >127
  * load charsets file on demand
  * kxmlgui fixed to read really the complete xml file.
- drop -cups package, the cups libs are now splitted from the cups
  package.
- add kmimetype hack to get a fallback application for device icons
- make KDE quiet by default (kdDebug default value is 4 now)
* Tue Aug 28 2001 adrian@suse.de
- update to KDE_2_2_BRANCH from 28.08.2001
  * fix kspell for iso 13 languages
  * fix $PATH for kdesu
  * check the preview action in setPreviewWidget()
  * check for aborted save
  * official patch for kbuildsycoca
  * kfile fixes
  * crash fixes in userstylesheets
  * large file system support fix
  * crash fix in kbugreport
- removed patches for kbuildsycoca and large file support
* Sat Aug 25 2001 adrian@suse.de
- update to KDE_2_2_BRANCH from 25.08.2001
  * khtml supports <META http-equiv="Cache-Control" content="no-cache">
  * kded updates
  * translation updates
- kbuildsycoca speed optimisation
  (original patch from Lubos Lunak, reworked to be BC)
* Tue Aug 21 2001 adrian@suse.de
- using KDE_2_2_BRANCH from 21.08.2001
  * html parser fixes
  * artsd fixes
  * ...
- disable FAM by default, it can be enabled with
  export USE_FAM=1
- disable and obsolete -i686 package, until the number of problems
  are solved
* Mon Aug 06 2001 adrian@suse.de
- add assert into khtml/misc/loader.cpp as recomended by Dirk
- switch on SSE support in i386 architecture
  (arts has a runtime checking)
- clean up file list
- ia64 workarounds
* Mon Aug 06 2001 adrian@suse.de
- update to final 2.2
* Wed Aug 01 2001 adrian@suse.de
- update to 2.2rc1
* Fri Jul 06 2001 adrian@suse.de
- generate API documentation
  (no need to install kdevelop for api docu anymore)
* Fri Jun 29 2001 adrian@suse.de
- 2.2beta1
* Mon May 28 2001 adrian@suse.de
- 2.2alpha2
* Mon Apr 16 2001 adrian@suse.de
- 2.2alpha1
* Fri Apr 13 2001 adrian@suse.de
- add currency symbol to KFontDialog preview for testing purposes
* Tue Apr 10 2001 adrian@suse.de
- revert also kdeinit changes (compile fix)
- add fixes for javascript from CVS
- add fixes for font name mapping from CVS
- add kdeinit_shutdown patch from Waldo
* Tue Apr 10 2001 adrian@suse.de
- minor fix, but hopefully fix linker problems on all P-II systems
* Mon Apr 09 2001 adrian@suse.de
- disable alsa for 7.0-ppc
* Fri Apr 06 2001 adrian@suse.de
- drop the -nostdlib flag during linking. this causes problems
  (since not all need libs are used) on some architectures
- -O2 for axp
* Thu Apr 05 2001 adrian@suse.de
- update to 2_1_BRANCH.
  this fixes the proxy server authentication problem
* Wed Mar 28 2001 adrian@suse.de
- disable ssl support for 7.0-ppc
  (problems with the compiler and linker, which can not be fixed
  without to loss the BC)
* Tue Mar 27 2001 ro@suse.de
- changed neededforbuild <docbkdsl> to <docbook-dsssl-stylesheets>
* Tue Mar 20 2001 adrian@suse.de
- enable -O2 for ppc
  using inline gcc bug workaround for ia64
* Tue Mar 20 2001 adrian@suse.de
- update to 2.1.1 (official tar ball)
* Mon Mar 19 2001 adrian@suse.de
- update to current 2_1_BRANCH
  we have kde-config as executable binary back
  (lots of configure scripts test this)
* Mon Mar 19 2001 adrian@suse.de
- add cyrus-sassl to #neededforbuild
* Sat Mar 17 2001 adrian@suse.de
- added missing packages in #neededforbuild
* Sat Mar 17 2001 adrian@suse.de
- fix CATALOG for distributions <7.2
  update to current 2_1_0_TAG
* Tue Mar 13 2001 ro@suse.de
- added CATALOG for docbook_3
* Tue Mar 13 2001 ro@suse.de
- changed neededforbuild <docbk30> to <docbook_3>
* Thu Feb 22 2001 adrian@suse.de
- the final final 2.1.0 tar ball ...
* Wed Feb 21 2001 adrian@suse.de
- use the right KDE BRANCH (not my fault ;-)
* Wed Feb 21 2001 adrian@suse.de
- update to final 2.1.0
* Wed Feb 14 2001 adrian@suse.de
- update to 2.1 post beta 2
* Mon Jan 22 2001 stepan@suse.de
- alpha axp compile fixes for gcc 2.95.2
* Tue Jan 16 2001 adrian@suse.de
- add a check of return value in kprocess.
  Hopefully no crashes anymore.
* Mon Jan 15 2001 adrian@suse.de
- disable --enable-final until the glibc/compiler problem in
  kprocess is fixed
* Mon Jan 15 2001 adrian@suse.de
- fix index.desktop for distris <7.1
* Sat Jan 13 2001 adrian@suse.de
- fix local support in kicker. native language again in menus
  this fix does not work for chinese people
  fix index.desktop in highcolor, 22x22 actions icons can be loaded
  again
* Fri Jan 12 2001 adrian@suse.de
- create some links to see the konqueror gear again
  fix hicolor index file
* Tue Jan 09 2001 adrian@suse.de
- added security fix for kdesu from Waldo
* Mon Jan 08 2001 adrian@suse.de
- fix SuSE icon description
* Sun Jan 07 2001 adrian@suse.de
- use additional pathes, to not conflict with older pathes
* Sun Jan 07 2001 adrian@suse.de
- new icon handling. much more clean now and the
  dependencie to icons is not needed anymore
* Sat Jan 06 2001 adrian@suse.de
- fix locale support.
  LANG=de_DE or LANG=de_DE.utf-8 is working now.
* Tue Jan 02 2001 adrian@suse.de
- added a fix for font handling, if antialising is used
  (Thanks Kurt)
* Mon Jan 01 2001 adrian@suse.de
- remove charset for german. this confuses the font handling
  added fix for stalled, but broken connections; thanks waldo
* Sat Dec 30 2000 adrian@suse.de
- extend rpm mimelnk for *.spm files
  disabled threading
* Wed Dec 27 2000 adrian@suse.de
- drop message in kdeinit, which produce a lot of invalid bugzilla entrys
* Wed Dec 20 2000 adrian@suse.de
- added openssl-devel for #neededforbuild
* Sun Dec 17 2000 adrian@suse.de
- moved icon links back to kdelibs :-(
* Sun Dec 17 2000 adrian@suse.de
- moved icon links from this package to kdebase
* Fri Dec 15 2000 adrian@suse.de
- brown paper bag fix ... I spend Rudi a beer ...
* Fri Dec 15 2000 adrian@suse.de
- added icon packages to #neededforbuild
* Thu Dec 14 2000 adrian@suse.de
- fixed specfile
* Wed Dec 13 2000 adrian@suse.de
- fixed icon links
* Wed Dec 13 2000 adrian@suse.de
- update to current 2_0_BRANCH
* Wed Nov 29 2000 adrian@suse.de
- update to 2.0.1
* Wed Nov 22 2000 ro@suse.de
- remove penguin.png (in kdebase)
* Tue Nov 21 2000 adrian@suse.de
- fixed /etc/kderc
* Tue Nov 21 2000 adrian@suse.de
- added icon support for non kde icons
  added /etc/kderc
  ~/Desktop -> ~/KDesktop
* Thu Nov 16 2000 adrian@suse.de
- update to newer snapshot from KDE_2_0_BRANCH
  fixed sgml catalog file for our sgml enviroment
* Fri Nov 03 2000 adrian@suse.de
- fixed needed for build
* Thu Nov 02 2000 adrian@suse.de
- fixed file list
* Tue Oct 17 2000 adrian@suse.de
- update to 2.0.0
- changed default for ~/.kde to ~/.kde2
- dropped klibs2i and klibs2cr again
- splitted package in
  * kdelibs
  * kdelibs-devel
* Wed Sep 20 2000 adrian@suse.de
- the last fix :-(
* Sun Sep 17 2000 adrian@suse.de
- splited klibs2 into klibs2, klibs2i (international version
  without crypt support) and klibs2cr (crypt version)
* Sat Sep 16 2000 adrian@suse.de
- removed ssl/ssh support
  added big endian fix in KPixmap
* Tue Sep 12 2000 adrian@suse.de
- changed to -O0 for ppc and alpha
* Tue Sep 12 2000 adrian@suse.de
- update to RC 1
* Mon Aug 21 2000 adrian@suse.de
- update to beta 4
* Mon Jul 24 2000 adrian@suse.de
- update to second version of beta 3
* Fri Jul 21 2000 adrian@suse.de
- update to beta 3
* Mon Jul 17 2000 adrian@suse.de
- update to snapshot from 17.07.2000
* Thu Jul 06 2000 adrian@suse.de
- Spec file created from kdelibs-1.91.20000706.tar.gz by autospec
* Fri Jun 09 2000 adrian@suse.de
- correct neededforbuild and updated khtml
* Fri Jun 09 2000 adrian@suse.de
- update to 1.91; beta 2
* Tue Jun 06 2000 adrian@suse.de
- snapshot from 06.06.2000
* Sun May 28 2000 adrian@suse.de
- snapshot from 28.05.2000
  new type of spec file
* Fri May 12 2000 adrian@suse.de
- update to KDE 1.90
* Thu Apr 27 2000 adrian@suse.de
- snapshot from 25.04.2000
* Thu Apr 20 2000 adrian@suse.de
- fixed file list
* Wed Apr 19 2000 adrian@suse.de
- snapshot from 17.04.2000
* Thu Apr 06 2000 adrian@suse.de
- snapshot from 06.04.2000
* Thu Mar 30 2000 adrian@suse.de
- first KDE libs 2 package. PRE 1.90 Version
openSUSE Build Service is sponsored by