Hello community, here is the log from the commit of package kdebase3 for openSUSE:Factory checked in at 2011-12-12 16:57:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase3 (Old) and /work/SRC/openSUSE:Factory/.kdebase3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes 2011-12-06 16:22:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes 2011-12-12 17:01:59.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Dec 11 01:43:12 UTC 2011 - [email protected] + +- fix halt command for systemd (bnc#736110) + +------------------------------------------------------------------- +Fri Dec 9 18:37:03 UTC 2011 - [email protected] + +- one-pixel selection adjustment + +------------------------------------------------------------------- New: ---- systemd-shutdown.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase3.spec ++++++ --- /var/tmp/diff_new_pack.9hGsXY/_old 2011-12-12 17:02:15.000000000 +0100 +++ /var/tmp/diff_new_pack.9hGsXY/_new 2011-12-12 17:02:15.000000000 +0100 @@ -251,6 +251,7 @@ Patch265: kdebase-pardus-fix-fish.patch Patch266: further-desktop-icons-adjustment.patch Patch267: kdebase-pardus-fix-autosuspend.patch +Patch268: systemd-shutdown.patch %description This package contains kdebase, one of the basic packages of the K @@ -675,6 +676,7 @@ %patch265 -p1 %patch266 -p1 %patch267 -p1 +%patch268 -p1 rm -rf kappfinder rm pics/crystalsvg/cr??-*emacs.png ++++++ further-desktop-icons-adjustment.patch ++++++ --- /var/tmp/diff_new_pack.9hGsXY/_old 2011-12-12 17:02:15.000000000 +0100 +++ /var/tmp/diff_new_pack.9hGsXY/_new 2011-12-12 17:02:15.000000000 +0100 @@ -1,27 +1,22 @@ diff -wruN kdebase-3.5.10.orig/kdesktop/kfileividesktop.cpp kdebase-3.5.10/kdesktop/kfileividesktop.cpp --- kdebase-3.5.10.orig/kdesktop/kfileividesktop.cpp 2007-01-15 14:32:10.000000000 +0300 -+++ kdebase-3.5.10/kdesktop/kfileividesktop.cpp 2011-12-05 08:16:17.512415347 +0400 -@@ -64,23 +64,6 @@ - void KFileIVIDesktop::calcRect( const QString& _text ) - { - KIconViewItem::calcRect( _text ); -- -- if ( !iconView() || !m_shadow || -- !wordWrap() || !( static_cast<KDesktopShadowSettings *> -- ( m_shadow->shadowSettings() ) )->isEnabled() ) -- return; -- ++++ kdebase-3.5.10/kdesktop/kfileividesktop.cpp 2011-12-08 04:37:55.882918938 +0400 +@@ -70,14 +70,13 @@ + ( m_shadow->shadowSettings() ) )->isEnabled() ) + return; + - int spread = shadowThickness(); -- QRect itemTextRect = textRect(); -- QRect itemRect = rect(); -- + QRect itemTextRect = textRect(); + QRect itemRect = rect(); + - itemTextRect.setBottom( itemTextRect.bottom() + spread ); - itemTextRect.setRight( itemTextRect.right() + spread ); - itemRect.setBottom( itemRect.bottom() + spread ); - itemRect.setRight( itemRect.right() + spread ); -- -- setTextRect( itemTextRect ); -- setItemRect( itemRect ); - } ++ itemTextRect.setBottom( itemTextRect.bottom() + 1); ++ itemTextRect.setRight( itemTextRect.right() ); ++ itemRect.setBottom( itemRect.bottom() + 1 ); ++ itemRect.setRight( itemRect.right() ); - void KFileIVIDesktop::paintItem( QPainter *p, const QColorGroup &cg) + setTextRect( itemTextRect ); + setItemRect( itemRect ); ++++++ kdebase-chakra-02-kip_kdesktop_rounded_icon_text_corners.patch ++++++ --- /var/tmp/diff_new_pack.9hGsXY/_old 2011-12-12 17:02:16.000000000 +0100 +++ /var/tmp/diff_new_pack.9hGsXY/_new 2011-12-12 17:02:16.000000000 +0100 @@ -68,7 +68,7 @@ - rect.setRight( rect.right() - spread ); - rect.setBottom( rect.bottom() - spread + 1 ); + rect.setRight( rect.right() ); -+ rect.setBottom( rect.bottom() + 1 ); ++ rect.setBottom( rect.bottom() ); - p->fillRect( rect, cg.highlight() ); + p->setBrush( QBrush( cg.highlight() ) ); + p->setPen( QPen( cg.highlight() ) ); ++++++ systemd-shutdown.patch ++++++ diff -wruN kdebase-3.5.10.orig/kdm/config.def kdebase-3.5.10/kdm/config.def --- kdebase-3.5.10.orig/kdm/config.def 2005-10-10 19:04:31.000000000 +0400 +++ kdebase-3.5.10/kdm/config.def 2011-12-11 05:28:25.179122503 +0400 @@ -42,7 +42,7 @@ # define HALT_CMD "/usr/sbin/halt" # define REBOOT_CMD "/usr/sbin/reboot" #else -# define HALT_CMD "/sbin/halt" +# define HALT_CMD "/sbin/halt -p" # define REBOOT_CMD "/sbin/reboot" #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
