Hello community,

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

Package is "yast2-kdump"

Wed Jul 31 14:19:08 2019 rev:93 rq:707464 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2019-04-03 
09:25:07.567733593 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new.4126/yast2-kdump.changes        
2019-07-31 14:19:09.570654382 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:33:06 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-4.2.0.tar.bz2

New:
----
  yast2-kdump-4.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.XVtV2x/_old  2019-07-31 14:19:09.918654181 +0200
+++ /var/tmp/diff_new_pack.XVtV2x/_new  2019-07-31 14:19:09.918654181 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           yast2-kdump
-Version:        4.2.0
+Version:        4.2.1
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only
 Group:          System/YaST
 Url:            https://github.com/yast/yast-kdump
+
 Source0:        %{name}-%{version}.tar.bz2
+
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  rubygem(rspec)
@@ -31,7 +33,8 @@
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires:  yast2 >= 2.21.22
 BuildRequires:  yast2-bootloader
-BuildRequires:  yast2-buildtools >= 3.1.10
+BuildRequires:  yast2-buildtools >= 4.2.2
+
 Requires:       yast2
 # Kernel parameters with multiple values and bug#945479 fixed
 Requires:       yast2-bootloader >= 3.1.148
@@ -39,15 +42,17 @@
 # SpaceCalculation.GetPartitionInfo
 Requires:       yast2-packager
 # do not use old installation with wrong finish order
-Conflicts:      yast2-installation < 3.1.198
-Recommends:     makedumpfile
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
 %ifarch ppc
 Recommends:     kdump
 %else
 Requires:       kdump
 %endif
-Supplements:    packageand(yast2:kdump)
+Recommends:     makedumpfile
+
+Conflicts:      yast2-installation < 3.1.198
+
+Supplements:    (yast2 and kdump)
 
 %description
 Configuration of kdump
@@ -56,25 +61,24 @@
 %setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/kdump
