Hello community,

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

Package is "yast2-http-server"

Wed Jul 31 14:18:45 2019 rev:87 rq:707441 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes      
2019-03-13 09:09:16.799423586 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-http-server.new.4126/yast2-http-server.changes
    2019-07-31 14:18:46.694664122 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:31:00 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-http-server-4.1.4.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.LbYaqR/_old  2019-07-31 14:18:47.054663969 +0200
+++ /var/tmp/diff_new_pack.LbYaqR/_new  2019-07-31 14:18:47.054663969 +0200
@@ -17,10 +17,13 @@
 
 
 Name:           yast2-http-server
-Version:        4.1.4
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - HTTP Server Configuration
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-http-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
@@ -31,11 +34,12 @@
 BuildRequires:  popt-devel
 BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-network
 BuildRequires:  yast2-packagemanager-devel
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
+
 # Yast2::ServiceWidget
 BuildRequires:  yast2 >= 4.1.0
 Requires:       libzio
@@ -43,39 +47,33 @@
 Requires:       yast2-perl-bindings
 # Yast2::ServiceWidget
 Requires:       yast2 >= 4.1.0
-
-BuildArch:      noarch
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        YaST2 - HTTP Server Configuration
-License:        GPL-2.0-only
-Group:          System/YaST
+BuildArch:      noarch
 
 %description
 This package contains the YaST2 component for HTTP server (Apache2)
 configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/http-server
