Hello community, here is the log from the commit of package xdelta3 for openSUSE:Factory checked in at 2019-02-08 13:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdelta3 (Old) and /work/SRC/openSUSE:Factory/.xdelta3.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdelta3" Fri Feb 8 13:47:25 2019 rev:12 rq:671930 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xdelta3/xdelta3.changes 2017-07-04 11:53:19.000243213 +0200 +++ /work/SRC/openSUSE:Factory/.xdelta3.new.28833/xdelta3.changes 2019-02-08 13:47:26.490797205 +0100 @@ -1,0 +2,9 @@ +Mon Feb 4 16:08:36 UTC 2019 - Petr Gajdos <[email protected]> + +- do not require ancient ncompress for build in SLES + (externally_compressed_io subtest will not run for ncompress) + * why: ncompress is not part of SLES +- package also README.md + * why: contains useful info + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdelta3.spec ++++++ --- /var/tmp/diff_new_pack.izzH0u/_old 2019-02-08 13:47:27.026797038 +0100 +++ /var/tmp/diff_new_pack.izzH0u/_new 2019-02-08 13:47:27.038797034 +0100 @@ -1,7 +1,7 @@ # # spec file for package xdelta3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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,13 +20,15 @@ Version: 3.1.0 Release: 0 Summary: A diff utility which works with binary files -License: GPL-2.0 AND Apache-2.0 +License: GPL-2.0-only AND Apache-2.0 Group: Productivity/Archiving/Compression Url: http://xdelta.org/ Source0: https://github.com/jmacd/xdelta-devel/releases/download/v%{version}/xdelta3-%{version}.tar.gz BuildRequires: gcc-c++ +%if 0%{?opensuse} # Dependency of tests BuildRequires: ncompress +%endif BuildRequires: python BuildRequires: xz-devel # xdelta is being dropped @@ -68,7 +70,7 @@ %files %defattr(-, root, root) -%doc COPYING +%doc COPYING README.md %{_bindir}/xdelta %{_bindir}/xdelta3 %{_mandir}/man1/xdelta.1%{ext_man}
