Hello community,

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

Package is "yast2-tftp-server"

Wed Jul 31 14:17:59 2019 rev:39 rq:707405 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-tftp-server/yast2-tftp-server.changes      
2019-02-04 21:11:17.583871614 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-tftp-server.new.4126/yast2-tftp-server.changes
    2019-07-31 14:18:01.322683440 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:41:26 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-tftp-server-4.1.7.tar.bz2

New:
----
  yast2-tftp-server-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-tftp-server.spec ++++++
--- /var/tmp/diff_new_pack.ukjYmV/_old  2019-07-31 14:18:01.794683239 +0200
+++ /var/tmp/diff_new_pack.ukjYmV/_new  2019-07-31 14:18:01.798683237 +0200
@@ -17,15 +17,18 @@
 
 
 Name:           yast2-tftp-server
-Version:        4.1.7
+Summary:        YaST2 - TFTP Server Configuration
+License:        GPL-2.0-or-later
+Group:          System/YaST
+Version:        4.2.0
 Release:        0
+Url:            https://github.com/yast/yast-tftp-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  augeas-lenses
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 # Yast2::Systemd::Service
 BuildRequires:  yast2 >= 4.1.3
 BuildRequires:  rubygem(%rb_default_ruby_abi:cfa)
@@ -38,41 +41,36 @@
 Requires:       augeas-lenses
 Requires:       lsof
 Requires:       yast2-journal >= 4.1.1
+Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       rubygem(%rb_default_ruby_abi:cfa)
 
 BuildArch:      noarch
 
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - TFTP Server Configuration
-License:        GPL-2.0-or-later
-Group:          System/YaST
-
 %description
 The YaST2 component for configuring a TFTP server. TFTP stands for
 Trivial File Transfer Protocol. It is used for booting over the
 network.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/tftp-server
