Hello community, here is the log from the commit of package kdebase3 checked in at Fri Nov 10 01:31:00 CET 2006. -------- --- KDE/kdebase3/kdebase3.changes 2006-11-07 16:29:24.000000000 +0100 +++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes 2006-11-09 20:04:01.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 9 14:59:02 CET 2006 - stbinner@suse.de + +- fix Kicker default behavior: don't turn on right hide button +- restore parens for NameAndDescription format in Kicker (#213450) +- remove historic "Provides:"/"Obsoletes:" (#218798) + +------------------------------------------------------------------- New: ---- restore-description-parens.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase3.spec ++++++ --- /var/tmp/diff_new_pack.AsTpwN/_old 2006-11-10 01:26:54.000000000 +0100 +++ /var/tmp/diff_new_pack.AsTpwN/_new 2006-11-10 01:26:54.000000000 +0100 @@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.kde.org/ Version: 3.5.5 -Release: 41 +Release: 43 %define kde_version 3.5.5 Source0: kdebase-%{kde_version}.tar.bz2 Source3: startkde.suse.sh @@ -182,7 +182,7 @@ Patch176: systray-flicker.diff Patch177: kio-media-errorhandling.diff Patch178: kcheckpass.diff -Provides: kdebase +Patch179: restore-description-parens.diff %description This package contains kdebase, one of the basic packages of the K @@ -203,7 +203,6 @@ Requires: kdelibs3-devel kdebase3 = %version Summary: KDE Base Package: Base, Build Environment Group: System/GUI/KDE -Provides: kdebase-devel %description devel This package contains KDEbase, one of the basic packages of the K @@ -281,7 +280,6 @@ %else %package nsplugin Conflicts: kdebase3-nsplugin64 -Provides: kdebase-nsplugin %endif # usesubdirs nsplugins Requires: kdebase3 @@ -313,8 +311,6 @@ %endif %package ksysguardd -Provides: kdebase-ksysguardd -Obsoletes: kdebase-ksysguardd PreReq: %insserv_prereq %fillup_prereq aaa_base Summary: KDE base package: ksysguard daemon Group: System/GUI/KDE @@ -372,7 +368,7 @@ Summary: Set and list fileshares Group: System/Management Version: 2.0 -Release: 170 +Release: 172 %description -n fileshareset This package contains the the fileshareset utility to allow users to @@ -528,6 +524,7 @@ %patch176 %patch177 %patch178 +%patch179 cp %SOURCE17 l10n/tw/flag.png . /etc/opt/kde3/common_options cd ../fileshareset2 @@ -1485,6 +1482,10 @@ %endif %changelog -n kdebase3 +* Thu Nov 09 2006 - stbinner@suse.de +- fix Kicker default behavior: don't turn on right hide button +- restore parens for NameAndDescription format in Kicker (#213450) +- remove historic "Provides:"/"Obsoletes:" (#218798) * Tue Nov 07 2006 - coolo@suse.de - only show "you're running out of disk space" dialog once (#218185) * Tue Nov 07 2006 - coolo@suse.de ++++++ kicker-defaults.diff ++++++ --- /var/tmp/diff_new_pack.AsTpwN/_old 2006-11-10 01:26:56.000000000 +0100 +++ /var/tmp/diff_new_pack.AsTpwN/_new 2006-11-10 01:26:56.000000000 +0100 @@ -34,3 +34,14 @@ Name[af]=Stelsel Kieslys Name[bg]=Системно меню Name[bn]=সিস্টেম মেনু +--- kcontrol/kicker/hidingtab_impl.cpp 2006/11/09 19:01:43 1.1 ++++ kcontrol/kicker/hidingtab_impl.cpp 2006/11/09 19:02:30 +@@ -200,7 +200,7 @@ + m_delaySpinBox->setValue( 3 ); + m_autoHideSwitch->setChecked( false ); + m_lHB->setChecked( false ); +- m_rHB->setChecked( true ); ++ m_rHB->setChecked( false ); + m_animateHiding->setChecked( true ); + m_hideSlider->setValue( 10 ); + m_delaySpinBox->setValue( 3 ); ++++++ restore-description-parens.diff ++++++ --- ./kicker/kicker/ui/service_mnu.cpp 2006/11/09 13:49:50 1.85 +++ ./kicker/kicker/ui/service_mnu.cpp 2006/11/09 13:58:16 @@ -426,7 +426,7 @@ { if (comment.find(serviceName, 0, true) == -1) { - serviceName = QString("%1 %2").arg(serviceName, comment); + serviceName = QString("%1 (%2)").arg(serviceName, comment); } else { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org