Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2019-03-06 19:03:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Wed Mar  6 19:03:18 2019 rev:404 rq:682134 version:4.1.43

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2019-02-28 21:48:54.929383865 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.28833/yast2-network.changes   
2019-03-06 19:03:22.429075342 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 12:08:05 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Fixed "can't modify frozen String" crashes (related to
+  bsc#1125006 and gh#yast/yast-ruby-bindings#228)
+- 4.1.43
+
+-------------------------------------------------------------------

Old:
----
  yast2-network-4.1.42.tar.bz2

New:
----
  yast2-network-4.1.43.tar.bz2

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.2qgn38/_old  2019-03-06 19:03:23.597075062 +0100
+++ /var/tmp/diff_new_pack.2qgn38/_new  2019-03-06 19:03:23.597075062 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.1.42
+Version:        4.1.43
 Release:        0
 BuildArch:      noarch
 

++++++ yast2-network-4.1.42.tar.bz2 -> yast2-network-4.1.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.1.42/package/yast2-network.changes 
new/yast2-network-4.1.43/package/yast2-network.changes
--- old/yast2-network-4.1.42/package/yast2-network.changes      2019-02-28 
17:21:23.000000000 +0100
+++ new/yast2-network-4.1.43/package/yast2-network.changes      2019-03-06 
13:21:33.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Mar  6 12:08:05 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Fixed "can't modify frozen String" crashes (related to
+  bsc#1125006 and gh#yast/yast-ruby-bindings#228)
+- 4.1.43
+
+-------------------------------------------------------------------
 Wed Feb 27 15:08:09 UTC 2019 - knut.anders...@suse.com
 
 - Installation proposal (bsc#1127228, bsc#1124478, bsc#1124498):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.1.42/package/yast2-network.spec 
new/yast2-network-4.1.43/package/yast2-network.spec
--- old/yast2-network-4.1.42/package/yast2-network.spec 2019-02-28 
17:21:23.000000000 +0100
+++ new/yast2-network-4.1.43/package/yast2-network.spec 2019-03-06 
13:21:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.1.42
+Version:        4.1.43
 Release:        0
 BuildArch:      noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-4.1.42/src/lib/y2network/widgets/firewall_zone.rb 
new/yast2-network-4.1.43/src/lib/y2network/widgets/firewall_zone.rb
--- old/yast2-network-4.1.42/src/lib/y2network/widgets/firewall_zone.rb 
2019-02-28 17:21:23.000000000 +0100
+++ new/yast2-network-4.1.43/src/lib/y2network/widgets/firewall_zone.rb 
2019-03-06 13:21:33.000000000 +0100
@@ -113,7 +113,7 @@
             "The selected ZONE will be added to the ifcfg as well as the 
firewalld " \
             "permanent configuration.</p>")
 
-        help_text << zones_help if installed?
+        help_text += zones_help if installed?
         help_text
       end
 


Reply via email to