Hello community,

here is the log from the commit of package mpt-status for openSUSE:Factory 
checked in at 2020-04-25 20:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpt-status (Old)
 and      /work/SRC/openSUSE:Factory/.mpt-status.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpt-status"

Sat Apr 25 20:07:44 2020 rev:18 rq:795526 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpt-status/mpt-status.changes    2013-04-17 
23:09:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mpt-status.new.2738/mpt-status.changes  
2020-04-25 20:07:53.759494751 +0200
@@ -1,0 +2,6 @@
+Mon Apr  6 17:28:01 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Modernise spec file
+  * Mark license and copyright as such
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpt-status.spec ++++++
--- /var/tmp/diff_new_pack.yQDyu8/_old  2020-04-25 20:07:54.919497143 +0200
+++ /var/tmp/diff_new_pack.yQDyu8/_new  2020-04-25 20:07:54.919497143 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpt-status
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/
 #
 
 
@@ -20,35 +20,33 @@
 Version:        1.2.0
 Release:        0
 Summary:        Program Showing the Status of LSI 1030 RAID Controller
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
-Url:            http://freecode.com/projects/mptstatus
+URL:            http://freecode.com/projects/mptstatus
 Source:         
http://ftp.de.debian.org/debian/pool/main/m/mpt-status/%{name}_%{version}.orig.tar.gz
 Patch0:         mpt-status.linux-compiler.patch
 BuildRequires:  kernel-source
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-This program shows the status of the physical and logical drives
-attached to a LSI 1030 RAID (mptlinux, fusion, mpt, ioc) controller.
+This program shows the status of the physical and logical drives attached
+to a LSI 1030 RAID (mptlinux, fusion, mpt, ioc) controller.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
-gcc %{optflags} -I/usr/src/linux/drivers/message/fusion -Iincl mpt-status.c -o 
mpt-status
+cc %{optflags} -I/usr/src/linux/drivers/message/fusion -Iincl mpt-status.c -o 
mpt-status
 
 %install
-install -d -m 755 %{buildroot}%{_bindir}
-install -d -m 755 %{buildroot}%{_mandir}/man8
-install -m 755 mpt-status %{buildroot}%{_bindir}
-install -m 644 man/mpt-status.8 %{buildroot}%{_mandir}/man8
+install -Dpm 0755 mpt-status \
+  %{buildroot}%{_bindir}/mpt-status
+install -Dpm 0644 man/mpt-status.8 \
+  %{buildroot}%{_mandir}/man8/mpt-status.8
 
 %files
-%defattr(-,root,root)
-%doc 
doc/{AUTHORS,Changelog,COPYING,DeveloperNotes,FAQ,README,ReleaseNotes,TODO}
-%doc %{_mandir}/man?/*
-%{_bindir}/*
+%license doc/{COPYING,AUTHORS}
+%doc doc/{Changelog,DeveloperNotes,FAQ,README,ReleaseNotes,TODO}
+%{_bindir}/mpt-status
+%{_mandir}/man8/*
 
 %changelog


Reply via email to