Hello community, here is the log from the commit of package yast2-ntp-client checked in at Tue Oct 28 18:21:21 CET 2008. -------- --- yast2-ntp-client/yast2-ntp-client.changes 2008-10-15 13:25:02.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-ntp-client/yast2-ntp-client.changes 2008-10-28 15:50:11.822610000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 28 15:47:41 CET 2008 - varkoly@suse.de + +- (bnc#438704) – ntp server do not work +- 2.17.5 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-ntp-client-2.17.4.tar.bz2 New: ---- yast2-ntp-client-2.17.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.R32735/_old 2008-10-28 18:19:31.000000000 +0100 +++ /var/tmp/diff_new_pack.R32735/_new 2008-10-28 18:19:31.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.17.4) +# spec file for package yast2-ntp-client (Version 2.17.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-ntp-client -Version: 2.17.4 +Version: 2.17.5 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.17.4.tar.bz2 +Source0: yast2-ntp-client-2.17.5.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country-data @@ -46,7 +46,7 @@ Lukas Ocilka <locilka@suse.cz> %prep -%setup -n yast2-ntp-client-2.17.4 +%setup -n yast2-ntp-client-2.17.5 %build %{prefix}/bin/y2tool y2autoconf @@ -83,6 +83,9 @@ %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Tue Oct 28 2008 varkoly@suse.de +- (bnc#438704) – ntp server do not work +- 2.17.5 * Wed Oct 15 2008 mvidner@suse.cz - Use sntp instead of ntpdate which is obsolete (bnc#431516). - 2.17.4 ++++++ yast2-ntp-client-2.17.4.tar.bz2 -> yast2-ntp-client-2.17.5.tar.bz2 ++++++ ++++ 3282 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-ntp-client-2.17.4/src/widgets.ycp new/yast2-ntp-client-2.17.5/src/widgets.ycp --- old/yast2-ntp-client-2.17.4/src/widgets.ycp 2008-08-18 12:29:09.000000000 +0200 +++ new/yast2-ntp-client-2.17.5/src/widgets.ycp 2008-10-28 15:47:18.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Widgets definitions * Authors: Jiri Srain <jsrain@suse.cz> * - * $Id: widgets.ycp 50165 2008-08-18 10:29:09Z mvidner $ + * $Id: widgets.ycp 52626 2008-10-28 14:47:18Z varkoly $ */ { @@ -692,7 +692,7 @@ * @param id any widget id */ define void optionsInit (string id) ``{ - UI::ChangeWidget (`id ("options"), `Value, NtpClient::selected_record["options"]:""); + UI::ChangeWidget (`id ("options"), `Value, NtpClient::selected_record["options"]:"iburst"); } /** diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-ntp-client-2.17.4/VERSION new/yast2-ntp-client-2.17.5/VERSION --- old/yast2-ntp-client-2.17.4/VERSION 2008-10-15 13:23:35.000000000 +0200 +++ new/yast2-ntp-client-2.17.5/VERSION 2008-10-28 15:48:27.000000000 +0100 @@ -1 +1 @@ -2.17.4 +2.17.5 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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