Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2014-11-15 11:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firewall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firewall"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes    
2013-11-30 17:40:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes       
2014-11-15 12:30:50.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 10 14:26:46 UTC 2014 - [email protected]
+
+- fix breakage of progress in autoinstallation (bnc#845826)
+- 3.1.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-firewall.spec ++++++
--- /var/tmp/diff_new_pack.YSeaLq/_old  2014-11-15 12:30:50.000000000 +0100
+++ /var/tmp/diff_new_pack.YSeaLq/_new  2014-11-15 12:30:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firewall
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -25,7 +25,7 @@
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
 # IP::CheckNetwork
 BuildRequires:  yast2 >= 2.23.25

++++++ yast2-firewall-3.1.1.tar.bz2 -> yast2-firewall-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/.travis.yml 
new/yast2-firewall-3.1.2/.travis.yml
--- old/yast2-firewall-3.1.1/.travis.yml        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-firewall-3.1.2/.travis.yml        2014-11-14 18:27:11.000000000 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"rspec:2.14.1 yast-rake gettext"
+script:
+    - rake check:syntax
+    - rake check:pot
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/MAINTAINER 
new/yast2-firewall-3.1.2/MAINTAINER
--- old/yast2-firewall-3.1.1/MAINTAINER 2013-11-28 11:08:10.000000000 +0100
+++ new/yast2-firewall-3.1.2/MAINTAINER 2014-11-14 18:27:11.000000000 +0100
@@ -1 +1 @@
-YaST2 Maintainers <[email protected]>
+Deprecated file. Use `osc maintainer yast2-firewall` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/README.markdown 
new/yast2-firewall-3.1.2/README.markdown
--- old/yast2-firewall-3.1.1/README.markdown    2013-11-28 11:08:10.000000000 
+0100
+++ new/yast2-firewall-3.1.2/README.markdown    2014-11-14 18:27:11.000000000 
+0100
@@ -1,5 +1,8 @@
 # YaST Firewall - Configures SuSEfirewall2 #
 
+[![Travis 
Build](https://travis-ci.org/yast/yast-firewall.svg?branch=master)](https://travis-ci.org/yast/yast-firewall)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firewall-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firewall-master/)
+
 This repository contains basic set of shared libraries and so-called SCR agents
 used for reading and writing configuration files and some even for executing
 commands on the system.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/VERSION 
new/yast2-firewall-3.1.2/VERSION
--- old/yast2-firewall-3.1.1/VERSION    2013-11-28 11:08:10.000000000 +0100
+++ new/yast2-firewall-3.1.2/VERSION    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/package/yast2-firewall.changes 
new/yast2-firewall-3.1.2/package/yast2-firewall.changes
--- old/yast2-firewall-3.1.1/package/yast2-firewall.changes     2013-11-28 
11:08:10.000000000 +0100
+++ new/yast2-firewall-3.1.2/package/yast2-firewall.changes     2014-11-14 
18:27:11.000000000 +0100
@@ -1,8 +1,14 @@
 -------------------------------------------------------------------
+Mon Nov 10 14:26:46 UTC 2014 - [email protected]
+
+- fix breakage of progress in autoinstallation (bnc#845826)
+- 3.1.2
+
+-------------------------------------------------------------------
 Wed Nov 27 15:04:21 CET 2013 - [email protected]
 
-- make autoyast automatically install SuSEfirewall2 when 
-  yast2-firewall is installed (bnc#845294) 
+- make autoyast automatically install SuSEfirewall2 when
+  yast2-firewall is installed (bnc#845294)
 
 -------------------------------------------------------------------
 Thu Nov  7 21:01:38 UTC 2013 - [email protected]
@@ -23,7 +29,7 @@
 Wed Aug 21 07:21:20 UTC 2013 - [email protected]
 
 - moved firewall enabling / disabling from second stage to first stage
-- 3.0.1 
+- 3.0.1
 
 -------------------------------------------------------------------
 Wed Jul 31 08:29:04 UTC 2013 - [email protected]
@@ -43,7 +49,7 @@
 Fri Jun 28 10:28:33 UTC 2013 - [email protected]
 
 - added Start / Stop commands into CLI
-- 2.24.1 
+- 2.24.1
 
 -------------------------------------------------------------------
 Mon May  6 15:08:31 CEST 2013 - [email protected]
@@ -68,7 +74,7 @@
 -------------------------------------------------------------------
 Thu Mar 29 14:45:40 CEST 2012 - [email protected]
 
-- merged proofread texts 
+- merged proofread texts
 
 -------------------------------------------------------------------
 Fri Nov  4 15:50:22 CET 2011 - [email protected]
@@ -104,7 +110,7 @@
 Wed Jan 13 18:56:03 CET 2010 - [email protected]
 
 - Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
-  where root privileges are needed, removed X-KDE-SubstituteUID key 
+  where root privileges are needed, removed X-KDE-SubstituteUID key
   (bnc#540627)
 
 -------------------------------------------------------------------
@@ -112,7 +118,7 @@
 
 - Adapted to new Netmask API - prefix and netmask are now checked
   by two separate functions
-- 2.19.0 
+- 2.19.0
 
 -------------------------------------------------------------------
 Fri Nov 20 13:12:06 CET 2009 - [email protected]
@@ -124,7 +130,7 @@
 
 - Enable SSH service if user opts for opening SSH port in fw
   (bnc#537980)
-- 2.18.1 
+- 2.18.1
 
 -------------------------------------------------------------------
 Tue Jan 20 14:54:18 CET 2009 - [email protected]
@@ -258,7 +264,7 @@
 
 - UI adjusted to be possible to proceed with more services defined
   by package with the same name / translation.
-- Requires yast2 >= 2.16.22 
+- Requires yast2 >= 2.16.22
 
 -------------------------------------------------------------------
 Tue Dec  4 15:30:30 CET 2007 - [email protected]
@@ -449,7 +455,7 @@
 Fri Jan  6 15:27:07 CET 2006 - [email protected]
 
 - Adjusting for SLES10
-- 2.13.4 
+- 2.13.4
 
 -------------------------------------------------------------------
 Wed Jan  4 10:27:52 CET 2006 - [email protected]
@@ -494,7 +500,7 @@
 - Fixing bug #104635
   From now, YaST doesn't complain when the additional allowed port
   is a numeric range of ports such as "550:570".
-- 2.12.4 
+- 2.12.4
 
 -------------------------------------------------------------------
 Wed Aug 10 09:30:10 CEST 2005 - [email protected]
@@ -547,7 +553,7 @@
 Wed Mar  2 12:51:51 CET 2005 - [email protected]
 
 - merged proofed texts
-- 2.11.10 
+- 2.11.10
 
 -------------------------------------------------------------------
 Wed Mar  2 10:40:40 CET 2005 - [email protected]
@@ -615,7 +621,7 @@
 - More informative Summarization
 - Support for new SuSEfirewall2's broadcast implementation
 - Added help texts
-- 2.11.4 
+- 2.11.4
 
 -------------------------------------------------------------------
 Tue Dec 21 09:09:09 CET 2004 - [email protected]
@@ -706,7 +712,7 @@
 Fri Sep  3 12:44:38 CEST 2004 - [email protected]
 
 - fixed #44656 Firewall in install proposal is disabled by default
-  if there are any dial-up interfaces, they are proposed as 
+  if there are any dial-up interfaces, they are proposed as
   external interfaces, other interfaces as internal interfaces and
   the firewall is proposed to be enabled.
 
@@ -750,7 +756,7 @@
 -------------------------------------------------------------------
 Fri Aug 27 11:23:55 CEST 2004 - [email protected]
 
-- fix HaveService() for any device (join separated by spaces) 
+- fix HaveService() for any device (join separated by spaces)
 
 -------------------------------------------------------------------
 Thu Aug 26 12:48:38 CEST 2004 - [email protected]
@@ -851,7 +857,7 @@
 Wed Mar 10 01:47:00 CET 2004 - [email protected]
 
 - V 2.9.9
-- Migration to new wizard 
+- Migration to new wizard
 
 -------------------------------------------------------------------
 Tue Mar  9 11:30:07 CET 2004 - [email protected]
@@ -874,7 +880,7 @@
 -------------------------------------------------------------------
 Wed Mar  3 13:34:05 CET 2004 - [email protected]
 
-- fixed type info 
+- fixed type info
 
 -------------------------------------------------------------------
 Tue Mar  2 12:30:43 CET 2004 - [email protected]
@@ -905,7 +911,7 @@
 -------------------------------------------------------------------
 Tue Feb  3 10:27:44 CET 2004 - [email protected]
 
-- use Sequencer module instead of WizardSequencer 
+- use Sequencer module instead of WizardSequencer
 
 -------------------------------------------------------------------
 Mon Jan 26 15:31:04 CET 2004 - [email protected]
@@ -933,14 +939,14 @@
 -------------------------------------------------------------------
 Fri Aug 29 16:27:18 CEST 2003 - [email protected]
 
-- fix #29659 (syntax errors) 
+- fix #29659 (syntax errors)
 - 2.8.11
 
 -------------------------------------------------------------------
 Mon Aug 25 15:35:42 CEST 2003 - [email protected]
 
 - clarify a help text
-- 2.8.10 
+- 2.8.10
 
 -------------------------------------------------------------------
 Wed Aug 20 15:56:03 CEST 2003 - [email protected]
@@ -951,13 +957,13 @@
 -------------------------------------------------------------------
 Mon Aug 11 10:04:29 CEST 2003 - [email protected]
 
-- merged in proofread texts 
+- merged in proofread texts
 - 2.8.8
 
 -------------------------------------------------------------------
 Tue Aug  5 08:03:04 CEST 2003 - [email protected]
 
-- read and write also DMZ/INT/EXT services and all interfaces 
+- read and write also DMZ/INT/EXT services and all interfaces
 - 2.8.7
 
 -------------------------------------------------------------------
@@ -971,8 +977,8 @@
 
 - added API for enabling and disabling services
 - added desktop file
-- 2.8.5 
- 
+- 2.8.5
+
 -------------------------------------------------------------------
 Wed Jul 30 17:51:37 CEST 2003 - [email protected]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/package/yast2-firewall.spec 
new/yast2-firewall-3.1.2/package/yast2-firewall.spec
--- old/yast2-firewall-3.1.1/package/yast2-firewall.spec        2013-11-28 
11:08:10.000000000 +0100
+++ new/yast2-firewall-3.1.2/package/yast2-firewall.spec        2014-11-14 
18:27:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 Group:         System/YaST
 License:        GPL-2.0
 BuildRequires:  perl-XML-Writer update-desktop-files yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 # IP::CheckNetwork
 BuildRequires: yast2 >= 2.23.25
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/src/clients/firewall_auto.rb 
new/yast2-firewall-3.1.2/src/clients/firewall_auto.rb
--- old/yast2-firewall-3.1.1/src/clients/firewall_auto.rb       2013-11-28 
11:08:10.000000000 +0100
+++ new/yast2-firewall-3.1.2/src/clients/firewall_auto.rb       2014-11-14 
18:27:11.000000000 +0100
@@ -106,9 +106,9 @@
       # Write given settings
       elsif @func == "Write"
         Yast.import "Progress"
-        Progress.off
+        old_progress = Progress.set(false)
         @ret = SuSEFirewall.Write
-        Progress.on
+        Progress.set(old_progress)
       else
         Builtins.y2error("Unknown function: %1", @func)
         @ret = false
@@ -118,7 +118,7 @@
       Builtins.y2milestone("Firewall auto finished")
       Builtins.y2milestone("----------------------------------------")
 
-      deep_copy(@ret) 
+      deep_copy(@ret)
 
       # EOF
     end

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to