Hello community, here is the log from the commit of package kdebase4-workspace for openSUSE:Factory checked in at Fri Sep 3 14:17:40 CEST 2010. -------- --- KDE/kdebase4-workspace/kdebase4-wallpapers.changes 2010-08-10 12:13:41.000000000 +0200 +++ kdebase4-workspace/kdebase4-wallpapers.changes 2010-09-03 14:11:01.408454000 +0200 @@ -1,0 +2,12 @@ +Fri Aug 27 13:43:25 CEST 2010 - dmueller@suse.de + +- update to 4.5.1 + * see http://kde.org/announcements/changelogs/changelog4_5_0to4_5_1.php for details + +------------------------------------------------------------------- +Fri Aug 13 15:24:29 CEST 2010 - dmueller@suse.de + +- update 4_5_BRANCH.diff: + * disable MALLOC_CHECK_ export + +------------------------------------------------------------------- kdebase4-workspace.changes: same change python-kdebase4.changes: same change calling whatdependson for head-i586 Old: ---- kdebase-workspace-4.5.0.tar.bz2 r1159603-plasma-safe-applet-drag.diff r1159643-panel-applet-drag-behaviour.diff New: ---- kdebase-workspace-4.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-wallpapers.spec ++++++ --- /var/tmp/diff_new_pack.MrsFur/_old 2010-09-03 14:11:11.000000000 +0200 +++ /var/tmp/diff_new_pack.MrsFur/_new 2010-09-03 14:11:11.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdebase4-wallpapers (Version 4.5.0) +# spec file for package kdebase4-wallpapers (Version 4.5.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,7 +30,7 @@ Group: System/GUI/KDE Summary: KDE 4 Wallpapers Url: http://www.kde.org/ -Version: 4.5.0 +Version: 4.5.1 Release: 1 Source0: kdebase-workspace-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kdebase4-workspace.spec ++++++ --- /var/tmp/diff_new_pack.MrsFur/_old 2010-09-03 14:11:11.000000000 +0200 +++ /var/tmp/diff_new_pack.MrsFur/_new 2010-09-03 14:11:11.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdebase4-workspace (Version 4.5.0) +# spec file for package kdebase4-workspace (Version 4.5.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -39,7 +39,7 @@ Group: System/GUI/KDE Summary: The KDE Workspace Components Url: http://www.kde.org/ -Version: 4.5.0 +Version: 4.5.1 Release: 1 Source0: kdebase-workspace-%version.tar.bz2 Source1: rcksysguardd @@ -88,8 +88,6 @@ Patch201: plasma-notifications-kill-timer.diff Patch203: kdebase-workspace-4.3.95-ck-shutdown.patch Patch208: kdm-themer-wallpaper-sizes.diff -Patch209: r1159603-plasma-safe-applet-drag.diff -Patch210: r1159643-panel-applet-drag-behaviour.diff Patch211: disable-python-support.diff Patch212: build-final.diff Requires: kde4-kgreeter-plugins = %version @@ -190,8 +188,6 @@ %patch203 -p1 ###KDE45: rediff! #%patch208 -%patch209 -%patch210 %patch211 %patch212 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png ++++++ python-kdebase4.spec ++++++ --- /var/tmp/diff_new_pack.MrsFur/_old 2010-09-03 14:11:11.000000000 +0200 +++ /var/tmp/diff_new_pack.MrsFur/_new 2010-09-03 14:11:11.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-kdebase4 (Version 4.5.0) +# spec file for package python-kdebase4 (Version 4.5.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,7 +28,7 @@ Group: System/GUI/KDE Summary: Python bindings for KDE 4 desktop shell Url: http://www.kde.org/ -Version: 4.5.0 +Version: 4.5.1 Release: 1 Source0: kdebase-workspace-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ 4_5_BRANCH.diff ++++++ --- /var/tmp/diff_new_pack.MrsFur/_old 2010-09-03 14:11:11.000000000 +0200 +++ /var/tmp/diff_new_pack.MrsFur/_new 2010-09-03 14:11:11.000000000 +0200 @@ -3,80 +3,5 @@ --- BRANCH_STATUS +++ BRANCH_STATUS @@ -0,0 +1,2 @@ -+current HEAD: 1159322 ++current HEAD: 1163120 +svn di between //tags/KDE/4.5.0/kdebase/workspace and //branches/KDE/4.5/kdebase/workspace ---- kcontrol/keyboard/kcm_view_models.cpp -+++ kcontrol/keyboard/kcm_view_models.cpp -@@ -307,8 +307,8 @@ - else { - int groupRow = index.row(); - const OptionGroupInfo* xkbGroup = rules->optionGroupInfos[groupRow]; -- foreach(const QString& option, keyboardConfig->xkbOptions) { -- if( option.startsWith(xkbGroup->name + Rules::XKB_OPTION_GROUP_SEPARATOR) ) -+ foreach(const OptionInfo* optionInfo, xkbGroup->optionInfos) { -+ if( keyboardConfig->xkbOptions.indexOf(optionInfo->name) != -1 ) - return Qt::PartiallyChecked; - } - return Qt::Unchecked; ---- kcontrol/keyboard/CMakeLists.txt -+++ kcontrol/keyboard/CMakeLists.txt -@@ -3,14 +3,11 @@ - - if( X11_Xinput_FOUND AND XiGetDevicePresenceNotifyEvent_EXISTS ) - set(XiGetDevicePresence_FOUND 1) -+ ADD_DEFINITIONS(-DHAVE_XINPUT_AND_DEVICE_NOTIFY=1) - else( X11_Xinput_FOUND AND XiGetDevicePresenceNotifyEvent_EXISTS ) - MESSAGE(STATUS "_XiGetDevicePresenceNotifyEvent is not found, libXi version 1.2.0 or later is required to keep layouts with keyboard hotplugging") - endif( X11_Xinput_FOUND AND XiGetDevicePresenceNotifyEvent_EXISTS ) - --macro_bool_to_01(XiGetDevicePresence_FOUND HAVE_XINPUT) --ADD_DEFINITIONS(-DHAVE_XINPUT=${HAVE_XINPUT}) -- -- - - ### kded daemon ### - ---- kcontrol/keyboard/layout_widget.cpp -+++ kcontrol/keyboard/layout_widget.cpp -@@ -190,7 +190,7 @@ - - m_notifierItem->setToolTipSubTitle(longText); - -- const QIcon icon(flags->getIcon(layoutUnit.layout)); -+ const QIcon icon(getFlag(layoutUnit.layout)); - m_notifierItem->setToolTipIconByPixmap(icon); - - QIcon textOrIcon = flags->getIconWithText(layoutUnit, *keyboardConfig); ---- kcontrol/keyboard/xinput_helper.cpp -+++ kcontrol/keyboard/xinput_helper.cpp -@@ -27,7 +27,7 @@ - #include <X11/Xlib.h> - #include <X11/Xatom.h> - --#if HAVE_XINPUT==1 -+#ifdef HAVE_XINPUT_AND_DEVICE_NOTIFY - #include <X11/extensions/XInput.h> - #endif - -@@ -75,7 +75,7 @@ - } - - --#if HAVE_XINPUT==1 -+#ifdef HAVE_XINPUT_AND_DEVICE_NOTIFY - - extern "C" { - extern int _XiGetDevicePresenceNotifyEvent(Display *); ---- krunner/interfaces/default/interface.cpp -+++ krunner/interfaces/default/interface.cpp -@@ -172,9 +172,9 @@ - - KrunnerTabFilter *krunnerTabFilter = new KrunnerTabFilter(m_resultsScene, lineEdit, this); - m_searchTerm->installEventFilter(krunnerTabFilter); -- m_singleRunnerSearchTerm->installEventFilter(krunnerTabFilter); - connect(krunnerTabFilter, SIGNAL(historyRotated(QString)), this, SLOT(queryTextEdited(QString))); - lineEdit->installEventFilter(this); -+ m_singleRunnerSearchTerm->installEventFilter(this); - - themeUpdated(); - connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), this, SLOT(themeUpdated())); ++++++ kdebase-workspace-4.5.0.tar.bz2 -> kdebase-workspace-4.5.1.tar.bz2 ++++++ KDE/kdebase4-workspace/kdebase-workspace-4.5.0.tar.bz2 kdebase4-workspace/kdebase-workspace-4.5.1.tar.bz2 differ: char 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org