Hello community,
here is the log from the commit of package yast2-slp-server for
openSUSE:Factory checked in at 2019-08-01 15:48:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-slp-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-slp-server.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-slp-server"
Thu Aug 1 15:48:18 2019 rev:41 rq:707664 version:4.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-slp-server/yast2-slp-server.changes
2019-01-03 18:05:57.092176437 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-slp-server.new.4126/yast2-slp-server.changes
2019-08-01 15:48:18.965741652 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:39:29 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
Old:
----
yast2-slp-server-4.1.1.tar.bz2
New:
----
yast2-slp-server-4.2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-slp-server.spec ++++++
--- /var/tmp/diff_new_pack.UH8LdU/_old 2019-08-01 15:48:19.357741599 +0200
+++ /var/tmp/diff_new_pack.UH8LdU/_new 2019-08-01 15:48:19.361741599 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-slp-server
#
-# 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
@@ -20,45 +20,46 @@
Summary: YaST2 SLP Daemon Server Configuration
License: GPL-2.0-or-later
Group: System/YaST
-Version: 4.1.1
+Version: 4.2.0
Release: 0
+Url: https://github.com/yast/yast-slp-server
-# CWM::ServiceWidget
-Requires: yast2 >= 4.1.0
-Requires: yast2-ruby-bindings >= 1.0.0
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
-BuildArch: noarch
+
BuildRequires: update-desktop-files
BuildRequires: yast2
-BuildRequires: yast2-devtools >= 3.1.10
+BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-testsuite
# CWM::ServiceWidget
BuildRequires: yast2 >= 4.1.0
+# CWM::ServiceWidget
+Requires: yast2 >= 4.1.0
+Requires: yast2-ruby-bindings >= 1.0.0
+
+BuildArch: noarch
+
%description
This package contains the YaST2 component for the configuration of an
SLP daemon.
%prep
-%setup -n %{name}-%{version}
+%setup -q
%build
%yast_build
%install
%yast_install
+%yast_metainfo
%files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/slp-server
-%{yast_yncludedir}/slp-server/*
-%{yast_clientdir}/slp-server.rb
-%{yast_clientdir}/slp-server_*.rb
-%{yast_moduledir}/SlpServer.*
-%{yast_desktopdir}/slp-server.desktop
-%{yast_scrconfdir}/slp*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
%{yast_icondir}
%doc %{yast_docdir}
%license COPYING
++++++ yast2-slp-server-4.1.1.tar.bz2 -> yast2-slp-server-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-slp-server-4.1.1/Dockerfile
new/yast2-slp-server-4.2.0/Dockerfile
--- old/yast2-slp-server-4.1.1/Dockerfile 2018-11-29 09:09:13.000000000
+0100
+++ new/yast2-slp-server-4.2.0/Dockerfile 2019-06-04 17:41:29.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-slp-server-4.1.1/package/yast2-slp-server.changes
new/yast2-slp-server-4.2.0/package/yast2-slp-server.changes
--- old/yast2-slp-server-4.1.1/package/yast2-slp-server.changes 2018-11-29
09:09:13.000000000 +0100
+++ new/yast2-slp-server-4.2.0/package/yast2-slp-server.changes 2019-06-04
17:41:29.000000000 +0200
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Fri May 31 12:39:29 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
Mon Nov 26 20:49:33 UTC 2018 - Noah Davis <[email protected]>
- Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-slp-server-4.1.1/package/yast2-slp-server.spec
new/yast2-slp-server-4.2.0/package/yast2-slp-server.spec
--- old/yast2-slp-server-4.1.1/package/yast2-slp-server.spec 2018-11-29
09:09:13.000000000 +0100
+++ new/yast2-slp-server-4.2.0/package/yast2-slp-server.spec 2019-06-04
17:41:29.000000000 +0200
@@ -12,51 +12,51 @@
# 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-slp-server
-Summary: YaST2 SLP Daemon Server Configuration
-Version: 4.1.1
+Summary: YaST2 SLP Daemon Server Configuration
+Version: 4.2.0
Release: 0
-
-Group: System/YaST
+Group: System/YaST
License: GPL-2.0-or-later
+Url: https://github.com/yast/yast-slp-server
+
+Source0: %{name}-%{version}.tar.bz2
+
+BuildRequires: update-desktop-files yast2 yast2-testsuite
+BuildRequires: yast2-devtools >= 4.2.2
+# CWM::ServiceWidget
+BuildRequires: yast2 >= 4.1.0
# CWM::ServiceWidget
Requires: yast2 >= 4.1.0
Requires: yast2-ruby-bindings >= 1.0.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: %{name}-%{version}.tar.bz2
-BuildArchitectures: noarch
-BuildRequires: update-desktop-files yast2 yast2-testsuite
-BuildRequires: yast2-devtools >= 3.1.10
-# CWM::ServiceWidget
-BuildRequires: yast2 >= 4.1.0
+BuildArch: noarch
%description
This package contains the YaST2 component for the configuration of an
SLP daemon.
%prep
-%setup -n %{name}-%{version}
+%setup -q
%build
%yast_build
%install
%yast_install
+%yast_metainfo
%files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/slp-server
-%{yast_yncludedir}/slp-server/*
-%{yast_clientdir}/slp-server.rb
-%{yast_clientdir}/slp-server_*.rb
-%{yast_moduledir}/SlpServer.*
-%{yast_desktopdir}/slp-server.desktop
-%{yast_scrconfdir}/slp*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
%{yast_icondir}
%doc %{yast_docdir}
%license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-slp-server-4.1.1/src/Makefile.am
new/yast2-slp-server-4.2.0/src/Makefile.am
--- old/yast2-slp-server-4.1.1/src/Makefile.am 2018-11-29 09:09:13.000000000
+0100
+++ new/yast2-slp-server-4.2.0/src/Makefile.am 2019-06-04 17:41:29.000000000
+0200
@@ -20,7 +20,7 @@
scrconf/slp_reg.scr
desktop_DATA = \
- desktop/slp-server.desktop
+ desktop/org.opensuse.yast.SLPServer.desktop
scalabledir = @icondir@/hicolor/scalable/apps
scalable_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-slp-server-4.1.1/src/desktop/org.opensuse.yast.SLPServer.desktop
new/yast2-slp-server-4.2.0/src/desktop/org.opensuse.yast.SLPServer.desktop
--- old/yast2-slp-server-4.1.1/src/desktop/org.opensuse.yast.SLPServer.desktop
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-slp-server-4.2.0/src/desktop/org.opensuse.yast.SLPServer.desktop
2019-06-04 17:41:29.000000000 +0200
@@ -0,0 +1,24 @@
+[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=slp-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=slp-server
+X-SuSE-YaST-Keywords=network,installation,repositories,products,serviceLocationProtocol
+
+Icon=yast-slp-server
+Exec=xdg-su -c "/sbin/yast2 slp-server"
+
+Name=YaST SLP Server
+GenericName=SLP Server
+Comment=Configure an SLP Server
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-slp-server-4.1.1/src/desktop/slp-server.desktop
new/yast2-slp-server-4.2.0/src/desktop/slp-server.desktop
--- old/yast2-slp-server-4.1.1/src/desktop/slp-server.desktop 2018-11-29
09:09:13.000000000 +0100
+++ new/yast2-slp-server-4.2.0/src/desktop/slp-server.desktop 1970-01-01
01:00:00.000000000 +0100
@@ -1,23 +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=slp-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=slp-server
-X-SuSE-YaST-Keywords=network,installation,repositories,products,serviceLocationProtocol
-
-Icon=yast-slp-server
-Exec=xdg-su -c "/sbin/yast2 slp-server"
-
-Name=SLP Server
-GenericName=Configure a SLP server
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-slp-server-4.1.1/src/include/slp-server/wizards.rb
new/yast2-slp-server-4.2.0/src/include/slp-server/wizards.rb
--- old/yast2-slp-server-4.1.1/src/include/slp-server/wizards.rb
2018-11-29 09:09:13.000000000 +0100
+++ new/yast2-slp-server-4.2.0/src/include/slp-server/wizards.rb
2019-06-04 17:41:29.000000000 +0200
@@ -65,7 +65,7 @@
}
Wizard.OpenCancelOKDialog
- Wizard.SetDesktopTitleAndIcon("slp-server")
+ Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.SLPServer")
ret = Sequencer.Run(aliases, sequence)
@@ -83,7 +83,7 @@
contents = Label(_("Initializing..."))
Wizard.CreateDialog
- Wizard.SetDesktopTitleAndIcon("slp-server")
+ Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.SLPServer")
Wizard.SetContentsButtons(
caption,
contents,