Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2017-08-04 11:57:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ntp-client"

Fri Aug  4 11:57:45 2017 rev:98 rq:514191 version:3.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes        
2017-07-17 10:31:39.495447047 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2017-08-04 11:57:45.241398248 +0200
@@ -1,0 +2,6 @@
+Thu Aug  3 08:51:24 UTC 2017 - jreidin...@suse.com
+
+- fix crash in ntp-client (bsc#1051899)
+- 3.3.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-ntp-client-3.3.2.tar.bz2

New:
----
  yast2-ntp-client-3.3.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.C0Snn6/_old  2017-08-04 11:57:46.089278573 +0200
+++ /var/tmp/diff_new_pack.C0Snn6/_new  2017-08-04 11:57:46.097277444 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.3.2
+Version:        3.3.3
 Release:        0
 Summary:        YaST2 - NTP Client Configuration
 License:        GPL-2.0+

++++++ yast2-ntp-client-3.3.2.tar.bz2 -> yast2-ntp-client-3.3.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.3.2/package/yast2-ntp-client.changes 
new/yast2-ntp-client-3.3.3/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-3.3.2/package/yast2-ntp-client.changes 2017-07-14 
17:47:11.600785952 +0200
+++ new/yast2-ntp-client-3.3.3/package/yast2-ntp-client.changes 2017-08-03 
10:56:07.595219746 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Aug  3 08:51:24 UTC 2017 - jreidin...@suse.com
+
+- fix crash in ntp-client (bsc#1051899)
+- 3.3.3
+
+-------------------------------------------------------------------
 Thu Jul 13 14:23:11 UTC 2017 - jreidin...@suse.com
 
 - fix crash when restrict entry in autoyast have empty value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.3.2/package/yast2-ntp-client.spec 
new/yast2-ntp-client-3.3.3/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-3.3.2/package/yast2-ntp-client.spec    2017-07-14 
17:47:11.600785952 +0200
+++ new/yast2-ntp-client-3.3.3/package/yast2-ntp-client.spec    2017-08-03 
10:56:07.595219746 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.3.2
+Version:        3.3.3
 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-3.3.2/src/include/ntp-client/widgets.rb 
new/yast2-ntp-client-3.3.3/src/include/ntp-client/widgets.rb
--- old/yast2-ntp-client-3.3.2/src/include/ntp-client/widgets.rb        
2017-07-14 17:47:11.608785952 +0200
+++ new/yast2-ntp-client-3.3.3/src/include/ntp-client/widgets.rb        
2017-08-03 10:56:07.599219746 +0200
@@ -282,7 +282,7 @@
       if event["ID"] == "complex_button"
         # true  - check and report the missing server value
         # false - the opposite
-        handle_the_server = !UI.QueryWidget(Id("server_address"), 
:Value).to_s.emtpy?
+        handle_the_server = !UI.QueryWidget(Id("server_address"), 
:Value).to_s.empty?
 
         conf_check = CheckCurrentSimpleConfiguration(handle_the_server)
         log.info("Checking the current simple configuration returned: 
#{conf_check}")


Reply via email to