Hello community, here is the log from the commit of package kdebase4-workspace checked in at Wed Jul 30 01:00:10 CEST 2008. -------- --- KDE/kdebase4-workspace/kdebase4-wallpapers.changes 2008-07-18 22:54:29.000000000 +0200 +++ kdebase4-workspace/kdebase4-wallpapers.changes 2008-07-30 00:55:59.669275000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 23 13:15:52 CEST 2008 - dmueller@suse.de + +- update to 4.1.0 + +------------------------------------------------------------------- kdebase4-workspace.changes: same change Old: ---- kdebase-workspace-4.0.99.tar.bz2 New: ---- kdebase-workspace-4.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-wallpapers.spec ++++++ --- /var/tmp/diff_new_pack.p19348/_old 2008-07-30 00:58:28.000000000 +0200 +++ /var/tmp/diff_new_pack.p19348/_new 2008-07-30 00:58:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdebase4-wallpapers (Version 4.0.99) +# spec file for package kdebase4-wallpapers (Version 4.1.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,7 +21,7 @@ Group: System/GUI/KDE Summary: KDE 4 Wallpapers Url: http://www.kde.org/ -Version: 4.0.99 +Version: 4.1.0 Release: 1 Source0: kdebase-workspace-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,6 +59,8 @@ /usr/share/wallpapers %changelog +* Wed Jul 23 2008 dmueller@suse.de +- update to 4.1.0 * Fri Jul 18 2008 dmueller@suse.de - update to 4.0.99 * Tue Jul 15 2008 stbinner@suse.de ++++++ kdebase4-workspace.spec ++++++ --- /var/tmp/diff_new_pack.p19348/_old 2008-07-30 00:58:28.000000000 +0200 +++ /var/tmp/diff_new_pack.p19348/_new 2008-07-30 00:58:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdebase4-workspace (Version 4.0.99) +# spec file for package kdebase4-workspace (Version 4.1.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: kdebase4-workspace BuildRequires: NetworkManager-devel bluez-libs libkde4-devel libqimageblitz-devel BuildRequires: libraw1394-devel libsmbclient-devel libusb-devel libxklavier-devel -BuildRequires: audit-devel libQtWebKit-devel pam-devel +BuildRequires: audit-devel libQtWebKit-devel libsoprano-devel pam-devel %if %suse_version > 1030 BuildRequires: ConsoleKit-devel liblazy-devel %endif @@ -26,7 +26,7 @@ Group: System/GUI/KDE Summary: The KDE Workspace Components Url: http://www.kde.org/ -Version: 4.0.99 +Version: 4.1.0 Release: 1 Source0: kdebase-workspace-%version.tar.bz2 Source2: titlebar_decor.png @@ -717,6 +717,8 @@ /usr/share/kde4/apps/kconf_update/plasma-add-shortcut-to-menu.upd %changelog +* Wed Jul 23 2008 dmueller@suse.de +- update to 4.1.0 * Fri Jul 18 2008 dmueller@suse.de - update to 4.0.99 * Tue Jul 15 2008 stbinner@suse.de ++++++ kdebase-workspace-4.0.99.tar.bz2 -> kdebase-workspace-4.1.0.tar.bz2 ++++++ KDE/kdebase4-workspace/kdebase-workspace-4.0.99.tar.bz2 kdebase4-workspace/kdebase-workspace-4.1.0.tar.bz2 differ: byte 11, line 1 ++++++ startkde.diff ++++++ --- /var/tmp/diff_new_pack.p19348/_old 2008-07-30 00:58:29.000000000 +0200 +++ /var/tmp/diff_new_pack.p19348/_new 2008-07-30 00:58:29.000000000 +0200 @@ -2,13 +2,32 @@ =================================================================== --- startkde.cmake (revision 768604) +++ startkde.cmake (working copy) +@@ -70,6 +70,9 @@ + mkdir -m 700 -p $kdehome + mkdir -m 700 -p $kdehome/share + mkdir -m 700 -p $kdehome/share/config ++if test -e /etc/kde4/share/config/startupconfigkeys ; then ++cp /etc/kde4/share/config/startupconfigkeys $kdehome/share/config/startupconfigkeys ++else + cat >$kdehome/share/config/startupconfigkeys <<EOF + kcminputrc Mouse cursorTheme 'Oxygen_Black' + kcminputrc Mouse cursorSize '' +@@ -83,6 +86,7 @@ + kcmfonts General forceFontDPI 0 + kdeglobals Locale Language '' # trigger requesting languages from KLocale + EOF ++fi + kstartupconfig4 + if test $? -ne 0; then + xmessage -geometry 500x100 "Could not start kstartupconfig4. Check your installation." @@ -183,9 +183,9 @@ - + libpath=`kde4-config --path lib | tr : '\n'` - + -for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do +for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'` /usr/share/kde4/env/; do for file in "$prefix"*.sh; do test -r "$file" && . "$file" done done + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org