Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2018-02-24 16:36:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firewall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firewall"

Sat Feb 24 16:36:10 2018 rev:61 rq:579477 version:4.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes    
2018-02-16 21:41:31.429900615 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes       
2018-02-24 16:36:12.424300156 +0100
@@ -1,0 +2,12 @@
+Fri Feb 23 11:32:25 CET 2018 - [email protected]
+
+- Added textdomain for translation (bnc#1081458)
+- 4.0.16
+
+-------------------------------------------------------------------
+Mon Feb 19 13:36:05 CET 2018 - [email protected]
+
+- Fixed "default_zone" in rnc file. (bnc#1013047)
+- 4.0.15
+
+-------------------------------------------------------------------

Old:
----
  yast2-firewall-4.0.14.tar.bz2

New:
----
  yast2-firewall-4.0.16.tar.bz2

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

Other differences:
------------------
++++++ yast2-firewall.spec ++++++
--- /var/tmp/diff_new_pack.d5MOvk/_old  2018-02-24 16:36:13.140274386 +0100
+++ /var/tmp/diff_new_pack.d5MOvk/_new  2018-02-24 16:36:13.144274242 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        4.0.14
+Version:        4.0.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firewall-4.0.14.tar.bz2 -> yast2-firewall-4.0.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.14/package/yast2-firewall.changes 
new/yast2-firewall-4.0.16/package/yast2-firewall.changes
--- old/yast2-firewall-4.0.14/package/yast2-firewall.changes    2018-02-15 
17:35:58.000000000 +0100
+++ new/yast2-firewall-4.0.16/package/yast2-firewall.changes    2018-02-23 
12:09:25.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Fri Feb 23 11:32:25 CET 2018 - [email protected]
+
+- Added textdomain for translation (bnc#1081458)
+- 4.0.16
+
+-------------------------------------------------------------------
+Mon Feb 19 13:36:05 CET 2018 - [email protected]
+
+- Fixed "default_zone" in rnc file. (bnc#1013047)
+- 4.0.15
+
+-------------------------------------------------------------------
 Thu Feb 15 10:58:14 UTC 2018 - [email protected]
 
 - fate#323460
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.14/package/yast2-firewall.spec 
new/yast2-firewall-4.0.16/package/yast2-firewall.spec
--- old/yast2-firewall-4.0.14/package/yast2-firewall.spec       2018-02-15 
17:35:58.000000000 +0100
+++ new/yast2-firewall-4.0.16/package/yast2-firewall.spec       2018-02-23 
12:09:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        4.0.14
+Version:        4.0.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.14/src/autoyast-rnc/firewall.rnc 
new/yast2-firewall-4.0.16/src/autoyast-rnc/firewall.rnc
--- old/yast2-firewall-4.0.14/src/autoyast-rnc/firewall.rnc     2018-02-15 
17:35:58.000000000 +0100
+++ new/yast2-firewall-4.0.16/src/autoyast-rnc/firewall.rnc     2018-02-23 
12:09:25.000000000 +0100
@@ -24,6 +24,7 @@
   | FW_SERVICES_EXT_IP
   | start_firewall
   | enable_firewall
+  | default_zone
   | FW_ALLOW_FW_BROADCAST_DMZ
   | FW_ALLOW_FW_BROADCAST_INT
   | FW_ALLOW_FW_BROADCAST_EXT
@@ -84,6 +85,7 @@
 FW_SERVICES_EXT_IP = element FW_SERVICES_EXT_IP { text }
 start_firewall = element start_firewall { BOOLEAN }
 enable_firewall = element enable_firewall { BOOLEAN }
+default_zone = element default_zone { text }
 FW_ALLOW_FW_BROADCAST_DMZ = element FW_ALLOW_FW_BROADCAST_DMZ { text }
 FW_ALLOW_FW_BROADCAST_EXT = element FW_ALLOW_FW_BROADCAST_EXT { text }
 FW_ALLOW_FW_BROADCAST_INT = element FW_ALLOW_FW_BROADCAST_INT { text }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firewall-4.0.14/src/lib/y2firewall/widgets/proposal.rb 
new/yast2-firewall-4.0.16/src/lib/y2firewall/widgets/proposal.rb
--- old/yast2-firewall-4.0.14/src/lib/y2firewall/widgets/proposal.rb    
2018-02-15 17:35:58.000000000 +0100
+++ new/yast2-firewall-4.0.16/src/lib/y2firewall/widgets/proposal.rb    
2018-02-23 12:09:25.000000000 +0100
@@ -63,6 +63,7 @@
     # Enable firewall service checkbox
     class EnableFirewall < CWM::CheckBox
       def initialize(settings, widgets)
+        textdomain "firewall"
         @settings = settings
         @widgets = widgets
       end
@@ -111,6 +112,7 @@
     # Enable sshd service checkbox
     class EnableSSHD < CWM::CheckBox
       def initialize(settings)
+        textdomain "firewall"
         @settings = settings
       end
 
@@ -143,6 +145,7 @@
     # Open ssh port checkbox
     class OpenSSHPort < CWM::CheckBox
       def initialize(settings)
+        textdomain "firewall"
         @settings = settings
       end
 
@@ -167,6 +170,7 @@
     # Open vnc port checkbox
     class OpenVNCPorts < CWM::CheckBox
       def initialize(settings)
+        textdomain "firewall"
         @settings = settings
       end
 


Reply via email to