Hello community,

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

Package is "yast2-fcoe-client"

Wed Jul 31 14:18:26 2019 rev:51 rq:707434 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes      
2018-12-31 09:45:08.622277802 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-fcoe-client.new.4126/yast2-fcoe-client.changes
    2019-07-31 14:18:28.918671690 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:29:42 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-fcoe-client-4.1.2.tar.bz2

New:
----
  yast2-fcoe-client-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-fcoe-client.spec ++++++
--- /var/tmp/diff_new_pack.7uza4T/_old  2019-07-31 14:18:29.362671502 +0200
+++ /var/tmp/diff_new_pack.7uza4T/_new  2019-07-31 14:18:29.366671500 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-fcoe-client
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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,55 +17,50 @@
 
 
 Name:           yast2-fcoe-client
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - Configuration of Fibre Channel over Ethernet
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-fcoe-client
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-# Yast2::Systemd::Service
-Requires:       yast2 >= 4.1.3
-
-Requires:       fcoe-utils
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
 BuildRequires:  rubygem(rspec)
 
-BuildArch:      noarch
-
+# Yast2::Systemd::Service
+Requires:       fcoe-utils
+Requires:       yast2 >= 4.1.3
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        YaST2 - Configuration of Fibre Channel over Ethernet
-License:        GPL-2.0-only
-Group:          System/YaST
+BuildArch:      noarch
 
 %description
 This package contains the YaST2 component for the Fibre Channel over
 Ethernet (FCoE) configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/fcoe-client