-%{yast_schemadir}/autoyast/rnc/http-server.rnc
-%{yast_yncludedir}/http-server/*
-%{yast_clientdir}/http-server.rb
-%{yast_clientdir}/http-server_*.rb
-%{yast_moduledir}/*
-%{yast_desktopdir}/http-server.desktop
-%{yast_scrconfdir}/*
-%{yast_agentdir}/*
+%{yast_schemadir}
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_agentdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING

++++++ yast2-http-server-4.1.4.tar.bz2 -> yast2-http-server-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-4.1.4/Dockerfile 
new/yast2-http-server-4.2.0/Dockerfile
--- old/yast2-http-server-4.1.4/Dockerfile      2019-03-12 12:29:54.000000000 
+0100
+++ new/yast2-http-server-4.2.0/Dockerfile      2019-06-04 11:40:17.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-http-server-4.1.4/package/yast2-http-server.changes 
new/yast2-http-server-4.2.0/package/yast2-http-server.changes
--- old/yast2-http-server-4.1.4/package/yast2-http-server.changes       
2019-03-12 12:29:54.000000000 +0100
+++ new/yast2-http-server-4.2.0/package/yast2-http-server.changes       
2019-06-04 11:40:17.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:31:00 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Fri Feb 22 07:51:52 UTC 2019 - mfi...@suse.com
 
 - bnc#1119455
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.1.4/package/yast2-http-server.spec 
new/yast2-http-server-4.2.0/package/yast2-http-server.spec
--- old/yast2-http-server-4.1.4/package/yast2-http-server.spec  2019-03-12 
12:29:54.000000000 +0100
+++ new/yast2-http-server-4.2.0/package/yast2-http-server.spec  2019-06-04 
11:40:17.000000000 +0200
@@ -12,58 +12,70 @@
 # 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-http-server
-Version:        4.1.4
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - HTTP Server Configuration
+Group:          System/YaST
+License:        GPL-2.0-only
+Url:            https://github.com/yast/yast-http-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0-only
-BuildRequires: yast2-network docbook-xsl-stylesheets doxygen libxslt 
perl-XML-Writer popt-devel sgml-skel update-desktop-files 
yast2-packagemanager-devel yast2-perl-bindings yast2-testsuite libzio
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-network
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  popt-devel
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-packagemanager-devel
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-testsuite libzio
+BuildRequires:  yast2-devtools >= 4.2.2
+
 # Yast2::ServiceWidget
 BuildRequires:  yast2 >= 4.1.0
-Requires:      yast2-network yast2-perl-bindings libzio
+Requires:       yast2-network
+Requires:       yast2-perl-bindings
+Requires:       libzio
 # Yast2::ServiceWidget
 Requires:       yast2 >= 4.1.0
-
-BuildArchitectures:    noarch
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       YaST2 - HTTP Server Configuration
+BuildArch:      noarch
 
 %description
 This package contains the YaST2 component for HTTP server (Apache2)
 configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/http-server
-%{yast_schemadir}/autoyast/rnc/http-server.rnc
-%{yast_yncludedir}/http-server/*
-%{yast_clientdir}/http-server.rb
-%{yast_clientdir}/http-server_*.rb
-%{yast_moduledir}/*
-%{yast_desktopdir}/http-server.desktop
-%{yast_scrconfdir}/*
-%{yast_agentdir}/*
+%{yast_schemadir}
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_agentdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-4.1.4/src/Makefile.am 
new/yast2-http-server-4.2.0/src/Makefile.am
--- old/yast2-http-server-4.1.4/src/Makefile.am 2019-03-12 12:29:54.000000000 
+0100
+++ new/yast2-http-server-4.2.0/src/Makefile.am 2019-06-04 11:40:17.000000000 
+0200
@@ -39,7 +39,7 @@
   autoyast-rnc/http-server.rnc
 
 desktop_DATA = \
-  desktop/http-server.desktop
+  desktop/org.opensuse.yast.HTTPServer.desktop
 
 symbolicdir = @icondir@/hicolor/symbolic/apps
 symbolic_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.1.4/src/desktop/http-server.desktop 
new/yast2-http-server-4.2.0/src/desktop/http-server.desktop
--- old/yast2-http-server-4.1.4/src/desktop/http-server.desktop 2019-03-12 
12:29:54.000000000 +0100
+++ new/yast2-http-server-4.2.0/src/desktop/http-server.desktop 1970-01-01 
01:00:00.000000000 +0100
@@ -1,25 +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=http-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=http-server
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-AutoInstSchema=http-server.rnc
-X-SuSE-YaST-Keywords=http,network,internet,apache,web,www
-
-Icon=yast-http-server
-Exec=xdg-su -c "/sbin/yast2 http-server"
-
-Name=HTTP Server
-GenericName=Configure an Apache 2 server
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.1.4/src/desktop/org.opensuse.yast.HTTPServer.desktop 
new/yast2-http-server-4.2.0/src/desktop/org.opensuse.yast.HTTPServer.desktop
--- 
old/yast2-http-server-4.1.4/src/desktop/org.opensuse.yast.HTTPServer.desktop    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-http-server-4.2.0/src/desktop/org.opensuse.yast.HTTPServer.desktop    
    2019-06-04 11:40:17.000000000 +0200
@@ -0,0 +1,26 @@
+[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=http-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=http-server
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-AutoInstSchema=http-server.rnc
+X-SuSE-YaST-Keywords=http,network,internet,apache,web,www
+
+Icon=yast-http-server
+Exec=xdg-su -c "/sbin/yast2 http-server"
+
+Name=YaST HTTP Server
+GenericName=HTTP Server
+Comment=Configure an Apache 2 server
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.1.4/src/include/http-server/wizards.rb 
new/yast2-http-server-4.2.0/src/include/http-server/wizards.rb
--- old/yast2-http-server-4.1.4/src/include/http-server/wizards.rb      
2019-03-12 12:29:54.000000000 +0100
+++ new/yast2-http-server-4.2.0/src/include/http-server/wizards.rb      
2019-06-04 11:40:17.000000000 +0200
@@ -180,7 +180,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("http-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.HTTPServer")
 
       w_mode = HttpServer.isWizardMode
       Ops.set(sequence, ["read", :next], "wizard") if w_mode
@@ -202,7 +202,7 @@
       contents = Label(_("Initializing ..."))
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("http-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.HTTPServer")
       Wizard.SetContentsButtons(
         caption,
         contents,


Reply via email to