commit yast2-samba-client for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-samba-client for openSUSE:Factory checked in at Thu Mar 24 10:51:00 CET 2011. -------- --- yast2-samba-client/yast2-samba-client.changes 2011-01-05 16:04:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-samba-client/yast2-samba-client.changes 2011-03-23 15:05:03.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 23 12:40:12 CET 2011 - jsuchome@suse.cz + +- aborting in Stage::cont does not abort installation (bnc#678650) +- 2.21.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-samba-client-2.20.2.tar.bz2 New: ---- yast2-samba-client-2.21.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-samba-client.spec ++++++ --- /var/tmp/diff_new_pack.mIEuYc/_old 2011-03-24 10:50:40.000000000 +0100 +++ /var/tmp/diff_new_pack.mIEuYc/_new 2011-03-24 10:50:40.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-samba-client (Version 2.20.2) +# spec file for package yast2-samba-client # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,11 +19,11 @@ Name: yast2-samba-client -Version: 2.20.2 +Version: 2.21.0 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-samba-client-2.20.2.tar.bz2 +Source0: yast2-samba-client-2.21.0.tar.bz2 Prefix: /usr @@ -47,7 +47,7 @@ workgroup/domain and authentication against an SMB domain. %prep -%setup -n yast2-samba-client-2.20.2 +%setup -n yast2-samba-client-2.21.0 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-samba-client-2.20.2.tar.bz2 -> yast2-samba-client-2.21.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-2.20.2/VERSION new/yast2-samba-client-2.21.0/VERSION --- old/yast2-samba-client-2.20.2/VERSION 2011-01-05 16:01:45.000000000 +0100 +++ new/yast2-samba-client-2.21.0/VERSION 2011-03-23 12:40:31.000000000 +0100 @@ -1 +1 @@ -2.20.2 +2.21.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-2.20.2/src/Samba.ycp new/yast2-samba-client-2.21.0/src/Samba.ycp --- old/yast2-samba-client-2.20.2/src/Samba.ycp 2011-01-05 15:57:38.000000000 +0100 +++ new/yast2-samba-client-2.21.0/src/Samba.ycp 2011-01-10 12:25:35.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Data for configuration of samba-client, input and output functions. * Authors: Stanislav Visnovsky <visnov@suse.cz> * - * $Id: Samba.ycp 60041 2009-12-10 12:59:56Z jsuchome $ + * $Id: Samba.ycp 63096 2011-01-05 15:15:19Z jsuchome $ * * Representation of the configuration of samba-client. * Input and output routines. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-2.20.2/src/SambaConfig.pm new/yast2-samba-client-2.21.0/src/SambaConfig.pm --- old/yast2-samba-client-2.20.2/src/SambaConfig.pm 2011-01-05 15:53:53.000000000 +0100 +++ new/yast2-samba-client-2.21.0/src/SambaConfig.pm 2011-01-05 16:15:21.000000000 +0100 @@ -4,7 +4,7 @@ # Summary: Manage samba configuration data (smb.conf). # Authors: Martin Lazar <mlazar@suse.cz> # -# $Id: SambaConfig.pm 60974 2010-02-23 10:41:10Z jsuchome $ +# $Id: SambaConfig.pm 63096 2011-01-05 15:15:19Z jsuchome $ # # Functions for acess to samba configuration file. It provide # unified acces to configuration keys including aliases and other diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-2.20.2/src/routines.ycp new/yast2-samba-client-2.21.0/src/routines.ycp --- old/yast2-samba-client-2.20.2/src/routines.ycp 2010-07-15 13:44:50.000000000 +0200 +++ new/yast2-samba-client-2.21.0/src/routines.ycp 2011-03-23 15:00:09.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Miscelanous functions for configuration of samba-client. * Authors: Stanislav Visnovsky <visnov@suse.cz> * - * $Id: routines.ycp 62262 2010-07-15 11:44:50Z jsuchome $ + * $Id: routines.ycp 63652 2011-03-23 14:00:08Z jsuchome $ */ { @@ -132,9 +132,7 @@ * @return true if abort is confirmed */ define boolean ReallyAbort() ``{ - return (Stage::cont() && !contains (WFM::Args (), "from_users")) ? - Popup::ConfirmAbort (`incomplete) : - (!Samba::GetModified() || Popup::ReallyAbort(true)); + return (Samba::GetModified () || Stage::cont ()) ? Popup::ReallyAbort (true) : true; } /** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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