Hello community,

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

Package is "yast2-nis-client"

Wed Jul 31 14:19:22 2019 rev:68 rq:707633 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2019-03-14 14:54:01.763772979 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-nis-client.new.4126/yast2-nis-client.changes  
    2019-07-31 14:19:23.890643083 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:34:40 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-4.1.1.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.vPQ520/_old  2019-07-31 14:19:24.258642791 +0200
+++ /var/tmp/diff_new_pack.vPQ520/_new  2019-07-31 14:19:24.258642791 +0200
@@ -17,11 +17,13 @@
 
 
 Name:           yast2-nis-client
-Version:        4.1.1
+Summary:        YaST2 - Network Information Services (NIS, YP) Configuration
+License:        GPL-2.0-only
+Group:          System/YaST
+Version:        4.2.0
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 # SuSEfirewall2_* services merged into one service yast2-2.23.17
@@ -34,65 +36,56 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.23.17
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-pam
 BuildRequires:  yast2-testsuite
+
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 Requires:       yast2-network
 Requires:       yast2-pam
+Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:       yp-tools
+
 # .net.hostnames.rpc
 Conflicts:      yast2-core < 2.8.0
 
+Provides:       yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
 Provides:       yast2-config-nis
 Provides:       yast2-config-nis-devel
+Provides:       yast2-trans-nis
+
 Obsoletes:      yast2-config-nis
 Obsoletes:      yast2-config-nis-devel
-Provides:       yast2-trans-nis
-Obsoletes:      yast2-trans-nis
-Provides:       yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
 Obsoletes:      yast2-nis-client-devel-doc
-
-Requires:       yast2-ruby-bindings >= 1.0.0
-Requires:       yp-tools
-
-Summary:        YaST2 - Network Information Services (NIS, YP) Configuration
-License:        GPL-2.0-only
-Group:          System/YaST
+Obsoletes:      yast2-trans-nis
 
 %description
 The YaST2 component for NIS configuration. NIS is a service similar to
 yellow pages.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/nis
-%{yast_yncludedir}/nis/ui.rb
-%{yast_clientdir}/nis.rb
-%{yast_clientdir}/nis-client.rb
-%{yast_clientdir}/nis_auto.rb
-%{yast_moduledir}/Nis.*
-%{yast_desktopdir}/nis.desktop
-%{yast_agentdir}/ag_yp_conf
-%{yast_plugindir}/libpy2ag_ypserv.so.*
-%{yast_plugindir}/libpy2ag_ypserv.so
-%{yast_plugindir}/libpy2ag_ypserv.la
-%{yast_scrconfdir}/cfg_ypbind.scr
-%{yast_scrconfdir}/yp_conf.scr
-%{yast_scrconfdir}/ypserv.scr
-%{yast_scrconfdir}/etc_defaultdomain.scr
-%{yast_schemadir}/autoyast/rnc/nis.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_agentdir}
+%{yast_plugindir}
+%{yast_scrconfdir}
+%{yast_schemadir}
 %{yast_icondir}
-%dir %{yast_docdir}
-%license %{yast_docdir}/COPYING
+%doc %{yast_docdir}
+%license COPYING
 
 %changelog

++++++ yast2-nis-client-4.1.1.tar.bz2 -> yast2-nis-client-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.1/Dockerfile 
new/yast2-nis-client-4.2.0/Dockerfile
--- old/yast2-nis-client-4.1.1/Dockerfile       2019-03-11 17:59:28.000000000 
+0100
+++ new/yast2-nis-client-4.2.0/Dockerfile       2019-06-04 16:40:33.000000000 
+0200
@@ -1,4 +1,4 @@
-FROM yastdevel/cpp
+FROM registry.opensuse.org/yast/head/containers/yast-cpp:latest
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   yast2-testsuite \
   yast2-pam \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-4.1.1/package/yast2-nis-client.changes 
