Hello community,

here is the log from the commit of package yast2-vpn for openSUSE:Factory 
checked in at 2015-10-28 17:30:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vpn (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vpn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vpn/yast2-vpn.changes      2015-09-08 
18:06:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vpn.new/yast2-vpn.changes 2015-10-28 
17:30:51.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 08:42:26 UTC 2015 - h...@suse.com
+
+- Fix build failure on Leap.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-vpn.spec ++++++
--- /var/tmp/diff_new_pack.8ju1QO/_old  2015-10-28 17:30:51.000000000 +0100
+++ /var/tmp/diff_new_pack.8ju1QO/_new  2015-10-28 17:30:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vpn
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 Url:            https://github.com/yast/yast-vpn
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-vpn-3.1.1.tar.bz2 -> yast2-vpn-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/README.md 
new/yast2-vpn-3.1.2/README.md
--- old/yast2-vpn-3.1.1/README.md       2015-09-07 13:33:28.000000000 +0200
+++ new/yast2-vpn-3.1.2/README.md       2015-10-26 09:54:13.000000000 +0100
@@ -27,6 +27,15 @@
 
     $ sudo /usr/sbin/yast2 vpn
 
+
+Usage
+-----
+Please visit the following links to openSUSE wiki site for introduction to VPN 
and the detailed usage instructions of the YaST VPN module:
+
+- [Portal:VPN](https://en.opensuse.org/Portal:VPN)
+- [YaST VPN Module](https://en.opensuse.org/Portal:VPN/YaST_VPN_Module)
+- [YaST VPN Module 
Troubleshoot](https://en.opensuse.org/Portal:VPN/YaST_VPN_Module_Troubleshoot)
+
 Legal Warning
 ------------
 Use of encrypted network traffic is illegal in countries where such activities 
are outlawed. Please observe and comply with advice from your local regulatory 
authority in regards to network traffic encryption before using the YaST VPN 
module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/package/yast2-vpn.changes 
new/yast2-vpn-3.1.2/package/yast2-vpn.changes
--- old/yast2-vpn-3.1.1/package/yast2-vpn.changes       2015-09-07 
14:46:01.000000000 +0200
+++ new/yast2-vpn-3.1.2/package/yast2-vpn.changes       2015-10-27 
09:42:34.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Oct 27 08:42:26 UTC 2015 - h...@suse.com
+
+- Fix build failure on Leap.
+
+-------------------------------------------------------------------
 Mon Sep  7 12:45:26 UTC 2015 - h...@suse.com
 
 - Display a warning if ipsec.conf or ipsec.secrets appear to have
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/package/yast2-vpn.spec 
new/yast2-vpn-3.1.2/package/yast2-vpn.spec
--- old/yast2-vpn-3.1.1/package/yast2-vpn.spec  2015-09-07 14:45:14.000000000 
+0200
+++ new/yast2-vpn-3.1.2/package/yast2-vpn.spec  2015-10-27 09:42:24.000000000 
+0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-vpn
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 License:        GPL-2.0
 URL:            https://github.com/yast/yast-vpn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/test/ipsec_test.rb 
new/yast2-vpn-3.1.2/test/ipsec_test.rb
--- old/yast2-vpn-3.1.1/test/ipsec_test.rb      2015-09-07 13:33:28.000000000 
+0200
+++ new/yast2-vpn-3.1.2/test/ipsec_test.rb      2015-10-27 09:42:05.000000000 
+0100
@@ -19,7 +19,10 @@
 # Summary: Test the functions and features of IPSec configuration models.
 # Authors: Howard Guo <h...@suse.com>
 
-require_relative "./test_helper"
+ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)
+
+require "yast"
+require "yast/rspec"
 require "vpn/ipsec"
 
 describe VPN::IPSec do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/test/ipsecconf_test.rb 
new/yast2-vpn-3.1.2/test/ipsecconf_test.rb
--- old/yast2-vpn-3.1.1/test/ipsecconf_test.rb  2015-09-07 13:33:28.000000000 
+0200
+++ new/yast2-vpn-3.1.2/test/ipsecconf_test.rb  2015-10-27 09:41:55.000000000 
+0100
@@ -19,7 +19,11 @@
 # Summary: Test the functions and features of IPSec configuration agents.
 # Authors: Howard Guo <h...@suse.com>
 
-require_relative "./test_helper"
+ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)
+
+require "yast"
+require "yast/rspec"
+Yast.import "IPSecConf"
 
 describe Yast::IPSecConf do
     before(:all) do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.1/test/test_helper.rb 
new/yast2-vpn-3.1.2/test/test_helper.rb
--- old/yast2-vpn-3.1.1/test/test_helper.rb     2015-09-07 13:33:28.000000000 
+0200
+++ new/yast2-vpn-3.1.2/test/test_helper.rb     1970-01-01 01:00:00.000000000 
+0100
@@ -1,22 +0,0 @@
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of version 2 of the GNU General Public License as published by the
-# Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, contact SUSE Linux GmbH.
-#
-# 
------------------------------------------------------------------------------
-#
-# Summary: Common header for test source files.
-# Authors: Howard Guo <h...@suse.com>
-
-ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)
-
-require "yast"
-require "yast/rspec"


Reply via email to