Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2015-03-01 14:52:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nfs-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes        
2015-01-21 21:52:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2015-03-01 14:52:16.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 16:30:00 UTC 2015 - km...@suse.com
+
+- Fix crash when accessing certain variables outside their block
+  local scope. (bnc#919061)
+
+-------------------------------------------------------------------

Old:
----
  yast2-nfs-client-3.1.13.tar.bz2

New:
----
  yast2-nfs-client-3.1.14.tar.bz2

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

Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.4k03Hh/_old  2015-03-01 14:52:17.000000000 +0100
+++ /var/tmp/diff_new_pack.4k03Hh/_new  2015-03-01 14:52:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        3.1.13
+Version:        3.1.14
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 

++++++ yast2-nfs-client-3.1.13.tar.bz2 -> yast2-nfs-client-3.1.14.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.13/.rubocop.yml 
new/yast2-nfs-client-3.1.14/.rubocop.yml
--- old/yast2-nfs-client-3.1.13/.rubocop.yml    2015-01-20 13:46:11.000000000 
+0100
+++ new/yast2-nfs-client-3.1.14/.rubocop.yml    2015-02-25 12:31:10.000000000 
+0100
@@ -22,7 +22,7 @@
 # Offense count: 47
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
-  Max: 223
+  Max: 224
 
 # Offense count: 13
 Metrics/PerceivedComplexity:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.13/package/yast2-nfs-client.changes 
new/yast2-nfs-client-3.1.14/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-3.1.13/package/yast2-nfs-client.changes        
2015-01-20 13:46:11.000000000 +0100
+++ new/yast2-nfs-client-3.1.14/package/yast2-nfs-client.changes        
2015-02-25 12:31:10.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Feb 24 16:30:00 UTC 2015 - km...@suse.com
+
+- Fix crash when accessing certain variables outside their block
+  local scope. (bnc#919061)
+
+-------------------------------------------------------------------
 Thu Jan  8 08:58:15 UTC 2015 - mvid...@suse.com
 
 - Used Rubocop to enforce a consistent coding style.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.13/package/yast2-nfs-client.spec 
new/yast2-nfs-client-3.1.14/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-3.1.13/package/yast2-nfs-client.spec   2015-01-20 
13:46:11.000000000 +0100
+++ new/yast2-nfs-client-3.1.14/package/yast2-nfs-client.spec   2015-02-25 
12:31:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        3.1.13
+Version:        3.1.14
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.13/src/include/nfs/ui.rb 
new/yast2-nfs-client-3.1.14/src/include/nfs/ui.rb
--- old/yast2-nfs-client-3.1.13/src/include/nfs/ui.rb   2015-01-20 
13:46:11.000000000 +0100
+++ new/yast2-nfs-client-3.1.14/src/include/nfs/ui.rb   2015-02-25 
12:31:10.000000000 +0100
@@ -88,6 +88,7 @@
     def ChooseItem(title, items)
       items = deep_copy(items)
       item = nil
+      ret = nil
 
       UI.OpenDialog(
         VBox(
@@ -204,6 +205,7 @@
       options = "defaults"
       servers = []
       old = ""
+      ret = nil
 
       if fstab_ent
         couple = SpecToServPath(Ops.get_string(fstab_ent, "spec", ""))
@@ -668,6 +670,8 @@
     # NFS client dialog itselfs
     # @return `back, `abort or `next
     def FstabDialog
+      ret = nil
+      event = nil
       Wizard.SetScreenShotName("nfs-client-1-fstab")
 
       @nfs_entries = deep_copy(Nfs.nfs_entries)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to