Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-firewall for openSUSE:Factory checked in at 2021-04-01 14:16:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old) and /work/SRC/openSUSE:Factory/.yast2-firewall.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firewall" Thu Apr 1 14:16:10 2021 rev:90 rq:882177 version:4.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes 2021-02-26 21:58:06.251749827 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-firewall.new.2401/yast2-firewall.changes 2021-04-01 14:16:26.099906987 +0200 @@ -1,0 +2,7 @@ +Mon Mar 29 10:14:23 UTC 2021 - Imobach Gonzalez Sosa <[email protected]> + +- Do not display "No widget..." error messages when opening + a firewall zone widget (bsc#1184115). +- 4.3.11 + +------------------------------------------------------------------- Old: ---- yast2-firewall-4.3.10.tar.bz2 New: ---- yast2-firewall-4.3.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firewall.spec ++++++ --- /var/tmp/diff_new_pack.Jbs3qe/_old 2021-04-01 14:16:26.447907386 +0200 +++ /var/tmp/diff_new_pack.Jbs3qe/_new 2021-04-01 14:16:26.451907390 +0200 @@ -17,7 +17,7 @@ Name: yast2-firewall -Version: 4.3.10 +Version: 4.3.11 Release: 0 Summary: YaST2 - Firewall Configuration License: GPL-2.0-only @@ -30,13 +30,13 @@ BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-testsuite -# Y2Firewall::Firewalld#modified_from_default -BuildRequires: yast2 >= 4.3.17 +# CWM::AbstractWidget#displayed? +BuildRequires: yast2 >= 4.3.60 BuildRequires: rubygem(%rb_default_ruby_abi:rspec) BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) -# Y2Firewall::Firewalld#modified_from_default -Requires: yast2 >= 4.3.17 +# CWM::AbstractWidget#displayed? +Requires: yast2 >= 4.3.60 Requires: yast2-ruby-bindings >= 1.0.0 # ButtonBox widget ++++++ yast2-firewall-4.3.10.tar.bz2 -> yast2-firewall-4.3.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-4.3.10/package/yast2-firewall.changes new/yast2-firewall-4.3.11/package/yast2-firewall.changes --- old/yast2-firewall-4.3.10/package/yast2-firewall.changes 2021-02-12 16:00:27.000000000 +0100 +++ new/yast2-firewall-4.3.11/package/yast2-firewall.changes 2021-03-30 15:34:33.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Mar 29 10:14:23 UTC 2021 - Imobach Gonzalez Sosa <[email protected]> + +- Do not display "No widget..." error messages when opening + a firewall zone widget (bsc#1184115). +- 4.3.11 + +------------------------------------------------------------------- Fri Feb 12 14:31:50 UTC 2021 - Ancor Gonzalez Sosa <[email protected]> - Adapted unit test to recent changes in Yast::Report (related to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-4.3.10/package/yast2-firewall.spec new/yast2-firewall-4.3.11/package/yast2-firewall.spec --- old/yast2-firewall-4.3.10/package/yast2-firewall.spec 2021-02-12 16:00:27.000000000 +0100 +++ new/yast2-firewall-4.3.11/package/yast2-firewall.spec 2021-03-30 15:34:33.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-firewall -Version: 4.3.10 +Version: 4.3.11 Release: 0 Summary: YaST2 - Firewall Configuration Group: System/YaST @@ -28,13 +28,13 @@ BuildRequires: perl-XML-Writer update-desktop-files yast2-testsuite BuildRequires: yast2-devtools >= 4.2.2 -# Y2Firewall::Firewalld#modified_from_default -BuildRequires: yast2 >= 4.3.17 +# CWM::AbstractWidget#displayed? +BuildRequires: yast2 >= 4.3.60 BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) BuildRequires: rubygem(%rb_default_ruby_abi:rspec) -# Y2Firewall::Firewalld#modified_from_default -Requires: yast2 >= 4.3.17 +# CWM::AbstractWidget#displayed? +Requires: yast2 >= 4.3.60 Requires: yast2-ruby-bindings >= 1.0.0 # ButtonBox widget diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-4.3.10/src/lib/y2firewall/widgets/services_table.rb new/yast2-firewall-4.3.11/src/lib/y2firewall/widgets/services_table.rb --- old/yast2-firewall-4.3.10/src/lib/y2firewall/widgets/services_table.rb 2021-02-12 16:00:27.000000000 +0100 +++ new/yast2-firewall-4.3.11/src/lib/y2firewall/widgets/services_table.rb 2021-03-30 15:34:33.000000000 +0200 @@ -71,7 +71,7 @@ def services=(services) old_services = @services @services = services - change_items(items) + change_items(items) if displayed? return if Yast::UI.TextMode
