Hello community,

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

Package is "yast2-services-manager"

Wed Jul 31 14:20:51 2019 rev:48 rq:707663 version:4.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
    2019-05-10 09:13:05.615599493 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new.4126/yast2-services-manager.changes
  2019-07-31 14:20:52.498572697 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:38:40 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-services-manager-4.1.15.tar.bz2

New:
----
  yast2-services-manager-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-services-manager.spec ++++++
--- /var/tmp/diff_new_pack.m4I5pB/_old  2019-07-31 14:20:53.034572272 +0200
+++ /var/tmp/diff_new_pack.m4I5pB/_new  2019-07-31 14:20:53.034572272 +0200
@@ -24,25 +24,15 @@
 ######################################################################
 
 Name:           yast2-services-manager
-Version:        4.1.15
+Version:        4.2.0
 Release:        0
-BuildArch:      noarch
+Summary:        YaST2 - Services Manager
+License:        GPL-2.0-or-later
+Group:          System/YaST
+Url:            https://github.com/yast/yast-services-manager
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       ruby
-# Yast2::Firewalld::Interface#zone returns a Zone object
-Requires:       yast2 >= 4.1.17
-Requires:       yast2-ruby-bindings >= 1.2.0
-# To show service logs
-Suggests:       yast2-journal >= 4.1.1
-# need new enough installation for its inst clients
-Conflicts:      yast2-installation < 3.1.32
-
-Obsoletes:      yast2-runlevel
-Conflicts:      yast2-runlevel
-
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 # Yast2::Firewalld::Interface#zone returns a Zone object
@@ -51,54 +41,52 @@
 # To show service logs
 BuildRequires:  yast2-journal >= 4.1.1
 # Support for 'data' directory in rake install task
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake) >= 0.1.7
 
-Summary:        YaST2 - Services Manager
-License:        GPL-2.0-or-later
-Group:          System/YaST
-Url:            https://github.com/yast/yast-services-manager
+Requires:       ruby
+# Yast2::Firewalld::Interface#zone returns a Zone object
+Requires:       yast2 >= 4.1.17
+Requires:       yast2-ruby-bindings >= 1.2.0
+
+# To show service logs
+Suggests:       yast2-journal >= 4.1.1
+
+Obsoletes:      yast2-runlevel
+
+# need new enough installation for its inst clients
+Conflicts:      yast2-installation < 3.1.32
+Conflicts:      yast2-runlevel
+
+BuildArch:      noarch
 
 %description
 Provides user interface and libraries to configure systemd
 services and targets.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 
 %check
-# opensuse-13.1 does not contain rspec in default repositories
-%if 0%{?suse_version} > 1310
 rake test:unit
-%endif
 
 %install
