Hello community,

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

Package is "yast2-online-update-configuration"

Wed Jul 31 14:19:58 2019 rev:26 rq:707639 version:4.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
      2018-12-31 09:41:13.930469932 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new.4126/yast2-online-update-configuration.changes
    2019-07-31 14:19:59.598614719 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:35:33 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-online-update-configuration-4.1.0.tar.bz2

New:
----
  yast2-online-update-configuration-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-online-update-configuration.spec ++++++
--- /var/tmp/diff_new_pack.GKibDs/_old  2019-07-31 14:20:00.110614312 +0200
+++ /var/tmp/diff_new_pack.GKibDs/_new  2019-07-31 14:20:00.110614312 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-online-update-configuration
 #
-# 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,66 +17,66 @@
 
 
 Name:           yast2-online-update-configuration
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
+Summary:        Configuration of Online Update
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-online-update-configuration
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-# Wizard::SetDesktopTitleAndIcon
-Requires:       yast2 >= 2.21.0
-Requires:       yast2-packager >= 2.17.0
-Requires:       yast2-pkg-bindings >= 2.17.20
-Conflicts:      yast2-registration <= 2.19.1
-Provides:       
yast2-registration:/usr/share/YaST2/clients/online_update_configuration.ycp
-
-PreReq:         %fillup_prereq
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.17.0
-BuildRequires:  yast2-devtools >= 3.1.15
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-packager
 BuildRequires:  yast2-pkg-bindings >= 2.17.20
 BuildRequires:  yast2-testsuite
-BuildArch:      noarch
 
+PreReq:         %fillup_prereq
+# Wizard::SetDesktopTitleAndIcon
+Requires:       yast2 >= 2.21.0
+Requires:       yast2-packager >= 2.17.0
+Requires:       yast2-pkg-bindings >= 2.17.20
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        Configuration of Online Update
-License:        GPL-2.0-only
-Group:          System/YaST
+Conflicts:      yast2-registration <= 2.19.1
+
+Provides:       
yast2-registration:/usr/share/YaST2/clients/online_update_configuration.ycp
+
+BuildArch:      noarch
 
 %description
 Allows to configure automatic online update.
 
