Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2018-06-13 15:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ftp-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ftp-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ftp-server"

Wed Jun 13 15:40:21 2018 rev:62 rq:616075 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes        
2018-06-13 15:37:19.701113440 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2018-06-13 15:40:59.737016454 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 13:36:16 UTC 2018 - [email protected]
+
+- Do not modify value when Browse dialog is canceled (bsc#1041829)
+- 4.1.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-ftp-server-4.1.0.tar.bz2

New:
----
  yast2-ftp-server-4.1.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-ftp-server.spec ++++++
--- /var/tmp/diff_new_pack.8U2Nw2/_old  2018-06-13 15:41:00.680981723 +0200
+++ /var/tmp/diff_new_pack.8U2Nw2/_new  2018-06-13 15:41:00.684981575 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ftp-server
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-ftp-server-4.1.0.tar.bz2 -> yast2-ftp-server-4.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-4.1.0/package/yast2-ftp-server.changes 
new/yast2-ftp-server-4.1.1/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-4.1.0/package/yast2-ftp-server.changes 2018-06-07 
13:28:11.000000000 +0200
+++ new/yast2-ftp-server-4.1.1/package/yast2-ftp-server.changes 2018-06-11 
17:06:41.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jun 11 13:36:16 UTC 2018 - [email protected]
+
+- Do not modify value when Browse dialog is canceled (bsc#1041829)
+- 4.1.1
+
+-------------------------------------------------------------------
 Thu Jun  7 09:22:47 UTC 2018 - [email protected]
 
 - Drop SSLv2 and SSLv3 as it is dropped for security reason for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-4.1.0/package/yast2-ftp-server.spec 
new/yast2-ftp-server-4.1.1/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-4.1.0/package/yast2-ftp-server.spec    2018-06-07 
13:28:11.000000000 +0200
+++ new/yast2-ftp-server-4.1.1/package/yast2-ftp-server.spec    2018-06-11 
17:06:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ftp-server
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-4.1.0/src/include/ftp-server/wid_functions.rb 
new/yast2-ftp-server-4.1.1/src/include/ftp-server/wid_functions.rb
--- old/yast2-ftp-server-4.1.0/src/include/ftp-server/wid_functions.rb  
2018-06-07 13:28:11.000000000 +0200
+++ new/yast2-ftp-server-4.1.1/src/include/ftp-server/wid_functions.rb  
2018-06-11 17:06:41.000000000 +0200
@@ -319,7 +319,7 @@
       button = Ops.get(event, "ID")
       if button == "BrowseAnon"
         val = UI.AskForExistingDirectory("/", _("Select directory"))
-        UI.ChangeWidget(Id("FtpDirAnon"), :Value, val)
+        UI.ChangeWidget(Id("FtpDirAnon"), :Value, val) if val
       end
       nil
     end
@@ -355,7 +355,7 @@
       button = Ops.get(event, "ID")
       if button == "BrowseLocal"
         val = UI.AskForExistingDirectory("/", _("Select directory"))
-        UI.ChangeWidget(Id("FtpDirLocal"), :Value, val)
+        UI.ChangeWidget(Id("FtpDirLocal"), :Value, val) if val
       end
       nil
     end
@@ -1040,7 +1040,7 @@
       button = Ops.get(event, "ID")
       if button == "BrowseCertFile"
         val = UI.AskForExistingFile("/", "*.*", _("Select File"))
-        UI.ChangeWidget(Id("CertFile"), :Value, val)
+        UI.ChangeWidget(Id("CertFile"), :Value, val) if val
       end
 
       nil


Reply via email to