-rake install DESTDIR="%{buildroot}"
-%suse_update_desktop_file services-manager
-
-%define yast_dir %{_prefix}/share/YaST2
-%define yast_icondir %{_datadir}/icons
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/modules/*.rb
-%{yast_dir}/schema/autoyast/rnc/*.rnc
-%dir %{yast_dir}/lib/services-manager/
-%dir %{yast_dir}/lib/services-manager/clients
-%{yast_dir}/lib/services-manager/*.rb
-%{yast_dir}/lib/services-manager/clients/*.rb
-%dir %{yast_dir}/data/services-manager/
-%{yast_dir}/data/services-manager/*.erb
-%dir %{yast_dir}/lib/services-manager/widgets
-%{yast_dir}/lib/services-manager/widgets/*.rb
-%dir %{yast_dir}/lib/services-manager/dialogs
-%{yast_dir}/lib/services-manager/dialogs/*.rb
-%{_prefix}/share/applications/YaST2/services-manager.desktop
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_schemadir}
+%{yast_libdir}
+%{yast_ydatadir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
-%_docdir/%name/
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog

++++++ yast2-services-manager-4.1.15.tar.bz2 -> 
yast2-services-manager-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.1.15/package/yast2-services-manager.changes 
new/yast2-services-manager-4.2.0/package/yast2-services-manager.changes
--- old/yast2-services-manager-4.1.15/package/yast2-services-manager.changes    
2019-05-09 11:36:17.000000000 +0200
+++ new/yast2-services-manager-4.2.0/package/yast2-services-manager.changes     
2019-06-04 17:40:32.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:38:40 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.2
+
+-------------------------------------------------------------------
 Wed May  8 15:20:54 UTC 2019 - Stefan Hundhammer <[email protected]>
 
 - Adapted systemd states to upstream changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.1.15/package/yast2-services-manager.spec 
new/yast2-services-manager-4.2.0/package/yast2-services-manager.spec
--- old/yast2-services-manager-4.1.15/package/yast2-services-manager.spec       
2019-05-09 11:36:17.000000000 +0200
+++ new/yast2-services-manager-4.2.0/package/yast2-services-manager.spec        
2019-06-04 17:40:32.000000000 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,79 +24,67 @@
 ######################################################################
 
 Name:           yast2-services-manager
-Version:        4.1.15
+Version:        4.2.0
 Release:        0
-BuildArch:      noarch
+Summary:        YaST2 - Services Manager
+Group:          System/YaST
+License:        GPL-2.0-or-later
+Url:            https://github.com/yast/yast-services-manager
 
-BuildRoot:      %{_tmppath}/%{name}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       ruby
-# Yast2::Firewalld::Interface#zone returns a Zone object
-Requires:       yast2 >= 4.1.17
-Requires:       yast2-ruby-bindings >= 1.2.0
-# To show service logs
-Suggests:      yast2-journal >= 4.1.1
-# need new enough installation for its inst clients
-Conflicts:      yast2-installation < 3.1.32
-
-Obsoletes:      yast2-runlevel
-Conflicts:      yast2-runlevel
-
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 # Yast2::Firewalld::Interface#zone returns a Zone object
 BuildRequires:  yast2 >= 4.1.17
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
 # To show service logs
-BuildRequires:         yast2-journal >= 4.1.1
+BuildRequires:  yast2-journal >= 4.1.1
 # Support for 'data' directory in rake install task
 BuildRequires:  rubygem(yast-rake) >= 0.1.7
 BuildRequires:  rubygem(rspec)
+BuildRequires:  yast2-devtools >= 4.2.2
 
-Summary:        YaST2 - Services Manager
-Group:          System/YaST
-License:        GPL-2.0-or-later
-Url:            https://github.com/yast/yast-services-manager
+Requires:       ruby
+# Yast2::Firewalld::Interface#zone returns a Zone object
+Requires:       yast2 >= 4.1.17
+Requires:       yast2-ruby-bindings >= 1.2.0
+
+# To show service logs
+Suggests:       yast2-journal >= 4.1.1
+
+Obsoletes:      yast2-runlevel
+
+# need new enough installation for its inst clients
+Conflicts:      yast2-installation < 3.1.32
+Conflicts:      yast2-runlevel
+
+BuildArch:      noarch
 
 %description
 Provides user interface and libraries to configure systemd
 services and targets.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 
 %check
-# opensuse-13.1 does not contain rspec in default repositories
-%if 0%{?suse_version} > 1310
 rake test:unit
-%endif
 
 %install
-rake install DESTDIR="%{buildroot}"
-%suse_update_desktop_file services-manager
-
-%define yast_dir %{_prefix}/share/YaST2
-%define yast_icondir %{_datadir}/icons
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/modules/*.rb
-%{yast_dir}/schema/autoyast/rnc/*.rnc
-%dir %{yast_dir}/lib/services-manager/
-%dir %{yast_dir}/lib/services-manager/clients
-%{yast_dir}/lib/services-manager/*.rb
-%{yast_dir}/lib/services-manager/clients/*.rb
-%dir %{yast_dir}/data/services-manager/
-%{yast_dir}/data/services-manager/*.erb
-%dir %{yast_dir}/lib/services-manager/widgets
-%{yast_dir}/lib/services-manager/widgets/*.rb
-%dir %{yast_dir}/lib/services-manager/dialogs
-%{yast_dir}/lib/services-manager/dialogs/*.rb
-%{_prefix}/share/applications/YaST2/services-manager.desktop
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_schemadir}
+%{yast_libdir}
+%{yast_ydatadir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
-%_docdir/%name/
+%doc %{yast_docdir}
 %license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.1.15/src/desktop/org.opensuse.yast.ServicesManager.desktop
 
new/yast2-services-manager-4.2.0/src/desktop/org.opensuse.yast.ServicesManager.desktop
--- 
old/yast2-services-manager-4.1.15/src/desktop/org.opensuse.yast.ServicesManager.desktop
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-services-manager-4.2.0/src/desktop/org.opensuse.yast.ServicesManager.desktop
      2019-06-04 17:40:32.000000000 +0200
@@ -0,0 +1,26 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=services-manager
+
+X-SuSE-YaST-Group=System
+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=services-manager.rnc
+X-SuSE-YaST-AutoInstResourceAliases=runlevel
+X-SuSE-YaST-Keywords=systemd,system,background
+
+Icon=yast-services-manager
+Exec=xdg-su -c "/sbin/yast2 services-manager"
+
+Name=YaST Services Manager
+GenericName=Services Manager
+Comment=Configure running services and the default target
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.1.15/src/desktop/services-manager.desktop 
new/yast2-services-manager-4.2.0/src/desktop/services-manager.desktop
--- old/yast2-services-manager-4.1.15/src/desktop/services-manager.desktop      
2019-05-09 11:36:17.000000000 +0200
+++ new/yast2-services-manager-4.2.0/src/desktop/services-manager.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-System;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=services-manager
-
-X-SuSE-YaST-Group=System
-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=services-manager.rnc
-X-SuSE-YaST-AutoInstResourceAliases=runlevel
-X-SuSE-YaST-Keywords=systemd,system,background
-
-Icon=yast-services-manager
-Exec=xdg-su -c "/sbin/yast2 services-manager"
-
-Name=Services Manager
-GenericName=Configure running services and the default target
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.1.15/src/lib/services-manager/clients/default_target_proposal.rb
 
new/yast2-services-manager-4.2.0/src/lib/services-manager/clients/default_target_proposal.rb
--- 
old/yast2-services-manager-4.1.15/src/lib/services-manager/clients/default_target_proposal.rb
       2019-05-09 11:36:17.000000000 +0200
+++ 
new/yast2-services-manager-4.2.0/src/lib/services-manager/clients/default_target_proposal.rb
        2019-06-04 17:40:32.000000000 +0200
@@ -114,7 +114,7 @@
       def create_dialog
         caption = _("Set Default Systemd Target")
         Wizard.CreateDialog
-        Wizard.SetDesktopIcon "services-manager"
+        Wizard.SetDesktopIcon "org.opensuse.yast.ServicesManager"
         Wizard.SetContentsButtons(
           caption,
           generate_content,


Reply via email to