Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2018-02-24 16:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old) and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client" Sat Feb 24 16:35:53 2018 rev:102 rq:579044 version:4.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2018-02-02 22:19:24.853909070 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2018-02-24 16:35:55.056925251 +0100 @@ -1,0 +2,7 @@ +Thu Feb 22 15:21:04 UTC 2018 - [email protected] + +- Inform user when client cannot sync with NTP server after the + user clik on "sync time now" (bsc#1081000) +- 4.0.8 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-4.0.7.tar.bz2 New: ---- yast2-ntp-client-4.0.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.9f7G3F/_old 2018-02-24 16:35:55.732900920 +0100 +++ /var/tmp/diff_new_pack.9f7G3F/_new 2018-02-24 16:35:55.740900632 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.7 +Version: 4.0.8 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ ++++++ yast2-ntp-client-4.0.7.tar.bz2 -> yast2-ntp-client-4.0.8.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.7/package/yast2-ntp-client.changes new/yast2-ntp-client-4.0.8/package/yast2-ntp-client.changes --- old/yast2-ntp-client-4.0.7/package/yast2-ntp-client.changes 2018-02-02 18:24:58.000000000 +0100 +++ new/yast2-ntp-client-4.0.8/package/yast2-ntp-client.changes 2018-02-22 16:42:01.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Feb 22 15:21:04 UTC 2018 - [email protected] + +- Inform user when client cannot sync with NTP server after the + user clik on "sync time now" (bsc#1081000) +- 4.0.8 + +------------------------------------------------------------------- Fri Feb 2 16:38:55 UTC 2018 - [email protected] - set properly range for sync interval (bsc#1079117) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.7/package/yast2-ntp-client.spec new/yast2-ntp-client-4.0.8/package/yast2-ntp-client.spec --- old/yast2-ntp-client-4.0.7/package/yast2-ntp-client.spec 2018-02-02 18:24:58.000000000 +0100 +++ new/yast2-ntp-client-4.0.8/package/yast2-ntp-client.spec 2018-02-22 16:42:01.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.7 +Version: 4.0.8 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.7/src/clients/ntp-client_proposal.rb new/yast2-ntp-client-4.0.8/src/clients/ntp-client_proposal.rb --- old/yast2-ntp-client-4.0.7/src/clients/ntp-client_proposal.rb 2018-02-02 18:24:58.000000000 +0100 +++ new/yast2-ntp-client-4.0.8/src/clients/ntp-client_proposal.rb 2018-02-22 16:42:01.000000000 +0100 @@ -370,7 +370,7 @@ if NetworkService.isNetworkRunning # Only if network is running try to synchronize the ntp server Popup.ShowFeedback("", _("Synchronizing with NTP server...")) - NtpClient.sync_once(ntp_server) + ret = NtpClient.sync_once(ntp_server) Popup.ClearFeedback end
