Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dds2tar for openSUSE:Factory checked in at 2023-06-09 20:37:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dds2tar (Old) and /work/SRC/openSUSE:Factory/.dds2tar.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dds2tar" Fri Jun 9 20:37:23 2023 rev:18 rq:1091387 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dds2tar/dds2tar.changes 2017-10-11 23:02:25.238096718 +0200 +++ /work/SRC/openSUSE:Factory/.dds2tar.new.15902/dds2tar.changes 2023-06-09 20:38:30.558927608 +0200 @@ -1,0 +2,5 @@ +Thu Jun 8 07:25:59 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Spec file modernisation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dds2tar.spec ++++++ --- /var/tmp/diff_new_pack.D1esV1/_old 2023-06-09 20:38:31.134930953 +0200 +++ /var/tmp/diff_new_pack.D1esV1/_new 2023-06-09 20:38:31.138930976 +0200 @@ -1,7 +1,7 @@ # # spec file for package dds2tar # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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,9 +20,9 @@ Version: 2.5.2 Release: 0 Summary: DDS2 Tape Streamer Utilities -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Backup -Url: http://www.eulesoft.de/ +URL: http://www.eulesoft.de/ Source: http://www.eulesoft.de/dds2tar-%{version}.tar.gz Patch0: dds2tar-%{version}.dif Patch1: %{name}-%{version}-without-kernel-header.diff @@ -32,27 +32,26 @@ dds2tar can control data compression for HP DAT streamers. %prep -%setup -q -%patch0 -%patch1 +%autosetup -p0 %build -make CC="cc %{optflags} -fno-strict-aliasing" %{?_smp_mflags} +%make_build CC="cc %{optflags} -fno-strict-aliasing" %install %make_install MANDIR=%{_mandir} %files -%doc README COPYING Changes +%license COPYING +%doc README Changes %{_bindir}/dds-dd %{_bindir}/dds2index %{_bindir}/dds2tar %{_bindir}/ddstool %{_bindir}/mt-dds %{_bindir}/scsi_vendor -%{_mandir}/man1/dds-dd.1%{ext_man} -%{_mandir}/man1/dds2index.1%{ext_man} -%{_mandir}/man1/dds2tar.1%{ext_man} -%{_mandir}/man1/mt-dds.1%{ext_man} +%{_mandir}/man1/dds-dd.1%{?ext_man} +%{_mandir}/man1/dds2index.1%{?ext_man} +%{_mandir}/man1/dds2tar.1%{?ext_man} +%{_mandir}/man1/mt-dds.1%{?ext_man} %changelog