Hello community, here is the log from the commit of package smb4k checked in at Fri May 4 00:01:43 CEST 2007. -------- --- KDE/smb4k/smb4k.changes 2007-05-02 11:02:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/smb4k/smb4k.changes 2007-05-03 10:39:47.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 3 10:39:18 CEST 2007 - stbinner@suse.de + +- 0.8.3 update: Fixed command line in Smb4KMounter:unmount() that + provoked smb4k_umount to complain about a deprecated argument. + +------------------------------------------------------------------- Old: ---- smb4k-0.8.2.tar.bz2 New: ---- smb4k-0.8.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smb4k.spec ++++++ --- /var/tmp/diff_new_pack.f10395/_old 2007-05-04 00:01:10.000000000 +0200 +++ /var/tmp/diff_new_pack.f10395/_new 2007-05-04 00:01:10.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package smb4k (Version 0.8.2) +# spec file for package smb4k (Version 0.8.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,7 +18,7 @@ License: GNU General Public License (GPL) Group: Productivity/Networking/Samba Summary: Extended SMB and CIFS Share Browser for KDE -Version: 0.8.2 +Version: 0.8.3 Release: 1 URL: http://smb4k.berlios.de/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,6 +76,9 @@ /opt/kde3/share/icons/* %changelog +* Thu May 03 2007 - stbinner@suse.de +- 0.8.3 update: Fixed command line in Smb4KMounter:unmount() that + provoked smb4k_umount to complain about a deprecated argument. * Wed May 02 2007 - stbinner@suse.de - 0.8.2 update * Fixed a minor bug in the utility programs and applied some ++++++ smb4k-0.8.2.tar.bz2 -> smb4k-0.8.3.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/ChangeLog new/smb4k-0.8.3/ChangeLog --- old/smb4k-0.8.2/ChangeLog 2007-04-23 21:11:52.000000000 +0200 +++ new/smb4k-0.8.3/ChangeLog 2007-05-02 18:18:18.000000000 +0200 @@ -1,3 +1,8 @@ +Smb4K 0.8.3: +- Fixed command line in Smb4KMounter:unmount() that provoked smb4k_umount + to complain about a deprecated argument. +- Applied Turkish translation patch provided by Ismail Donmez. + Smb4K 0.8.2: - Modified utility programs: + Fixed the "No mode was specified" bug in smb4k_mount/smb4k_umount and diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/configure new/smb4k-0.8.3/configure --- old/smb4k-0.8.2/configure 2007-04-29 09:46:05.000000000 +0200 +++ new/smb4k-0.8.3/configure 2007-05-02 18:41:21.000000000 +0200 @@ -2576,7 +2576,7 @@ # Define the identity of the package. PACKAGE=smb4k - VERSION=0.8.2 + VERSION=0.8.3 cat >>confdefs.h <<_ACEOF diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/configure.in new/smb4k-0.8.3/configure.in --- old/smb4k-0.8.2/configure.in 2007-04-29 09:45:56.000000000 +0200 +++ new/smb4k-0.8.3/configure.in 2007-05-02 18:41:14.000000000 +0200 @@ -40,7 +40,7 @@ AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(smb4k, 0.8.2) dnl searches for some needed programs +AM_INIT_AUTOMAKE(smb4k, 0.8.3) dnl searches for some needed programs KDE_SET_PREFIX diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/configure.in.in new/smb4k-0.8.3/configure.in.in --- old/smb4k-0.8.2/configure.in.in 2007-04-13 07:47:18.000000000 +0200 +++ new/smb4k-0.8.3/configure.in.in 2007-05-02 18:14:36.000000000 +0200 @@ -1,7 +1,7 @@ #MIN_CONFIG(3.2.0) #AM_KDE_MIN_VERSION(3.2.0) -AM_INIT_AUTOMAKE(smb4k,0.8.2) +AM_INIT_AUTOMAKE(smb4k,0.8.3) dnl=========================================================================dnl diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/smb4k/core/smb4kmounter.cpp new/smb4k-0.8.3/smb4k/core/smb4kmounter.cpp --- old/smb4k-0.8.2/smb4k/core/smb4kmounter.cpp 2007-04-04 20:14:28.000000000 +0200 +++ new/smb4k-0.8.3/smb4k/core/smb4kmounter.cpp 2007-05-02 18:38:44.000000000 +0200 @@ -899,7 +899,7 @@ { if ( KMessageBox::questionYesNo( 0, i18n( "Do you really want to force the unmounting of this share?" ), QString::null, KStdGuiItem::yes(), KStdGuiItem::no(), "Dont Ask Forced", KMessageBox::Notify ) == KMessageBox::Yes ) { - command = QString( "%1 smb4k_umount --suid --%2 -l " ).arg( suid_program ).arg( share->filesystem() ); + command = QString( "%1 smb4k_umount --suid -t %2 -l " ).arg( suid_program ).arg( share->filesystem() ); execute = true; } else @@ -913,11 +913,11 @@ { if ( !run_suid || suid_program.isEmpty() ) { - command = QString( "smb4k_umount --no-suid --%1 " ).arg( share->filesystem() ); + command = QString( "smb4k_umount --no-suid -t %1 " ).arg( share->filesystem() ); } else if ( run_suid && !suid_program.isEmpty() ) { - command = QString( "%1 smb4k_umount --suid --%2 " ).arg( suid_program ).arg( share->filesystem() ); + command = QString( "%1 smb4k_umount --suid -t %2 " ).arg( suid_program ).arg( share->filesystem() ); } } } @@ -929,7 +929,7 @@ { if ( KMessageBox::questionYesNo( 0, i18n( "Do you really want to force the unmounting of this share?" ), QString::null, KStdGuiItem::yes(), KStdGuiItem::no(), "Dont Ask Forced", KMessageBox::Notify ) == KMessageBox::Yes ) { - command = QString( "%1 smb4k_umount --suid --%2 -l " ).arg( suid_program ).arg( share->filesystem() ); + command = QString( "%1 smb4k_umount --suid -t %2 -l " ).arg( suid_program ).arg( share->filesystem() ); execute = true; } else @@ -943,11 +943,11 @@ { if ( !run_suid || suid_program.isEmpty() ) { - command = QString( "smb4k_umount --no-suid --%1 " ).arg( share->filesystem() ); + command = QString( "smb4k_umount --no-suid -t %1 " ).arg( share->filesystem() ); } else if ( run_suid && !suid_program.isEmpty() ) { - command = QString( "%1 smb4k_umount --suid --%2 " ).arg( suid_program ).arg( share->filesystem() ); + command = QString( "%1 smb4k_umount --suid -t %2 " ).arg( suid_program ).arg( share->filesystem() ); } } } @@ -1593,13 +1593,13 @@ { if ( run_suid ) { - command.append( QString( "%1 smb4k_umount --suid --%2 " ).arg( suid_program ).arg( (*it)->filesystem() ) ); + command.append( QString( "%1 smb4k_umount --suid -t %2 " ).arg( suid_program ).arg( (*it)->filesystem() ) ); command.append( KProcess::quote( (*it)->path() ) ); command.append( " ; " ); } else { - command.append( QString( "smb4k_umount --no-suid --%1 " ).arg( (*it)->filesystem() ) ); + command.append( QString( "smb4k_umount --no-suid -t %1 " ).arg( (*it)->filesystem() ) ); command.append( KProcess::quote( (*it)->path() ) ); command.append( " ; " ); } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/smb4k/smb4k.desktop new/smb4k-0.8.3/smb4k/smb4k.desktop --- old/smb4k-0.8.2/smb4k/smb4k.desktop 2006-06-25 11:35:16.000000000 +0200 +++ new/smb4k-0.8.3/smb4k/smb4k.desktop 2007-05-02 18:04:54.000000000 +0200 @@ -22,7 +22,7 @@ GenericName[ru]=The SMB/CIFS Share Browser GenericName[sk]=Prehliadač SMB/CIFS zdieľaní GenericName[sv]=SMB Katalog programmed -GenericName[tr]=The SMB/CIFS Share Browser +GenericName[tr]=SMB/CIFS Paylaşım Tarayıcısı GenericName[uk]=Навігатор спільних ресурсів SMB/CIFS GenericName[zh_CN]=SMB 共享浏览器 # @@ -70,7 +70,7 @@ Comment[ru]=The SMB/CIFS Share Browser Comment[sk]=Prehliadač SMB/CIFS zdieľaní Comment[sv]=SMB Katalog programmed -Comment[tr]=The SMB/CIFS Share Browser +Comment[tr]=SMB/CIFS Paylaşım Tarayıcısı Comment[uk]=Навігатор спільних ресурсів SMB/CIFS Comment[zh_CN]=SMB 共享浏览器 Exec=smb4k diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/smb4k-0.8.2/smb4k.kdevelop new/smb4k-0.8.3/smb4k.kdevelop --- old/smb4k-0.8.2/smb4k.kdevelop 2007-04-13 07:47:18.000000000 +0200 +++ new/smb4k-0.8.3/smb4k.kdevelop 2007-05-02 18:05:24.000000000 +0200 @@ -190,10 +190,10 @@ </kdevcppsupport> <kdevfilecreate> <filetypes> - <type icon="source_h" ext="h" name="C/C++ header" create="template" > + <type icon="source_h" ext="h" create="template" name="C/C++ header" > <descr>A new empty header file for C or C++.</descr> </type> - <type icon="source_cpp" ext="cpp" name="C++ source" create="template" > + <type icon="source_cpp" ext="cpp" create="template" name="C++ source" > <descr>A new empty C++ file.</descr> </type> </filetypes> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de