-%{yast_yncludedir}/fcoe-client/*
-%{yast_clientdir}/fcoe-client.rb
-%{yast_clientdir}/fcoe-client_*.rb
-%{yast_clientdir}/inst_fcoe-client.rb
-%{yast_moduledir}/FcoeClient.*
-%{yast_desktopdir}/fcoe-client.desktop
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING

++++++ yast2-fcoe-client-4.1.2.tar.bz2 -> yast2-fcoe-client-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-4.1.2/Dockerfile 
new/yast2-fcoe-client-4.2.0/Dockerfile
--- old/yast2-fcoe-client-4.1.2/Dockerfile      2018-12-20 13:11:12.000000000 
+0100
+++ new/yast2-fcoe-client-4.2.0/Dockerfile      2019-06-04 11:30:40.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-fcoe-client-4.1.2/package/yast2-fcoe-client.changes 
new/yast2-fcoe-client-4.2.0/package/yast2-fcoe-client.changes
--- old/yast2-fcoe-client-4.1.2/package/yast2-fcoe-client.changes       
2018-12-20 13:11:12.000000000 +0100
+++ new/yast2-fcoe-client-4.2.0/package/yast2-fcoe-client.changes       
2019-06-04 11:30:40.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:29:42 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Thu Dec 20 08:54:28 UTC 2018 - Josef Reidinger <[email protected]>
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-4.1.2/package/yast2-fcoe-client.spec 
new/yast2-fcoe-client-4.2.0/package/yast2-fcoe-client.spec
--- old/yast2-fcoe-client-4.1.2/package/yast2-fcoe-client.spec  2018-12-20 
13:11:12.000000000 +0100
+++ new/yast2-fcoe-client-4.2.0/package/yast2-fcoe-client.spec  2019-06-04 
11:30:40.000000000 +0200
@@ -12,62 +12,54 @@
 # 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-fcoe-client
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-
+Summary:        YaST2 - Configuration of Fibre Channel over Ethernet
 Group:          System/YaST
 License:        GPL-2.0-only
+Url:            https://github.com/yast/yast-fcoe-client
 
-# Yast2::Systemd::Service
-Requires:          yast2 >= 4.1.3
+Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       fcoe-utils
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(rspec)
 
-BuildArchitectures:    noarch
-
+# Yast2::Systemd::Service
+Requires:       yast2 >= 4.1.3
+Requires:       fcoe-utils
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       YaST2 - Configuration of Fibre Channel over Ethernet
+BuildArch:      noarch
 
 %description
 This package contains the YaST2 component for the Fibre Channel over
 Ethernet (FCoE) configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/fcoe-client
-%{yast_yncludedir}/fcoe-client/*
-%{yast_clientdir}/fcoe-client.rb
-%{yast_clientdir}/fcoe-client_*.rb
-%{yast_clientdir}/inst_fcoe-client.rb
-%{yast_moduledir}/FcoeClient.*
-%{yast_desktopdir}/fcoe-client.desktop
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING
 
 %changelog
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-4.1.2/src/Makefile.am 
new/yast2-fcoe-client-4.2.0/src/Makefile.am
--- old/yast2-fcoe-client-4.1.2/src/Makefile.am 2018-12-20 13:11:12.000000000 
+0100
+++ new/yast2-fcoe-client-4.2.0/src/Makefile.am 2019-06-04 11:30:40.000000000 
+0200
@@ -22,7 +22,7 @@
   scrconf/fcoe_cfg-ethx.scr
 
 desktop_DATA = \
-  desktop/fcoe-client.desktop
+  desktop/org.opensuse.yast.FCoEClient.desktop
 
 symbolicdir = @icondir@/hicolor/symbolic/apps
 symbolic_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-4.1.2/src/desktop/fcoe-client.desktop 
new/yast2-fcoe-client-4.2.0/src/desktop/fcoe-client.desktop
--- old/yast2-fcoe-client-4.1.2/src/desktop/fcoe-client.desktop 2018-12-20 
13:11:12.000000000 +0100
+++ new/yast2-fcoe-client-4.2.0/src/desktop/fcoe-client.desktop 1970-01-01 
01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-[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=fcoe-client
-
-X-SuSE-YaST-Group=Net_advanced
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=all
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoInstResource=fcoe-client
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-Keywords=fibre,channel,ethernet,network
-
-Icon=yast-fcoe
-Exec=/usr/bin/xdg-su -c '/sbin/yast2 fcoe-client'
-
-Name=FCoE Client Configuration
-GenericName=Fibre Channel over Ethernet Configuration
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-4.1.2/src/desktop/org.opensuse.yast.FCoEClient.desktop 
new/yast2-fcoe-client-4.2.0/src/desktop/org.opensuse.yast.FCoEClient.desktop
--- 
old/yast2-fcoe-client-4.1.2/src/desktop/org.opensuse.yast.FCoEClient.desktop    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-fcoe-client-4.2.0/src/desktop/org.opensuse.yast.FCoEClient.desktop    
    2019-06-04 11:30:40.000000000 +0200
@@ -0,0 +1,25 @@
+[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=fcoe-client
+
+X-SuSE-YaST-Group=Net_advanced
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=all
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=fcoe-client
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-Keywords=fibre,channel,ethernet,network
+
+Icon=yast-fcoe
+Exec=/usr/bin/xdg-su -c '/sbin/yast2 fcoe-client'
+
+Name=YaST FCoE
+GenericName=FCoE Client Configuration
+Comment=Fibre Channel over Ethernet Configuration
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-4.1.2/src/include/fcoe-client/wizards.rb 
new/yast2-fcoe-client-4.2.0/src/include/fcoe-client/wizards.rb
--- old/yast2-fcoe-client-4.1.2/src/include/fcoe-client/wizards.rb      
2018-12-20 13:11:12.000000000 +0100
+++ new/yast2-fcoe-client-4.2.0/src/include/fcoe-client/wizards.rb      
2019-06-04 11:30:40.000000000 +0200
@@ -197,7 +197,7 @@
 
       # TODO: rename icon to yast-fcoe (yast2-theme package)
       if Mode.normal
-        Wizard.SetDesktopTitleAndIcon("fcoe-client")
+        Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.FCoEClient")
       else
         Wizard.SetTitleIcon("fcoe")
       end
@@ -267,7 +267,7 @@
 
       Wizard.OpenNextBackDialog
       if Mode.normal
-        Wizard.SetDesktopTitleAndIcon("fcoe-client")
+        Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.FCoEClient")
       else
         Wizard.SetTitleIcon("fcoe")
       end
@@ -296,7 +296,7 @@
 
       Wizard.OpenCancelOKDialog
       if Mode.normal
-        Wizard.SetDesktopTitleAndIcon("fcoe-client")
+        Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.FCoEClient")
       else
         Wizard.SetTitleIcon("fcoe")
       end


Reply via email to