new/yast2-nis-client-4.2.0/package/yast2-nis-client.changes
--- old/yast2-nis-client-4.1.1/package/yast2-nis-client.changes 2019-03-11 
17:59:28.000000000 +0100
+++ new/yast2-nis-client-4.2.0/package/yast2-nis-client.changes 2019-06-04 
16:40:33.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:34:40 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Mon Mar 11 16:43:56 UTC 2019 - Stefan Hundhammer <[email protected]>
 
 - Prevent UI syntax error due to nil in widget term (bsc#1126515)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.1/package/yast2-nis-client.spec 
new/yast2-nis-client-4.2.0/package/yast2-nis-client.spec
--- old/yast2-nis-client-4.1.1/package/yast2-nis-client.spec    2019-03-11 
17:59:28.000000000 +0100
+++ new/yast2-nis-client-4.2.0/package/yast2-nis-client.spec    2019-06-04 
16:40:33.000000000 +0200
@@ -12,76 +12,68 @@
 # 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-nis-client
-Version:        4.1.1
+Summary:        YaST2 - Network Information Services (NIS, YP) Configuration
+Version:        4.2.0
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
+Group:          System/YaST
+License:        GPL-2.0-only
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0-only
 # SuSEfirewall2_* services merged into one service yast2-2.23.17
-BuildRequires: yast2 >= 2.23.17
-BuildRequires: gcc-c++ perl-XML-Writer doxygen yast2-core-devel 
yast2-testsuite yast2-pam update-desktop-files libtool
+BuildRequires:  yast2 >= 2.23.17
+BuildRequires:  gcc-c++ perl-XML-Writer doxygen yast2-core-devel 
yast2-testsuite yast2-pam update-desktop-files libtool
 BuildRequires:  libnsl-devel
 BuildRequires:  libtirpc-devel
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
+
 # Wizard::SetDesktopTitleAndIcon
-Requires:      yast2 >= 2.21.22
+Requires:       yast2 >= 2.21.22
 Requires:       yast2-pam yast2-network
+Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:       yp-tools
+
 # .net.hostnames.rpc
 Conflicts:      yast2-core < 2.8.0
 
-Provides:      yast2-config-nis yast2-config-nis-devel
-Obsoletes:     yast2-config-nis yast2-config-nis-devel
-Provides:      yast2-trans-nis
-Obsoletes:     yast2-trans-nis
-Provides:      yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
-Obsoletes:     yast2-nis-client-devel-doc
-
-Requires:       yast2-ruby-bindings >= 1.0.0
-Requires:      yp-tools
-
-Summary:       YaST2 - Network Information Services (NIS, YP) Configuration
+Provides:       yast2-config-nis yast2-config-nis-devel
+Provides:       yast2-trans-nis
+Provides:       yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
+
+Obsoletes:      yast2-config-nis yast2-config-nis-devel
+Obsoletes:      yast2-trans-nis
+Obsoletes:      yast2-nis-client-devel-doc
 
 %description
 The YaST2 component for NIS configuration. NIS is a service similar to
 yellow pages.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/nis
-%{yast_yncludedir}/nis/ui.rb
-%{yast_clientdir}/nis.rb
-%{yast_clientdir}/nis-client.rb
-%{yast_clientdir}/nis_auto.rb
-%{yast_moduledir}/Nis.*
-%{yast_desktopdir}/nis.desktop
-%{yast_agentdir}/ag_yp_conf
-%{yast_plugindir}/libpy2ag_ypserv.so.*
-%{yast_plugindir}/libpy2ag_ypserv.so
-%{yast_plugindir}/libpy2ag_ypserv.la
-%{yast_scrconfdir}/cfg_ypbind.scr
-%{yast_scrconfdir}/yp_conf.scr
-%{yast_scrconfdir}/ypserv.scr
-%{yast_scrconfdir}/etc_defaultdomain.scr
-%{yast_schemadir}/autoyast/rnc/nis.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_agentdir}
+%{yast_plugindir}
+%{yast_scrconfdir}
+%{yast_schemadir}
 %{yast_icondir}
-%dir %{yast_docdir}
-%license %{yast_docdir}/COPYING
+%doc %{yast_docdir}
+%license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.1/src/Makefile.am 
new/yast2-nis-client-4.2.0/src/Makefile.am
--- old/yast2-nis-client-4.1.1/src/Makefile.am  2019-03-11 17:59:28.000000000 
+0100
+++ new/yast2-nis-client-4.2.0/src/Makefile.am  2019-06-04 16:40:33.000000000 
+0200
@@ -26,7 +26,7 @@
   autoyast-rnc/nis.rnc
 
 desktop_DATA = \
-  desktop/nis.desktop
+  desktop/org.opensuse.yast.NIS.desktop
 
 scalabledir = @icondir@/hicolor/scalable/apps
 scalable_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.1/src/desktop/nis.desktop 
new/yast2-nis-client-4.2.0/src/desktop/nis.desktop
--- old/yast2-nis-client-4.1.1/src/desktop/nis.desktop  2019-03-11 
17:59:28.000000000 +0100
+++ new/yast2-nis-client-4.2.0/src/desktop/nis.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=nis
-
-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-AutoInstClonable=true
-X-SuSE-YaST-AutoInstSchema=nis.rnc
-X-SuSE-YaST-Keywords=authentication,network,users
-
-Icon=yast-nis
-Exec=xdg-su -c "/sbin/yast2 nis"
-
-Name=NIS Client
-GenericName=Configure a NIS client
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-4.1.1/src/desktop/org.opensuse.yast.NIS.desktop 
new/yast2-nis-client-4.2.0/src/desktop/org.opensuse.yast.NIS.desktop
--- old/yast2-nis-client-4.1.1/src/desktop/org.opensuse.yast.NIS.desktop        
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-nis-client-4.2.0/src/desktop/org.opensuse.yast.NIS.desktop        
2019-06-04 16:40:33.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=nis
+
+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-AutoInstClonable=true
+X-SuSE-YaST-AutoInstSchema=nis.rnc
+X-SuSE-YaST-Keywords=authentication,network,users
+
+Icon=yast-nis
+Exec=xdg-su -c "/sbin/yast2 nis"
+
+Name=YaST NIS Client
+GenericName=NIS Client
+Comment=Configure a NIS client
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.1.1/src/include/nis/ui.rb 
new/yast2-nis-client-4.2.0/src/include/nis/ui.rb
--- old/yast2-nis-client-4.1.1/src/include/nis/ui.rb    2019-03-11 
17:59:28.000000000 +0100
+++ new/yast2-nis-client-4.2.0/src/include/nis/ui.rb    2019-06-04 
16:40:33.000000000 +0200
@@ -1225,7 +1225,7 @@
       normal_override = { "common-next" => { :next => "end" } }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("nis")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.NIS")
 
       # checking for root permissions (#158483)
       if !Confirm.MustBeRoot
@@ -1275,7 +1275,7 @@
     # @return `back, `abort or `next
     def AutoSequence
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("nis")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.NIS")
       ret = Sequencer.Run(@Dialogs, @Sequence)
       UI.CloseDialog
       ret


Reply via email to