-%{yast_yncludedir}/tftp-server/*
-%{yast_clientdir}/tftp-server*.rb
-%{yast_moduledir}/TftpServer.*
-%{yast_libdir}/cfa
-%{yast_desktopdir}/tftp-server.desktop
-%{yast_schemadir}/autoyast/rnc/tftp-server.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++++++ yast2-tftp-server-4.1.7.tar.bz2 -> yast2-tftp-server-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tftp-server-4.1.7/Dockerfile 
new/yast2-tftp-server-4.2.0/Dockerfile
--- old/yast2-tftp-server-4.1.7/Dockerfile      2019-02-04 13:49:42.000000000 
+0100
+++ new/yast2-tftp-server-4.2.0/Dockerfile      2019-06-04 09:57:14.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-tftp-server-4.1.7/package/yast2-tftp-server.changes 
new/yast2-tftp-server-4.2.0/package/yast2-tftp-server.changes
--- old/yast2-tftp-server-4.1.7/package/yast2-tftp-server.changes       
2019-02-04 13:49:42.000000000 +0100
+++ new/yast2-tftp-server-4.2.0/package/yast2-tftp-server.changes       
2019-06-04 09:57:14.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:41:26 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Mon Feb  4 13:34:51 CET 2019 - sch...@suse.de
 
 - Added X-SuSE-YaST-AutoInstSchema to desktop file (bsc#1123830).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.1.7/package/yast2-tftp-server.spec 
new/yast2-tftp-server-4.2.0/package/yast2-tftp-server.spec
--- old/yast2-tftp-server-4.1.7/package/yast2-tftp-server.spec  2019-02-04 
13:49:42.000000000 +0100
+++ new/yast2-tftp-server-4.2.0/package/yast2-tftp-server.spec  2019-06-04 
09:57:14.000000000 +0200
@@ -12,23 +12,23 @@
 # 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-tftp-server
-Version:        4.1.7
+Summary:        YaST2 - TFTP Server Configuration
+Version:        4.2.0
 Release:        0
+Group:          System/YaST
+License:        GPL-2.0-or-later
+Url:            https://github.com/yast/yast-tftp-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Group:         System/YaST
-License:        GPL-2.0-or-later
-
-BuildRequires: update-desktop-files
-BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires: augeas-lenses
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools >= 4.2.2
+BuildRequires:  augeas-lenses
 # Yast2::Systemd::Service
 BuildRequires:  yast2 >= 4.1.3
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
@@ -39,15 +39,12 @@
 Requires:       yast2 >= 4.1.3
 # Namespace Y2Journal
 Requires:       yast2-journal >= 4.1.1
-Requires:      lsof
-Requires:      augeas-lenses
+Requires:       lsof
+Requires:       augeas-lenses
 Requires:       rubygem(%rb_default_ruby_abi:cfa)
-
-BuildArchitectures:    noarch
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       YaST2 - TFTP Server Configuration
+BuildArch:      noarch
 
 %description
 The YaST2 component for configuring a TFTP server. TFTP stands for
@@ -55,26 +52,25 @@
 network.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
-
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/tftp-server
-%{yast_yncludedir}/tftp-server/*
-%{yast_clientdir}/tftp-server*.rb
-%{yast_moduledir}/TftpServer.*
-%{yast_libdir}/cfa
-%{yast_desktopdir}/tftp-server.desktop
-%{yast_schemadir}/autoyast/rnc/tftp-server.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.1.7/src/desktop/org.opensuse.yast.TFTPServer.desktop 
new/yast2-tftp-server-4.2.0/src/desktop/org.opensuse.yast.TFTPServer.desktop
--- 
old/yast2-tftp-server-4.1.7/src/desktop/org.opensuse.yast.TFTPServer.desktop    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-tftp-server-4.2.0/src/desktop/org.opensuse.yast.TFTPServer.desktop    
    2019-06-04 09:57:14.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=tftp-server
+
+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=tftp-server
+X-SuSE-YaST-AutoInstSchema=tftp-server.rnc
+X-SuSE-YaST-Keywords=TFTP,server,boot,trivial,file,transfer,protocol,network
+
+Icon=yast-tftp-server
+Exec=xdg-su -c "/sbin/yast2 tftp-server"
+
+Name=YaST TFTP Server
+GenericName=TFTP Server
+Comment=Configure a TFTP server
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.1.7/src/desktop/tftp-server.desktop 
new/yast2-tftp-server-4.2.0/src/desktop/tftp-server.desktop
--- old/yast2-tftp-server-4.1.7/src/desktop/tftp-server.desktop 2019-02-04 
13:49:42.000000000 +0100
+++ new/yast2-tftp-server-4.2.0/src/desktop/tftp-server.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=tftp-server
-
-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=tftp-server
-X-SuSE-YaST-AutoInstSchema=tftp-server.rnc
-X-SuSE-YaST-Keywords=TFTP,server,boot,trivial,file,transfer,protocol,network
-
-Icon=yast-tftp-server
-Exec=xdg-su -c "/sbin/yast2 tftp-server"
-
-Name=TFTP Server
-GenericName=Configure a TFTP server
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.1.7/src/include/tftp-server/wizards.rb 
new/yast2-tftp-server-4.2.0/src/include/tftp-server/wizards.rb
--- old/yast2-tftp-server-4.1.7/src/include/tftp-server/wizards.rb      
2019-02-04 13:49:42.000000000 +0100
+++ new/yast2-tftp-server-4.2.0/src/include/tftp-server/wizards.rb      
2019-06-04 09:57:14.000000000 +0200
@@ -46,7 +46,7 @@
       contents = Label(_("Initializing..."))
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("tftp-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.TFTPServer")
       Wizard.SetContentsButtons(
         caption,
         contents,
@@ -81,7 +81,7 @@
       contents = Label(_("Initializing ..."))
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("tftp-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.TFTPServer")
       Wizard.SetContentsButtons(
         caption,
         contents,


Reply via email to