Hello community, here is the log from the commit of package mtools for openSUSE:Factory checked in at 2018-07-25 16:04:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtools (Old) and /work/SRC/openSUSE:Factory/.mtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtools" Wed Jul 25 16:04:11 2018 rev:44 rq:623135 version:4.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/mtools/mtools.changes 2018-05-06 14:56:10.448683122 +0200 +++ /work/SRC/openSUSE:Factory/.mtools.new/mtools.changes 2018-07-25 16:04:32.592899671 +0200 @@ -1,0 +2,5 @@ +Mon Jul 16 13:19:05 UTC 2018 - [email protected] + +- do not build in parallel as it fails + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtools.spec ++++++ --- /var/tmp/diff_new_pack.uDuIOF/_old 2018-07-25 16:04:34.424903363 +0200 +++ /var/tmp/diff_new_pack.uDuIOF/_new 2018-07-25 16:04:34.424903363 +0200 @@ -20,7 +20,7 @@ Version: 4.0.18 Release: 0 Summary: Access Files on an MS-DOS File System -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Filesystems Url: http://mtools.linux.lu/ Source0: http://ftp.gnu.org/gnu/mtools/%{name}-%{version}.tar.bz2 @@ -49,7 +49,7 @@ %package doc Summary: Access Files on an MS-DOS File System -License: GPL-3.0+ and GFDL-1.3 +License: GPL-3.0-or-later AND GFDL-1.3-only Group: System/Filesystems Requires: %{name} = %{version} @@ -74,7 +74,7 @@ --includedir=%{_prefix}/src/linux/include \ --disable-floppyd -make %{?_smp_mflags} all info pdf +make -j1 all info pdf %install install -d -m 755 %{buildroot}%{_sysconfdir} @@ -90,7 +90,8 @@ %files %defattr(-,root,root) %config %{_sysconfdir}/mtools.conf -%doc Release.notes NEWS COPYING README* +%doc Release.notes NEWS README* +%license COPYING %doc %{_mandir}/man?*/* %exclude %{_mandir}/man?*/f* %doc %{_infodir}/mtools.info*