-%post
-%{fillup_only -ns automatic_online_update yast2-online-update-configuration}
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
+
+%post
+%{fillup_only -ns automatic_online_update yast2-online-update-configuration}
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %doc %{yast_docdir}
-%dir %{yast_yncludedir}/online-update-configuration
-%{yast_yncludedir}/online-update-configuration/*
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*.rb
-%dir %{yast_libdir}/online-update-configuration
-%{yast_libdir}/online-update-configuration
-%{yast_desktopdir}/online_update_configuration.desktop
-%{yast_schemadir}/autoyast/rnc/*.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
-%license COPYING
-/usr/lib/YaST2/bin/online_update
+%{yast_ybindir}
 # agent
-%{yast_scrconfdir}/cfg_automatic_online_update.scr
+%{yast_scrconfdir}
 # fillup
 
%{_fillupdir}/sysconfig.automatic_online_update-yast2-online-update-configuration
 

++++++ yast2-online-update-configuration-4.1.0.tar.bz2 -> 
yast2-online-update-configuration-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-configuration-4.1.0/Dockerfile 
new/yast2-online-update-configuration-4.2.0/Dockerfile
--- old/yast2-online-update-configuration-4.1.0/Dockerfile      2018-11-29 
08:58:00.000000000 +0100
+++ new/yast2-online-update-configuration-4.2.0/Dockerfile      2019-06-04 
16:55:58.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-online-update-configuration-4.1.0/package/yast2-online-update-configuration.changes
 
new/yast2-online-update-configuration-4.2.0/package/yast2-online-update-configuration.changes
--- 
old/yast2-online-update-configuration-4.1.0/package/yast2-online-update-configuration.changes
       2018-11-29 08:58:00.000000000 +0100
+++ 
new/yast2-online-update-configuration-4.2.0/package/yast2-online-update-configuration.changes
       2019-06-04 16:55:58.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:35:33 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Sun Nov 25 21:58:09 UTC 2018 - Noah Davis <[email protected]>
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-4.1.0/package/yast2-online-update-configuration.spec
 
new/yast2-online-update-configuration-4.2.0/package/yast2-online-update-configuration.spec
--- 
old/yast2-online-update-configuration-4.1.0/package/yast2-online-update-configuration.spec
  2018-11-29 08:58:00.000000000 +0100
+++ 
new/yast2-online-update-configuration-4.2.0/package/yast2-online-update-configuration.spec
  2019-06-04 16:55:58.000000000 +0200
@@ -12,67 +12,71 @@
 # 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-online-update-configuration
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
+Group:          System/YaST
+License:        GPL-2.0
+Summary:        Configuration of Online Update
+Url:            https://github.com/yast/yast-online-update-configuration
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0
+BuildRequires:  yast2 >= 2.17.0
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-packager
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-devtools >= 4.2.2
+BuildRequires:  yast2-pkg-bindings >= 2.17.20
+
+PreReq:         %fillup_prereq
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.0
 Requires:       yast2-packager >= 2.17.0
 Requires:       yast2-pkg-bindings >= 2.17.20
+Requires:       yast2-ruby-bindings >= 1.0.0
+
 Conflicts:      yast2-registration <= 2.19.1
+
 Provides:       
yast2-registration:/usr/share/YaST2/clients/online_update_configuration.ycp
 
-PreReq:         %fillup_prereq
-BuildRequires:  yast2 >= 2.17.0
-BuildRequires:  perl-XML-Writer update-desktop-files yast2-packager 
yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.1.15
-BuildRequires:  yast2-pkg-bindings >= 2.17.20
 BuildArch:      noarch
 
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        Configuration of Online Update
-
 %description
 Allows to configure automatic online update.
 
-%post
-%{fillup_only -ns automatic_online_update yast2-online-update-configuration}
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
+%post
+%{fillup_only -ns automatic_online_update yast2-online-update-configuration}
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %doc %{yast_docdir}
-%dir %{yast_yncludedir}/online-update-configuration
-%{yast_yncludedir}/online-update-configuration/*
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*.rb
-%dir %{yast_libdir}/online-update-configuration
-%{yast_libdir}/online-update-configuration
-%{yast_desktopdir}/online_update_configuration.desktop
-%{yast_schemadir}/autoyast/rnc/*.rnc
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
-%license COPYING
-/usr/lib/YaST2/bin/online_update
+%{yast_ybindir}
 # agent
-%{yast_scrconfdir}/cfg_automatic_online_update.scr
+%{yast_scrconfdir}
 # fillup
 
%{_fillupdir}/sysconfig.automatic_online_update-yast2-online-update-configuration
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-4.1.0/src/Makefile.am 
new/yast2-online-update-configuration-4.2.0/src/Makefile.am
--- old/yast2-online-update-configuration-4.1.0/src/Makefile.am 2018-11-29 
08:58:00.000000000 +0100
+++ new/yast2-online-update-configuration-4.2.0/src/Makefile.am 2019-06-04 
16:55:58.000000000 +0200
@@ -23,7 +23,7 @@
   bin/online_update
 
 desktop_DATA = \
-  desktop/online_update_configuration.desktop
+  desktop/org.opensuse.yast.OnlineUpdateConfiguration.desktop
 
 fillup_DATA = \
   fillup/sysconfig.automatic_online_update-yast2-online-update-configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-4.1.0/src/clients/online_update_configuration.rb
 
new/yast2-online-update-configuration-4.2.0/src/clients/online_update_configuration.rb
--- 
old/yast2-online-update-configuration-4.1.0/src/clients/online_update_configuration.rb
      2018-11-29 08:58:00.000000000 +0100
+++ 
new/yast2-online-update-configuration-4.2.0/src/clients/online_update_configuration.rb
      2019-06-04 16:55:58.000000000 +0200
@@ -87,7 +87,7 @@
       Wizard.SetContents(@moduleTitle, @contents, @help, false, true)
 
       if Mode.normal
-        Wizard.SetDesktopTitleAndIcon("online_update_configuration")
+        
Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.OnlineUpdateConfiguration")
       else
         Wizard.SetTitleIcon("yast-online_update")
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-4.1.0/src/desktop/online_update_configuration.desktop
 
new/yast2-online-update-configuration-4.2.0/src/desktop/online_update_configuration.desktop
--- 
old/yast2-online-update-configuration-4.1.0/src/desktop/online_update_configuration.desktop
 2018-11-29 08:58:00.000000000 +0100
+++ 
new/yast2-online-update-configuration-4.2.0/src/desktop/online_update_configuration.desktop
 1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Software;
-
-X-SuSE-YaST-Call=online_update_configuration
-X-SuSE-YaST-RootOnly=false
-X-SuSE-YaST-Group=Software
-X-SuSE-YaST-AutoInst=all
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-AutoInstRequires=lan,proxy
-X-SuSE-YaST-AutoInstSchema=online_update_configuration.rnc
-X-SuSE-YaST-Keywords=online,update,YOU,patch
-
-Icon=yast-update-online-configuration
-Exec=/sbin/yast2 online_update_configuration
-
-Name=Online Update Configuration
-GenericName=Online Update Configuration
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-4.1.0/src/desktop/org.opensuse.yast.OnlineUpdateConfiguration.desktop
 
new/yast2-online-update-configuration-4.2.0/src/desktop/org.opensuse.yast.OnlineUpdateConfiguration.desktop
--- 
old/yast2-online-update-configuration-4.1.0/src/desktop/org.opensuse.yast.OnlineUpdateConfiguration.desktop
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-online-update-configuration-4.2.0/src/desktop/org.opensuse.yast.OnlineUpdateConfiguration.desktop
 2019-06-04 16:55:58.000000000 +0200
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Software;
+
+X-SuSE-YaST-Call=online_update_configuration
+X-SuSE-YaST-RootOnly=false
+X-SuSE-YaST-Group=Software
+X-SuSE-YaST-AutoInst=all
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-AutoInstRequires=lan,proxy
+X-SuSE-YaST-AutoInstSchema=online_update_configuration.rnc
+X-SuSE-YaST-Keywords=online,update,YOU,patch
+
+Icon=yast-update-online-configuration
+Exec=/sbin/yast2 online_update_configuration
+
+Name=YaST Online Update Configuration
+GenericName=Online Update Configuration
+Comment=Configure Online Update Setup
+StartupNotify=true


Reply via email to