Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2019-08-01 15:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-reipl (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-reipl.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-reipl"

Thu Aug  1 15:48:17 2019 rev:40 rq:707650 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2019-02-28 
21:44:14.913503444 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new.4126/yast2-reipl.changes        
2019-08-01 15:48:18.253741748 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:36:53 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-reipl-4.1.0.tar.bz2

New:
----
  yast2-reipl-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-reipl.spec ++++++
--- /var/tmp/diff_new_pack.LL66Sn/_old  2019-08-01 15:48:18.733741683 +0200
+++ /var/tmp/diff_new_pack.LL66Sn/_new  2019-08-01 15:48:18.733741683 +0200
@@ -17,60 +17,55 @@
 
 
 Name:           yast2-reipl
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - IPL loader
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-reipl
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 
-ExclusiveArch:  s390 s390x
-
+PreReq:         %fillup_prereq
+Requires:       yast2-ruby-bindings >= 1.0.0
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 # needed for chreipl and lsreipl commands
 Requires:       s390-tools
 
-PreReq:         %fillup_prereq
-
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - IPL loader
-License:        GPL-2.0-only
-Group:          System/YaST
-Url:            http://github.com/yast/yast-reipl
+ExclusiveArch:  s390 s390x
 
 %description
 Module for loading IPL from running system on S/390
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %post
 %{fillup_only -ns security checksig}
 
 %files
-%defattr(-,root,root)
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*.rb
-%{yast_desktopdir}/*.desktop
-%dir %{yast_yncludedir}/reipl
-%{yast_yncludedir}/reipl/*
-%dir %{yast_docdir}
-%doc %{yast_docdir}/*
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_yncludedir}
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog

++++++ yast2-reipl-4.1.0.tar.bz2 -> yast2-reipl-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-4.1.0/Dockerfile 
new/yast2-reipl-4.2.0/Dockerfile
--- old/yast2-reipl-4.1.0/Dockerfile    2019-02-27 15:46:06.000000000 +0100
+++ new/yast2-reipl-4.2.0/Dockerfile    2019-06-04 17:16:55.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 # a workaround to allow package building on a non-s390 machine
 RUN sed -i "/^ExclusiveArch:/d" package/*.spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-4.1.0/package/yast2-reipl.changes 
new/yast2-reipl-4.2.0/package/yast2-reipl.changes
--- old/yast2-reipl-4.1.0/package/yast2-reipl.changes   2019-02-27 
15:46:06.000000000 +0100
+++ new/yast2-reipl-4.2.0/package/yast2-reipl.changes   2019-06-04 
17:16:55.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:36:53 UTC 2019 - Stasiek Michalski <hel...@mailbox.org>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Tue Feb 26 13:03:41 UTC 2019 - José Iván López González <jlo...@suse.com>
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-4.1.0/package/yast2-reipl.spec 
new/yast2-reipl-4.2.0/package/yast2-reipl.spec
--- old/yast2-reipl-4.1.0/package/yast2-reipl.spec      2019-02-27 
15:46:06.000000000 +0100
+++ new/yast2-reipl-4.2.0/package/yast2-reipl.spec      2019-06-04 
17:16:55.000000000 +0200
@@ -12,65 +12,60 @@
 # 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-reipl
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - IPL loader
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-reipl
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  update-desktop-files
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 
-ExclusiveArch:  s390 s390x
-
+PreReq:         %fillup_prereq
+Requires:       yast2-ruby-bindings >= 1.0.0
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 # needed for chreipl and lsreipl commands
 Requires:       s390-tools
 
-PreReq:         %fillup_prereq
-
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - IPL loader
-License:        GPL-2.0-only
-Group:          System/YaST
-Url:            http://github.com/yast/yast-reipl
+ExclusiveArch:  s390 s390x
 
 %description
 Module for loading IPL from running system on S/390
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %post
 %{fillup_only -ns security checksig}
 
 %files
-%defattr(-,root,root)
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*.rb
-%{yast_desktopdir}/*.desktop
-%dir %{yast_yncludedir}/reipl
-%{yast_yncludedir}/reipl/*
-%dir %{yast_docdir}
-%doc %{yast_docdir}/*
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_yncludedir}
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-reipl-4.1.0/src/desktop/org.opensuse.yast.Reipl.desktop 
new/yast2-reipl-4.2.0/src/desktop/org.opensuse.yast.Reipl.desktop
--- old/yast2-reipl-4.1.0/src/desktop/org.opensuse.yast.Reipl.desktop   
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-reipl-4.2.0/src/desktop/org.opensuse.yast.Reipl.desktop   
2019-06-04 17:16:55.000000000 +0200
@@ -0,0 +1,22 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=reipl
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=reipl
+
+Icon=yast-reipl
+Exec=xdg-su -c "/sbin/yast2 reipl"
+
+Name=YaST Reipl
+GenericName=Reipl
+Comment=Load IPL from running system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-4.1.0/src/desktop/reipl.desktop 
new/yast2-reipl-4.2.0/src/desktop/reipl.desktop
--- old/yast2-reipl-4.1.0/src/desktop/reipl.desktop     2019-02-27 
15:46:06.000000000 +0100
+++ new/yast2-reipl-4.2.0/src/desktop/reipl.desktop     1970-01-01 
01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=reipl
-
-X-SuSE-YaST-Group=Misc
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoInstResource=reipl
-
-Icon=yast-reipl
-Exec=xdg-su -c "/sbin/yast2 reipl"
-
-Name=Reipl
-GenericName=reipl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-4.1.0/src/include/reipl/wizards.rb 
new/yast2-reipl-4.2.0/src/include/reipl/wizards.rb
--- old/yast2-reipl-4.1.0/src/include/reipl/wizards.rb  2019-02-27 
15:46:06.000000000 +0100
+++ new/yast2-reipl-4.2.0/src/include/reipl/wizards.rb  2019-06-04 
17:16:55.000000000 +0200
@@ -84,7 +84,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("reipl")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.Reipl")
 
       ret = Sequencer.Run(aliases, sequence)
 


Reply via email to