Hello community,

here is the log from the commit of package yast2-isns for openSUSE:Factory 
checked in at 2019-08-01 15:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-isns (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-isns.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-isns"

Thu Aug  1 15:48:12 2019 rev:37 rq:707448 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-isns/yast2-isns.changes    2019-01-03 
18:05:58.516175170 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-isns.new.4126/yast2-isns.changes  
2019-08-01 15:48:17.289741878 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:32:18 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-isns-4.1.4.tar.bz2

New:
----
  yast2-isns-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-isns.spec ++++++
--- /var/tmp/diff_new_pack.K0318E/_old  2019-08-01 15:48:17.765741815 +0200
+++ /var/tmp/diff_new_pack.K0318E/_new  2019-08-01 15:48:17.769741813 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-isns
 #
-# 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,56 +17,52 @@
 
 
 Name:           yast2-isns
-Version:        4.1.4
+Version:        4.2.0
 Release:        0
+Summary:        Configuration of isns
+License:        GPL-2.0-only
+Group:          System/YaST
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-# Yast2::Systemd::Service
-Requires:       yast2 >= 4.1.3
 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(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 # Yast2::Systemd::Service
 BuildRequires:  yast2 >= 4.1.3
 
-BuildArch:      noarch
-
+# Yast2::Systemd::Service
+Requires:       yast2 >= 4.1.3
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        Configuration of isns
-License:        GPL-2.0-only
-Group:          System/YaST
+BuildArch:      noarch
 
 %description
 -
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/isns
-%{yast_yncludedir}/isns/*
-%{yast_clientdir}/isns.rb
-%{yast_clientdir}/isns_*.rb
-%{yast_moduledir}/*.rb
-%{yast_desktopdir}/isns.desktop
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING

++++++ yast2-isns-4.1.4.tar.bz2 -> yast2-isns-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-4.1.4/Dockerfile 
new/yast2-isns-4.2.0/Dockerfile
--- old/yast2-isns-4.1.4/Dockerfile     2018-12-05 10:36:57.000000000 +0100
+++ new/yast2-isns-4.2.0/Dockerfile     2019-06-04 11:51:07.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-isns-4.1.4/package/yast2-isns.changes 
new/yast2-isns-4.2.0/package/yast2-isns.changes
--- old/yast2-isns-4.1.4/package/yast2-isns.changes     2018-12-05 
10:36:57.000000000 +0100
+++ new/yast2-isns-4.2.0/package/yast2-isns.changes     2019-06-04 
11:51:07.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:32:18 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Wed Dec  5 08:36:21 UTC 2018 - [email protected]
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-4.1.4/package/yast2-isns.spec 
new/yast2-isns-4.2.0/package/yast2-isns.spec
--- old/yast2-isns-4.1.4/package/yast2-isns.spec        2018-12-05 
10:36:57.000000000 +0100
+++ new/yast2-isns-4.2.0/package/yast2-isns.spec        2019-06-04 
11:51:07.000000000 +0200
@@ -12,58 +12,59 @@
 # 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-isns
-Version:        4.1.4
+Version:        4.2.0
 Release:        0
-License:       GPL-2.0-only
-Group:         System/YaST
+License:        GPL-2.0-only
+Group:          System/YaST
+Summary:        Configuration of isns
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-# Yast2::Systemd::Service
-Requires:       yast2 >= 4.1.3
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 # Yast2::Systemd::Service
 BuildRequires:  yast2 >= 4.1.3
 
-BuildArchitectures:    noarch
-
+# Yast2::Systemd::Service
+Requires:       yast2 >= 4.1.3
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       Configuration of isns
+BuildArch:      noarch
 
 %description
 -
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/isns
-%{yast_yncludedir}/isns/*
-%{yast_clientdir}/isns.rb
-%{yast_clientdir}/isns_*.rb
-%{yast_moduledir}/*.rb
-%{yast_desktopdir}/isns.desktop
-%{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-isns-4.1.4/src/Makefile.am 
new/yast2-isns-4.2.0/src/Makefile.am
--- old/yast2-isns-4.1.4/src/Makefile.am        2018-12-05 10:36:57.000000000 
+0100
+++ new/yast2-isns-4.2.0/src/Makefile.am        2019-06-04 11:51:07.000000000 
+0200
@@ -21,7 +21,7 @@
   scrconf/isnsd.scr
 
 desktop_DATA = \
-  desktop/isns.desktop
+  desktop/org.opensuse.yast.iSNS.desktop
 
 symbolicdir = @icondir@/hicolor/symbolic/apps
 symbolic_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-4.1.4/src/desktop/isns.desktop 
new/yast2-isns-4.2.0/src/desktop/isns.desktop
--- old/yast2-isns-4.1.4/src/desktop/isns.desktop       2018-12-05 
10:36:57.000000000 +0100
+++ new/yast2-isns-4.2.0/src/desktop/isns.desktop       1970-01-01 
01:00:00.000000000 +0100
@@ -1,22 +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=isns
-
-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=isns
-X-SuSE-YaST-Keywords=internet,storage,name,network,server,devices,iscsi,scsi
-
-Icon=yast-isns
-Exec=xdg-su -c "/sbin/yast2 isns"
-
-Name=iSNS Server
-GenericName=Configure an iSNS server
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-isns-4.1.4/src/desktop/org.opensuse.yast.iSNS.desktop 
new/yast2-isns-4.2.0/src/desktop/org.opensuse.yast.iSNS.desktop
--- old/yast2-isns-4.1.4/src/desktop/org.opensuse.yast.iSNS.desktop     
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-isns-4.2.0/src/desktop/org.opensuse.yast.iSNS.desktop     
2019-06-04 11:51:07.000000000 +0200
@@ -0,0 +1,23 @@
+[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=isns
+
+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=isns
+X-SuSE-YaST-Keywords=internet,storage,name,network,server,devices,iscsi,scsi
+
+Icon=yast-isns
+Exec=xdg-su -c "/sbin/yast2 isns"
+
+Name=YaST iSNS Server
+GenericName=iSNS Server
+Comment=Configure an iSNS server
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-4.1.4/src/include/isns/wizards.rb 
new/yast2-isns-4.2.0/src/include/isns/wizards.rb
--- old/yast2-isns-4.1.4/src/include/isns/wizards.rb    2018-12-05 
10:36:57.000000000 +0100
+++ new/yast2-isns-4.2.0/src/include/isns/wizards.rb    2019-06-04 
11:51:07.000000000 +0200
@@ -54,7 +54,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("isns")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.iSNS")
 
       ret = Sequencer.Run(aliases, sequence)
 


Reply via email to