Hello community,

here is the log from the commit of package yast2-vpn for openSUSE:Factory 
checked in at 2019-07-31 14:23:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vpn (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vpn.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vpn"

Wed Jul 31 14:23:47 2019 rev:10 rq:716978 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vpn/yast2-vpn.changes      2019-02-28 
21:44:13.105504216 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vpn.new.4126/yast2-vpn.changes    
2019-07-31 14:23:48.774408559 +0200
@@ -1,0 +2,15 @@
+Fri Jul 19 08:56:40 UTC 2019 - David Diaz <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:42:39 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-vpn.spec ++++++
--- /var/tmp/diff_new_pack.Ve3xD1/_old  2019-07-31 14:23:49.122408164 +0200
+++ /var/tmp/diff_new_pack.Ve3xD1/_new  2019-07-31 14:23:49.122408164 +0200
@@ -17,23 +17,26 @@
 
 
 Name:           yast2-vpn
-Version:        4.1.0
+Version:        4.2.1
 Release:        0
 Url:            https://github.com/yast/yast-vpn
 Source0:        %{name}-%{version}.tar.bz2
 Summary:        A YaST module for configuring VPN gateway and clients
 License:        GPL-2.0-only
 Group:          System/YaST
-BuildArch:      noarch
-Requires:       yast2
-Requires:       yast2-ruby-bindings
+
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 
 PreReq:         %fillup_prereq
+Requires:       yast2
+Requires:       yast2-ruby-bindings
+
+BuildArch:      noarch
 
 %description
 A YaST module for managing VPN gateway and client connections to secure 
site-to-site communication via IPSec VPN.
@@ -42,22 +45,23 @@
 %setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%doc %yast_docdir
-%yast_desktopdir
-%yast_moduledir
-%yast_clientdir
-%yast_schemadir
-%yast_libdir
-%yast_scrconfdir
+%doc %{yast_docdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_moduledir}
+%{yast_clientdir}
+%{yast_schemadir}
+%{yast_libdir}
+%{yast_scrconfdir}
 %{yast_icondir}
 
 %changelog

++++++ yast2-vpn-4.1.0.tar.bz2 -> yast2-vpn-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.1.0/Dockerfile 
new/yast2-vpn-4.2.1/Dockerfile
--- old/yast2-vpn-4.1.0/Dockerfile      2019-02-27 15:42:49.000000000 +0100
+++ new/yast2-vpn-4.2.1/Dockerfile      2019-07-19 11:42:52.000000000 +0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.1.0/package/yast2-vpn.changes 
new/yast2-vpn-4.2.1/package/yast2-vpn.changes
--- old/yast2-vpn-4.1.0/package/yast2-vpn.changes       2019-02-27 
15:42:49.000000000 +0100
+++ new/yast2-vpn-4.2.1/package/yast2-vpn.changes       2019-07-19 
11:42:52.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Fri Jul 19 08:56:40 UTC 2019 - David Diaz <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:42:39 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Tue Feb 26 11:42:31 UTC 2019 - José Iván López González <[email protected]>
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.1.0/package/yast2-vpn.spec 
new/yast2-vpn-4.2.1/package/yast2-vpn.spec
--- old/yast2-vpn-4.1.0/package/yast2-vpn.spec  2019-02-27 15:42:49.000000000 
+0100
+++ new/yast2-vpn-4.2.1/package/yast2-vpn.spec  2019-07-19 11:42:52.000000000 
+0200
@@ -12,28 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           yast2-vpn
-Version:        4.1.0
+Version:        4.2.1
 Release:        0
 Url:            https://github.com/yast/yast-vpn
 Source0:        %{name}-%{version}.tar.bz2
 Summary:        A YaST module for configuring VPN gateway and clients
 License:        GPL-2.0
 Group:          System/YaST
-BuildArch:      noarch
-Requires:       yast2
-Requires:       yast2-ruby-bindings
+
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2-ruby-bindings
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 
 PreReq:         %fillup_prereq
+Requires:       yast2
+Requires:       yast2-ruby-bindings
+
+BuildArch:      noarch
 
 %description
 A YaST module for managing VPN gateway and client connections to secure 
site-to-site communication via IPSec VPN.
@@ -42,22 +45,23 @@
 %setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%doc %yast_docdir
-%yast_desktopdir
-%yast_moduledir
-%yast_clientdir
-%yast_schemadir
-%yast_libdir
-%yast_scrconfdir
+%doc %{yast_docdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_moduledir}
+%{yast_clientdir}
+%{yast_schemadir}
+%{yast_libdir}
+%{yast_scrconfdir}
 %{yast_icondir}
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vpn-4.1.0/src/desktop/org.opensuse.yast.VPN.desktop 
new/yast2-vpn-4.2.1/src/desktop/org.opensuse.yast.VPN.desktop
--- old/yast2-vpn-4.1.0/src/desktop/org.opensuse.yast.VPN.desktop       
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-vpn-4.2.1/src/desktop/org.opensuse.yast.VPN.desktop       
2019-07-19 11:42:52.000000000 +0200
@@ -0,0 +1,42 @@
+# encoding: utf-8
+
+# 
------------------------------------------------------------------------------
+# 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.
+#
+# 
------------------------------------------------------------------------------
+#
+# Authors: Howard Guo <[email protected]>
+
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=vpn
+
+X-SuSE-YaST-Group=Net_advanced
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=all
+X-SuSE-YaST-AutoInstResource=vpn
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-Keywords=vpn,ipsec,gateway
+
+Icon=yast-vpn
+Exec=xdg-su -c "/sbin/yast2 vpn"
+
+Name=YaST VPN
+GenericName=VPN Gateway and Clients
+Comment=Configure VPN gateway and clients using IPSec
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.1.0/src/desktop/vpn.desktop 
new/yast2-vpn-4.2.1/src/desktop/vpn.desktop
--- old/yast2-vpn-4.1.0/src/desktop/vpn.desktop 2019-02-27 15:42:49.000000000 
+0100
+++ new/yast2-vpn-4.2.1/src/desktop/vpn.desktop 1970-01-01 01:00:00.000000000 
+0100
@@ -1,41 +0,0 @@
-# encoding: utf-8
-
-# 
------------------------------------------------------------------------------
-# 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.
-#
-# 
------------------------------------------------------------------------------
-#
-# Authors: Howard Guo <[email protected]>
-
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=vpn
-
-X-SuSE-YaST-Group=Net_advanced
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=all
-X-SuSE-YaST-AutoInstResource=vpn
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-Keywords=vpn,ipsec,gateway
-
-Icon=yast-vpn
-Exec=xdg-su -c "/sbin/yast2 vpn"
-
-Name=VPN Gateway and Clients
-GenericName=Configure VPN gateway and clients using IPSec
-StartupNotify=true


Reply via email to