Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2019-03-14 14:53:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Thu Mar 14 14:53:56 2019 rev:67 rq:684076 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2018-12-31 09:42:09.670424337 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-nis-client.new.28833/yast2-nis-client.changes 
    2019-03-14 14:54:01.763772979 +0100
@@ -1,0 +2,6 @@
+Mon Mar 11 16:43:56 UTC 2019 - Stefan Hundhammer <shundham...@suse.com>
+
+- Prevent UI syntax error due to nil in widget term (bsc#1126515)
+- 4.1.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-4.1.0.tar.bz2

New:
----
  yast2-nis-client-4.1.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.7OLjkW/_old  2019-03-14 14:54:02.535772860 +0100
+++ /var/tmp/diff_new_pack.7OLjkW/_new  2019-03-14 14:54:02.535772860 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 

++++++ yast2-nis-client-4.1.0.tar.bz2 -> yast2-nis-client-4.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-4.1.0/package/yast2-nis-client.changes 
new/yast2-nis-client-4.1.1/package/yast2-nis-client.changes
--- old/yast2-nis-client-4.1.0/package/yast2-nis-client.changes 2018-12-04 
14:50:47.000000000 +0100
+++ new/yast2-nis-client-4.1.1/package/yast2-nis-client.changes 2019-03-11 
17:59:28.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Mar 11 16:43:56 UTC 2019 - Stefan Hundhammer <shundham...@suse.com>
+
+- Prevent UI syntax error due to nil in widget term (bsc#1126515)
+- 4.1.1
+
+-------------------------------------------------------------------
 Tue Dec  4 11:09:02 UTC 2018 - jreidin...@suse.com
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.0/package/yast2-nis-client.spec 
new/yast2-nis-client-4.1.1/package/yast2-nis-client.spec
--- old/yast2-nis-client-4.1.0/package/yast2-nis-client.spec    2018-12-04 
14:50:47.000000000 +0100
+++ new/yast2-nis-client-4.1.1/package/yast2-nis-client.spec    2019-03-11 
17:59:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.0/src/include/nis/ui.rb 
new/yast2-nis-client-4.1.1/src/include/nis/ui.rb
--- old/yast2-nis-client-4.1.0/src/include/nis/ui.rb    2018-12-04 
14:50:47.000000000 +0100
+++ new/yast2-nis-client-4.1.1/src/include/nis/ui.rb    2019-03-11 
17:59:28.000000000 +0100
@@ -694,7 +694,7 @@
 
       local_only = Nis.local_only
       broken_server = Nis.broken_server
-      options = Nis.options
+      options = Nis.options || ""
 
       contents = HSquash(
         VBox(


Reply via email to