Hello community, here is the log from the commit of package btar for openSUSE:Factory checked in at 2020-06-15 20:32:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/btar (Old) and /work/SRC/openSUSE:Factory/.btar.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btar" Mon Jun 15 20:32:43 2020 rev:2 rq:814675 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/btar/btar.changes 2017-07-12 19:35:22.341718881 +0200 +++ /work/SRC/openSUSE:Factory/.btar.new.3606/btar.changes 2020-06-15 20:32:46.906856195 +0200 @@ -1,0 +2,5 @@ +Mon Jun 15 09:44:27 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btar.spec ++++++ --- /var/tmp/diff_new_pack.7vZWs2/_old 2020-06-15 20:32:47.746859210 +0200 +++ /var/tmp/diff_new_pack.7vZWs2/_new 2020-06-15 20:32:47.750859224 +0200 @@ -1,7 +1,7 @@ # # spec file for package btar # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,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/ # @@ -21,9 +21,9 @@ Version: 1.1.1 Release: 0 Summary: Featureful tar-Compatible Archiver and Compressor -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Archiving/Backup -Url: http://freecode.com/projects/btar +URL: http://freecode.com/projects/btar Source: http://vicerveza.homeunix.net/~viric/soft/btar/btar-%{version}.tar.gz # pbleser: fix various things about the Makefile, such as proper place of LFLAGS, # overridable OPTFLAGS, DESTDIR support @@ -38,20 +38,18 @@ archive errors. %prep -%setup -q -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build -make %{?_smp_mflags} OPTFLAGS="%{optflags} -D_GNU_SOURCE" \ +%make_build OPTFLAGS="%{optflags} -fcommon -D_GNU_SOURCE" \ %install %make_install PREFIX="%{_prefix}" %files -%defattr(-,root,root) -%doc AUTHORS COPYING doc/* +%license COPYING +%doc AUTHORS doc/* %{_bindir}/btar -%{_mandir}/man1/btar.1* +%{_mandir}/man1/btar.1%{?ext_man} %changelog