-%{yast_yncludedir}/kdump/*
-%dir %{yast_libdir}/kdump
-%{yast_libdir}/kdump/*
-%{yast_clientdir}/kdump.rb
-%{yast_clientdir}/kdump_*.rb
-%{yast_moduledir}/Kdump.*
-%{yast_desktopdir}/kdump.desktop
-%{yast_schemadir}/autoyast/rnc/kdump.rnc
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_libdir}
+%{yast_clientdir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
+%{yast_scrconfdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING

++++++ yast2-kdump-4.2.0.tar.bz2 -> yast2-kdump-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.0/package/yast2-kdump.changes 
new/yast2-kdump-4.2.1/package/yast2-kdump.changes
--- old/yast2-kdump-4.2.0/package/yast2-kdump.changes   2019-04-02 
17:11:42.000000000 +0200
+++ new/yast2-kdump-4.2.1/package/yast2-kdump.changes   2019-06-04 
13:51:26.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:33:06 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.1
+
+-------------------------------------------------------------------
 Mon Apr  1 17:48:33 UTC 2019 - Ladislav Slezak <[email protected]>
 
 - Removed unused BuildRequires (bsc#1131234)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.0/package/yast2-kdump.spec 
new/yast2-kdump-4.2.1/package/yast2-kdump.spec
--- old/yast2-kdump-4.2.0/package/yast2-kdump.spec      2019-04-02 
17:11:42.000000000 +0200
+++ new/yast2-kdump-4.2.1/package/yast2-kdump.spec      2019-06-04 
13:51:26.000000000 +0200
@@ -12,18 +12,20 @@
 # 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-kdump
-Version:        4.2.0
+Version:        4.2.1
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only
 Group:          System/YaST
 Url:            https://github.com/yast/yast-kdump
+
 Source0:        %{name}-%{version}.tar.bz2
+
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 BuildRequires:  update-desktop-files
@@ -31,7 +33,8 @@
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires:  yast2 >= 2.21.22
 BuildRequires:  yast2-bootloader
-BuildRequires:  yast2-buildtools >= 3.1.10
+BuildRequires:  yast2-buildtools >= 4.2.2
+
 Requires:       yast2
 # Kernel parameters with multiple values and bug#945479 fixed
 Requires:       yast2-bootloader >= 3.1.148
@@ -39,15 +42,17 @@
 # SpaceCalculation.GetPartitionInfo
 Requires:       yast2-packager
 # do not use old installation with wrong finish order
-Conflicts:      yast2-installation < 3.1.198
-Recommends:     makedumpfile
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
 %ifarch ppc
 Recommends:     kdump
 %else
 Requires:       kdump
 %endif
-Supplements:   packageand(yast2:kdump)
+Recommends:     makedumpfile
+
+Conflicts:      yast2-installation < 3.1.198
+
+Supplements:    (yast2 and kdump)
 
 %description
 Configuration of kdump
@@ -56,26 +61,26 @@
 %setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
-
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/kdump
-%{yast_yncludedir}/kdump/*
-%dir %{yast_libdir}/kdump
-%{yast_libdir}/kdump/*
-%{yast_clientdir}/kdump.rb
-%{yast_clientdir}/kdump_*.rb
-%{yast_moduledir}/Kdump.*
-%{yast_desktopdir}/kdump.desktop
-%{yast_schemadir}/autoyast/rnc/kdump.rnc
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_libdir}
+%{yast_clientdir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
+%{yast_scrconfdir}
 %doc %{yast_docdir}
 %{yast_icondir}
 %license COPYING
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.0/src/desktop/kdump.desktop 
new/yast2-kdump-4.2.1/src/desktop/kdump.desktop
--- old/yast2-kdump-4.2.0/src/desktop/kdump.desktop     2019-04-02 
17:11:42.000000000 +0200
+++ new/yast2-kdump-4.2.1/src/desktop/kdump.desktop     1970-01-01 
01:00:00.000000000 +0100
@@ -1,27 +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=kdump
-
-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-AutoInstResource=
-X-SuSE-YaST-AutoInstPath=install
-X-SuSE-YaST-AutoInstSchema=kdump.rnc
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-Keywords=system,kernel,crash,dump
-
-Icon=yast-kdump
-Exec=xdg-su -c "/sbin/yast2 kdump"
-
-Name=Kernel Kdump
-GenericName=Kernel Kdump Configuration Tool
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-kdump-4.2.0/src/desktop/org.opensuse.yast.Kdump.desktop 
new/yast2-kdump-4.2.1/src/desktop/org.opensuse.yast.Kdump.desktop
--- old/yast2-kdump-4.2.0/src/desktop/org.opensuse.yast.Kdump.desktop   
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-kdump-4.2.1/src/desktop/org.opensuse.yast.Kdump.desktop   
2019-06-04 13:51:26.000000000 +0200
@@ -0,0 +1,28 @@
+[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=kdump
+
+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-AutoInstResource=
+X-SuSE-YaST-AutoInstPath=install
+X-SuSE-YaST-AutoInstSchema=kdump.rnc
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-Keywords=system,kernel,crash,dump
+
+Icon=yast-kdump
+Exec=xdg-su -c "/sbin/yast2 kdump"
+
+Name=YaST Kernel Kdump
+GenericName=Kernel Kdump
+Comment=Kernel Kdump Configuration Tool
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.2.0/src/include/kdump/wizards.rb 
new/yast2-kdump-4.2.1/src/include/kdump/wizards.rb
--- old/yast2-kdump-4.2.0/src/include/kdump/wizards.rb  2019-04-02 
17:11:42.000000000 +0200
+++ new/yast2-kdump-4.2.1/src/include/kdump/wizards.rb  2019-06-04 
13:51:26.000000000 +0200
@@ -72,7 +72,7 @@
 
       Wizard.CreateDialog
       if Mode.normal
-        Wizard.SetDesktopTitleAndIcon("kdump")
+        Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.Kdump")
       else
         Wizard.SetTitleIcon("yast-kdump")
       end
@@ -97,7 +97,7 @@
       if Stage.initial
         Wizard.SetTitleIcon("kdump") # no .desktop file in inst-sys
       else
-        Wizard.SetDesktopIcon("kdump")
+        Wizard.SetDesktopIcon("org.opensuse.yast.Kdump")
       end
       ret = MainSequence()
       UI.CloseDialog


Reply via email to