Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit kdebase3
- From: root@xxxxxxx (h_root)
- Date: Mon, 3 Apr 2006 18:31:48 +0200 (CEST)
- Message-id: <20060403163148.0D44C8BD7E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdebase3
checked in at Mon Apr 3 18:31:48 CEST 2006.
--------
--- KDE/kdebase3/kdebase3.changes 2006-03-31 17:30:41.000000000 +0200
+++ kdebase3/kdebase3.changes 2006-04-03 15:14:29.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 3 14:34:35 CEST 2006 - stbinner@xxxxxxx
+
+- don't remove obsolete from list of known kdesu options (#162790)
+- fix panel configuration to not always ask to save (#157821)
+- add missing kdm Provides: for transition from NLD9 (#162511)
+
+-------------------------------------------------------------------
New:
----
kcontrol-lookandfeel.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase3.spec ++++++
--- /var/tmp/diff_new_pack.mdVsHj/_old 2006-04-03 18:31:11.000000000 +0200
+++ /var/tmp/diff_new_pack.mdVsHj/_new 2006-04-03 18:31:11.000000000 +0200
@@ -37,7 +37,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.kde.org/
Version: 3.5.1
-Release: 49
+Release: 50
%define kde_version 3.5.1
Source0: kdebase-%{kde_version}.tar.bz2
Source3: startkde.suse.sh
@@ -153,6 +153,7 @@
Patch149: kdeeject.diff
Patch150: taskbar-size.diff
Patch151: 3_5_BRANCH_fix-kded-hang-with-nfs.diff
+Patch152: kcontrol-lookandfeel.diff
Provides: kdebase
%description
@@ -196,6 +197,7 @@
Summary: The KDE login and display manager
Provides: kdebase3:/opt/kde3/bin/kdm
Provides: kdebase:/opt/kde2/bin/kdm
+Provides: kdebase3-kdm-SLD:/opt/kde3/bin/kdm
Group: System/GUI/KDE
PreReq: %fillup_prereq /bin/grep
@@ -321,7 +323,7 @@
Summary: Set and list fileshares
Group: System/Management
Version: 2.0
-Release: 62
+Release: 64
%description -n fileshareset
This package contains the the fileshareset utility to allow users to
@@ -463,6 +465,7 @@
%patch149
%patch150
%patch151
+%patch152
cp %SOURCE17 l10n/tw/flag.png
. /etc/opt/kde3/common_options
cd ../fileshareset2
@@ -1383,6 +1386,10 @@
%endif
%changelog -n kdebase3
+* Mon Apr 03 2006 - stbinner@xxxxxxx
+- don't remove obsolete from list of known kdesu options (#162790)
+- fix panel configuration to not always ask to save (#157821)
+- add missing kdm Provides: for transition from NLD9 (#162511)
* Fri Mar 31 2006 - stbinner@xxxxxxx
- update media_hal.diff to make it possible that applications like
k3b can stop automounting (#160654)
++++++ kcontrol-lookandfeel.diff ++++++
--- kcontrol/kicker/lookandfeeltab_impl.cpp.sav 2006-03-17 17:55:51.000000000 +0100
+++ kcontrol/kicker/lookandfeeltab_impl.cpp 2006-03-17 17:55:34.000000000 +0100
@@ -33,6 +33,7 @@
#include <kmessagebox.h>
#include <kstandarddirs.h>
+#include <kickerSettings.h>
#include "advancedDialog.h"
#include "global.h"
#include "main.h"
@@ -128,6 +129,9 @@ void LookAndFeelTab::previewBackground(c
KickerLib::colorize(tmpImg);
theme_preview.convertFromImage(tmpImg);
if(!theme_preview.isNull()) {
+ // avoid getting changed(true) from KConfigDialogManager for the default value
+ if( KickerSettings::backgroundTheme() == themepath )
+ KickerSettings::setBackgroundTheme( theme );
kcfg_BackgroundTheme->lineEdit()->setText(theme);
m_backgroundLabel->setPixmap(theme_preview);
if (isNew)
++++++ kdesu-dont-keep-pwd.diff ++++++
--- /var/tmp/diff_new_pack.mdVsHj/_old 2006-04-03 18:31:13.000000000 +0200
+++ /var/tmp/diff_new_pack.mdVsHj/_new 2006-04-03 18:31:13.000000000 +0200
@@ -2,15 +2,6 @@
===================================================================
--- kdesu/kdesu/kdesu.cpp (revision 518219)
+++ kdesu/kdesu/kdesu.cpp (working copy)
-@@ -57,7 +57,7 @@
- { "c <command>", I18N_NOOP("Specifies the command to run"), "" },
- { "f <file>", I18N_NOOP("Run command under target uid if <file> is not writable"), "" },
- { "u <user>", I18N_NOOP("Specifies the target uid"), "root" },
-- { "n", I18N_NOOP("Do not keep password"), 0 },
-+// { "n", I18N_NOOP("Do not keep password"), 0 },
- { "s", I18N_NOOP("Stop the daemon (forgets all passwords)"), 0 },
- { "t", I18N_NOOP("Enable terminal output (no password keeping)"), 0 },
- { "p <prio>", I18N_NOOP("Set priority value: 0 <= prio <= 100, 0 is lowest"), "50" },
@@ -269,7 +269,7 @@
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |