From 27ad95ff0cc565c64e8d5441d91894c396e2c5b6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:55:04 +0000 Subject: [PATCH] auto-import kdelibs-3.0.0-9 from kdelibs-3.0.0-9.src.rpm --- .cvsignore | 3 +- kdelibs-3.0.0-ndebug.patch | 11 + kdelibs.spec | 685 ++++++++++++++----------------------- sources | 3 +- 4 files changed, 268 insertions(+), 434 deletions(-) create mode 100644 kdelibs-3.0.0-ndebug.patch diff --git a/.cvsignore b/.cvsignore index 0fe79c7..1d703f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -kdelibs-2.2.2.tar.bz2 +kdelibs-3.0.0.tar.bz2 +keramik-20020327.tar.bz2 diff --git a/kdelibs-3.0.0-ndebug.patch b/kdelibs-3.0.0-ndebug.patch new file mode 100644 index 0000000..683a360 --- /dev/null +++ b/kdelibs-3.0.0-ndebug.patch @@ -0,0 +1,11 @@ +--- kdelibs/kdecore/kdebug.cpp.ndebug Mon Mar 11 16:44:31 2002 ++++ kdelibs/kdecore/kdebug.cpp Mon Mar 11 16:45:19 2002 +@@ -224,7 +224,7 @@ + break; + } + +- short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 2) : 2; ++ short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 4) : 4; + + // If the application doesn't have a QApplication object it can't use + // a messagebox. diff --git a/kdelibs.spec b/kdelibs.spec index 0315561..045147a 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -1,284 +1,161 @@ -%define kde_major_version 2 -%define pkg kdelibs +%define kde_major_version 3 %define is_release 1 %define beta %{nil} -%define cups %{nil} +%define cups cups %define rel 9 %define debug 0 -%define DATE 20020109 - -%define qt_version 2.3.0 -%define kde_version 2.2.2 -%define ver %{kde_version}%{beta} - -Version: %{kde_version} -Summary: Various libraries for KDE. -Name: %{pkg} +%define DATE 20020327 +Version: 3.0.0 +%define ver %{version}%{beta} +Summary: K Desktop Environment - Libraries +%if %{is_release} +Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/distribution/tar/generic/source/%{name}-%{ver}.tar.bz2 +Source1: keramik-%{DATE}.tar.bz2 +%else +Source: cvs://cvs.kde.org/%{name}-%{DATE}.tar.bz2 +%endif +Patch: kdelibs-3.0-dlopen-gcc31.patch +Patch1: kdelibs-3.0.0-keramik.patch +Patch6: kdelibs-3.0-noxs.patch +Patch7: kdelibs-3.0.0-ndebug.patch +Patch8: kdelibs-3.0-resize-icons.patch +Patch11: kdelibs-2.1.1-path.patch +Patch13: kdelibs-3.0-rpath.patch +# Japanese patches +Patch101: http://www.kde.gr.jp/patch/kdelibs-2.2.2-khtml-autoencode-ja-20011126.diff +Name: kdelibs +Requires: qt >= 3.0.3 arts >= 7:1.0.0 +%if "%{cups}" != "" +Requires: cups-libs >= 1.1.12 +BuildRequires: cups-devel >= 1.1.12 +%endif +BuildRequires: qt-devel >= 3.0.3 +Obsoletes: %{name}2 kdelibs-sound +BuildPrereq: flex >= 2.5.4a-13 kdoc >= 3.0.0 libxslt-devel >= 1.0.9 +BuildPrereq: sgml-common openjade jadetex docbook-dtd31-sgml docbook-style-dsssl perl-SGMLSpm docbook-utils pcre-devel zlib-devel arts-devel >= 7:1.0.0-1 Icon: kde-icon.xpm Epoch: 6 -Group: System Environment/Libraries -License: LGPL -BuildRoot: %{_tmppath}/%{pkg}-buildroot -Prefix: %{_prefix} - -%if %{is_release} -Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/distribution/tar/generic/source/%{pkg}-%{ver}.tar.bz2 -%else -Source: cvs://cvs.kde.org/%{pkg}-%{DATE}.tar.bz2 -%endif - %if %{is_release} %if "%{beta}" != "" -Release: 0.%{beta}.%{rel}%{cups} +Release: 0.%{beta}.%{rel} %else -Release: %{rel}%{cups} +Release: %{rel} %endif %else -Release: 0.cvs%{DATE}.%{rel}%{cups} +Release: 0.cvs%{DATE}.%{rel} %endif - -Patch1: kdelibs-2.0-final.patch -Patch2: kdelibs-2.0-nodebug.patch -Patch3: klauncher-escape.patch -Patch4: kdelibs-20010205-Japanese.patch -Patch5: kdelibs-2.2.1-cookies.patch -Patch6: kdelibs-2.1-noxs.patch -Patch7: kdelibs-2.1.1-debug.patch -Patch8: kdelibs-2.1.1-cookieperms.patch -Patch10: kdelibs-2.2-ssl.patch -Patch11: kdelibs-2.1.1-path.patch -Patch14: khtml-onChange.patch -Patch15: kdelibs-2.2.1-glib.patch -Patch16: post-2.2.2-kdelibs-khtml.diff -Patch17: post-2.2.2-kdelibs.diff -Patch18: post-2.2.2-kdelibs-kimgio.diff -Patch19: post-2.2.2-kdelibs-kio-2.diff -Patch20: post-2.2.2-kdelibs-kssl-2.diff -Patch21: post-2.2.2-kdelibs-http.patch - -# Japanese patches -Patch100: http://www.kde.gr.jp/patch/kdelibs-2.2beta1-keditcl1-20010706.diff -Patch101: http://www.kde.gr.jp/patch/kdelibs-2.2beta1-khtml-autoencode-ja-20010708.diff - -Requires: qt >= %{qt_version} -Requires: openssl - -BuildPrereq: qt-devel >= %{qt_version} -BuildPrereq: flex >= 2.5.4a-13 -BuildPrereq: kdoc >= %{version} -BuildPrereq: libxslt-devel >= 1.0.7 -BuildPrereq: sgml-common -BuildPrereq: openjade -BuildPrereq: jadetex -BuildPrereq: docbook-dtd31-sgml -BuildPrereq: docbook-style-dsssl -BuildPrereq: perl-SGMLSpm -BuildPrereq: docbook-utils -BuildPrereq: pcre-devel -BuildPrereq: zlib-devel -BuildPrereq: openssl-devel - -Obsoletes: %{pkg}2 +Group: System Environment/Libraries +License: LGPL +BuildRoot: %{_tmppath}/%{name}-buildroot Obsoletes: kdesupport %description -The K Desktop Environment (KDE) is a GUI desktop for the X Window -System. The kdelibs package contains a variety of libraries used by -KDE, including: kdecore, the KDE core library; kdeui, a user interface -library; kfm, the file manager; khtmlw, HTML widgets; kfile, for file -access; kspell, the spelling checker; jscript, for javascript; kab, -the addressbook; kimgio, for image manipulation; and arts, for sound, -mixing, and animation. +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). %package devel Group: Development/Libraries Summary: Header files and documentation for compiling KDE applications. -Requires: qt-devel >= %{qt_version} -Requires: %{name} = %{version}-%{release} -Requires: pcre-devel +Requires: qt-devel >= 3.0.3, %{name} = %{version}, pcre-devel Obsoletes: kdesupport-devel %description devel This package includes the header files you will need to compile -applications for KDE. The KDE API documentation is also included in -HTML format. - -%package sound -Group: System Environment/Libraries -Summary: KDE libraries needed to support sound. -Requires: %{name} = %{version}-%{release} -Requires: arts = %{version}-%{release} -Requires: audiofile -Obsoletes: %{pkg}2-sound - -%description sound -The K Desktop Environment (KDE) is a GUI desktop for the X Window -System. The kdelibs-sound package contains the libraries used by KDE -to support sound. - -%package -n arts -Group: System Environment/Libraries -Summary: A modularized sound system for KDE. -Requires: audiofile - -%description -n arts -aRts (Analog Real-Time Synthesizer) is a sound system for KDE -2.x. aRts creates and processes sound using small modules that do -certain tasks. aRts modules can create waveforms (oscillators), play -samples, filter data, add signals, perform effects like -delay/flanger/chorus, or output the data to the soundcard. - -By connecting all those small modules together, you can perform -complex tasks like simulating a mixer, generating an instrument, or -playing a wave file with effects. - -%package sound-devel -Group: Development/Libraries -Summary: Header files for compiling KDE sound applications. -Requires: %{name} = %{version}-%{release} -Requires: %{name}-devel = %{version}-%{release} -Requires: %{name}-sound = %{version}-%{release} -Requires: audiofile-devel -Obsoletes: %{pkg}2-sound-devel - -%description sound-devel -This package includes the header files needed to compile applications -using the KDE sound libraries (arts and libkmid). +applications for KDE. Also included is the KDE API documentation in HTML +format for easy browsing. %prep rm -rf $RPM_BUILD_ROOT %if %{is_release} -%setup -q -n %{pkg}-%{ver} +%setup -q -n %{name}-%{ver} -a 1 %else -%setup -q -n %{pkg} +%setup -q -n %{name} %endif -%patch1 -p1 -b .final +%patch13 -p1 -b .rpath + +%patch -p1 -b .gcc31dlopen +%patch1 -p1 -b .styles %if %{debug} == 0 -%patch2 -p1 -b .nodebug %patch7 -p1 -b .debug %endif -%patch3 -p1 -b .esc -%patch4 -p1 -b .jp -%patch5 -p1 -b .cookieesc %patch6 -p1 -b .noxs -%patch8 -p1 -b .sec +%patch8 -p1 -b .resize %patch11 -p1 -b .path -%patch14 -p1 -b .onChange -%patch15 -p1 -b .glib -%patch10 -p1 -b .ssl -pushd khtml/ecma -%patch16 -p0 -b .khtml -popd +perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release}\"," kdecore/kdeversion.h -%patch17 -p1 -b .sec - -pushd kimgio -%patch18 -p0 -b .pdf -popd - -pushd kio -%patch19 -p0 -b .sec -popd - -pushd kssl -%patch20 -p0 -b .sec -popd - -pushd kio/http -%patch21 -p0 -b .sec -popd - -%patch100 -p1 -b .jp1 # # # patch101 -p1 -b .jp2 -# Make the version number say what it should say -perl -pi -e 's,#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING "%{version}-%{release}",g' kdecore/kapp.h +# Workaround for legacy auto* tools +[ -x /usr/bin/autoconf-2.5? ] && ln -s /usr/bin/autoconf-2.5? autoconf +[ -x /usr/bin/autoheader-2.5? ] && ln -s /usr/bin/autoheader-2.5? autoheader +[ -x /usr/bin/aclocal-1.5 ] && ln -s /usr/bin/aclocal-1.5 aclocal +[ -x /usr/bin/automake-1.5 ] && ln -s /usr/bin/automake-1.5 automake +export PATH=`pwd`:$PATH +# End workaround -make -f Makefile.cvs - -# Fix some broken autogenerated files -cd arts/mcopidl -flex -oscanner.cc scanner.ll -cd ../../dcop/dcopidl -flex -oscanner.cc scanner.ll -cd ../.. +make -f Makefile.cvs || : %build unset QTDIR || : ; . /etc/profile.d/qt.sh -if [ -x /usr/bin/getconf ]; then - CPUS=`getconf _NPROCESSORS_ONLN` -fi -if test "x$CPUS" = "x" -o "x$CPUS" = "x0"; then - CPUS=1 -fi %if %{debug} -FLAGS="-O0 -DDEBUG=1" +export FLAGS="-O0 -DDEBUG=1" %else -FLAGS="-DNDEBUG -UDEBUG -DNODEBUG -UDEBUG_ASYNC_TRANSFER -UVPORT_DEBUG -UDEBUG_IO -UDEBUG_MESSAGES -UDEBUG_AUTH -UDEBUG_CONNECTION_DATA -DYYDEBUG=0 -UNETWMDEBUG -UCSS_DEBUG -UCSS_STYLESHEET_DEBUG -USPEED_DEBUG -UKJS_DEBUGGER -UFORMS_DEBUG -UDEBUG_LAYOUT -UDEBUG_DRAW_BORDER -UPARSER_DEBUG -UDECODE_DEBUG -UCACHE_DEBUG -UBUFFER_DEBUG -UJPEG_DEBUG -UDEBUG_LINEBREAKS -UBOX_DEBUG -UTABLE_DEBUG -UYYERROR_VERBOSE -UKJS_DEBUG_MEM -UMIDIOUTDEBUG -UGENERAL_DEBUG_MESSAGES" +# FIXME: Workaround for bug #57502 +%ifarch ia64 +export FLAGS="-O0" +%else +export FLAGS="$RPM_OPT_FLAGS" +%endif +export FLAGS="$FLAGS -DNDEBUG -UDEBUG -DNODEBUG -UDEBUG_ASYNC_TRANSFER -UVPORT_DEBUG -UDEBUG_IO -UDEBUG_MESSAGES -UDEBUG_AUTH -UDEBUG_CONNECTION_DATA -DYYDEBUG=0 -UNETWMDEBUG -UCSS_DEBUG -UCSS_STYLESHEET_DEBUG -USPEED_DEBUG -UKJS_DEBUGGER -UFORMS_DEBUG -UDEBUG_LAYOUT -UDEBUG_DRAW_BORDER -UPARSER_DEBUG -UDECODE_DEBUG -UCACHE_DEBUG -UBUFFER_DEBUG -UJPEG_DEBUG -UDEBUG_LINEBREAKS -UBOX_DEBUG -UTABLE_DEBUG -UYYERROR_VERBOSE -UKJS_DEBUG_MEM -UMIDIOUTDEBUG -UGENERAL_DEBUG_MESSAGES" %endif -FLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-check-new $FLAGS -D_GNU_SOURCE" +export FLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-check-new $FLAGS -D_GNU_SOURCE" -VERSION=`cat /etc/redhat-release |awk '{ print $5; }'` +# Check which version/distribution we are... +VERSION=`cat /etc/redhat-release 2>/dev/null |awk '{ print $5; }'` +if [ -z "$VERSION" -o -z "echo $VERSION |sed -e 's,[0-9]*,,g;s,\.,,g'" ]; then + VERSION="A Red Hat Linux-based distribution" +else + VERSION="Red Hat Linux $VERSION" +fi -autoconf - -CXXFLAGS="$FLAGS" \ -CFLAGS="$FLAGS" \ -./configure \ - --prefix=%{prefix} \ +CXXFLAGS="$FLAGS" CFLAGS="$FLAGS" ./configure \ + --prefix=%{_prefix} \ %if "%{cups}" != "" - --enable-cups \ + --enable-cups \ %endif - --enable-mitshm \ - --includedir=%{prefix}/include/kde \ + --enable-mitshm \ + --with-xinerama \ + --includedir=%{_includedir}/kde \ %if "%{debug}" == "0" - --disable-debug \ - --without-debug \ - --enable-final \ + --disable-debug \ + --without-debug \ + --enable-final \ %endif - --with-distribution="Red Hat Linux $VERSION" + --with-distribution="$VERSION" \ +%ifarch %{ix86} + --enable-fast-malloc=yes \ +%endif + --disable-libfam --without-libfam make %{?_smp_mflags} %install unset QTDIR || : ; . /etc/profile.d/qt.sh export DESTDIR=$RPM_BUILD_ROOT - make DESTDIR=$RPM_BUILD_ROOT install-strip -FLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-check-new" -CXXFLAGS="$FLAGS" \ -CFLAGS="$FLAGS" \ -./configure \ - --prefix=%{prefix} \ - --enable-mitshm \ - --includedir=%{prefix}/include/kde \ - --with-distribution="Red Hat Linux $VERSION" \ - --enable-static \ -%if "%{debug}" == "0" - --disable-debug \ - --without-debug \ -%endif - --disable-shared \ -%ifnarch alpha - --enable-final -%endif - -pushd arts/artsc -make clean -make -install -m 644 .libs/libartsc.a $RPM_BUILD_ROOT%{prefix}/lib -popd - -chmod a+x $RPM_BUILD_ROOT%{prefix}/lib/* +chmod a+x $RPM_BUILD_ROOT%{_libdir}/* # Generate documentation -export PATH=%{prefix}/bin:$PATH +export PATH=$RPM_BUILD_ROOT/%{_bindir}:$PATH makekdedoc=`which makekdedoc` if [ ! -z "$makekdedoc" ]; then url=%{_docdir}/%{name}-devel-%{version} @@ -288,12 +165,10 @@ if [ ! -z "$makekdedoc" ]; then if [ ! -z "$qt2kdoc" ]; then $qt2kdoc -z -o $kdocdir/kdoc-reference $QTDIR/doc/html fi - $makekdedoc --srcdir . --libdir $kdocdir/kdoc-reference --outputdir $kdocdir --url $url + $makekdedoc -p'--skip-internal' --srcdir . --libdir $kdocdir/kdoc-reference --outputdir $kdocdir --url $url fi -pushd $RPM_BUILD_ROOT%{_docdir} -ln -sf %{name}-devel-%{version} %{name}-devel-%{kde_major_version} -popd +( cd $RPM_BUILD_ROOT%{_docdir} && ln -sf %{name}-devel-%{version} %{name}-devel-%{kde_major_version} ) # Make symlinks relative pushd $RPM_BUILD_ROOT/usr/share/doc/HTML/en @@ -308,257 +183,203 @@ popd mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version} install -m 644 KDE2PORTING.html $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version} -# Make sure KDEDIRS and KDEDIR are set -mkdir -p $RPM_BUILD_ROOT/etc/profile.d -cat >$RPM_BUILD_ROOT/etc/profile.d/kde.sh <$RPM_BUILD_ROOT/etc/profile.d/kde.csh < 2.2.2-9 -- securitiy bug - Konqueror Referer Leaking Website Authentication Credentials +* Thu Apr 11 2002 Bernhard Rosenkraenzer 3.0.0-9 +- Fix Qt designer crash when loading KDE plugins +* Tue Apr 9 2002 Bernhard Rosenkraenzer 3.0.0-8 +- Add build requirement on samba >= 2.2.3a-5 to make sure the correct + smb ioslave can be built -* Mon Jun 2 2003 Than Ngo 2.2.2-8 -- Konqueror Embedded SSL vulnerability +* Mon Apr 8 2002 Bernhard Rosenkraenzer 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 -* Mon Apr 7 2003 Than Ngo 2.2.2-7 -- PS/PDF file handling vulnerability +* Wed Apr 3 2002 Bernhard Rosenkraenzer 3.0.0-6 +- Fix up timeout problems with form submissions (#62196) -* Tue Jan 28 2003 Than Ngo 2.2.2-6 -- fixed dependency problem with arts +* Wed Apr 3 2002 Bernhard Rosenkraenzer 3.0.0-5 +- Merge kjs crash-on-invalid-input fix from KDE_3_0_BRANCH -* Mon Dec 16 2002 Than Ngo 2.2.2-5 -- requires qt >= 2.3.0 +* Thu Mar 28 2002 Than Ngo 3.0.0-4 +- fix kde version -* Mon Dec 16 2002 Than Ngo 2.2.2-4 -- Multiple URL and filename vulnerabilities +* Thu Mar 28 2002 Bernhard Rosenkraenzer 3.0.0-3 +- Add another khtml rendering fix -* Mon Sep 30 2002 Than Ngo 2.2.2-3 -- Konqueror SSL vulnerability -- Konqueror Cross Site Scripting Vulnerability +* Wed Mar 27 2002 Bernhard Rosenkraenzer 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. -* Wed Jan 9 2002 Bernhard Rosenkraenzer 2.2.2-2 -- Rename kra*** to kopaint +* Wed Mar 27 2002 Bernhard Rosenkraenzer 3.0.0-1 +- Update to final +- Add fixes from KDE_3_0_BRANCH -* Tue Nov 20 2001 Bernhard Rosenkraenzer 2.2.2-1 -- 2.2.2 +* Wed Mar 27 2002 Than Ngo 3.0.0-0.cvs20020326.2 +- scale down icons for submenus pointing to legacy + applications rather than keeping them at 32x32 (bug #61506) -* Wed Oct 31 2001 Bernhard Rosenkraenzer 2.2.2-0.cvs20011031.1 -- Fix build with current toolchain -- Update to current CVS stable branch +* Mon Mar 25 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020325.1 +- Build the Keramik style -* Tue Sep 11 2001 Bernhard Rosenkraenzer 2.2.1-1 -- 2.2.1 +* Thu Mar 14 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020314.1 +- s/qDebug/kdDebug/ -* Sat Sep 8 2001 Bernhard Rosenkraenzer 2.2-11 -- i18n fixes -- fix desktop icon placement problem +* Mon Mar 11 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020311.1 +- Reduce debug spewage -* Mon Sep 3 2001 Bernhard Rosenkraenzer 2.2-10 -- Real, final fix for http://www.kb.cert.org/vuls/id/476267. - This fixes #52893 +* Fri Mar 1 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020301.1 +- Update -* Thu Aug 30 2001 Bernhard Rosenkraenzer 2.2-9 -- Don't dlopen() /usr/lib/libssl.so (#52788) -- Fix up yesterday's security patch, the user should have the option to - post the data if (s)he knows the form is ok. +* Fri Feb 15 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020215.1 +- Update +- arts is no longer part of kdelibs -* Wed Aug 29 2001 Bernhard Rosenkraenzer 2.2-8 -- Fix up csh init script (#52787) -- Fix potential security problem in kio-http - (http://www.kb.cert.org/vuls/id/476267) -- Fix a problem in nl/user.entities (allows kde-i18n to rebuild - cleanly) -- Fix memory leak in KDockTab -- Fix up the reported version number +* Mon Feb 11 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020211.1 +- Update +- Build with Xinerama support -* Mon Aug 27 2001 Bernhard Rosenkraenzer 2.2-7 -- Set KDEDIRS and KDEDIR (for legacy compatibility) (#52372) +* Mon Jan 28 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020128.3 +- Rebuild from a fresh CVS checkout -* Sat Aug 25 2001 Bernhard Rosenkraenzer 2.2-6 -- Move artsc-config to kdelibs-sound-devel (#52559) -- Fix possible security bug (setuid;setgid -> setgid;setuid) +* Mon Jan 28 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020128.1 +- KABC::AddressBook::reload() added -* Mon Aug 13 2001 Bernhard Rosenkraenzer 2.2-5 -- Merge HTML rendering fixes from KDE_2_2_BRANCH. We can finally display - broken HTML like "" correctly +* Sat Jan 26 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020126.1 +- Update to get API changes +- Build with CUPS support -* Fri Aug 10 2001 Bernhard Rosenkraenzer 2.2-4 -- Merge more fixes from KDE_2_2_BRANCH, this should get rid of the - "desktop turns gray when kpersonalizer is running" bug some people - have seen -- Fix handling of and