Hello community, here is the log from the commit of package diffutils for openSUSE:Factory checked in at 2019-01-15 09:08:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diffutils (Old) and /work/SRC/openSUSE:Factory/.diffutils.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diffutils" Tue Jan 15 09:08:07 2019 rev:39 rq:662788 version:3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/diffutils/diffutils.changes 2018-02-28 19:55:24.927848208 +0100 +++ /work/SRC/openSUSE:Factory/.diffutils.new.28833/diffutils.changes 2019-01-15 09:08:10.458690330 +0100 @@ -1,0 +2,11 @@ +Fri Jan 4 11:28:06 UTC 2019 - Martin Pluskal <mplus...@suse.com> + +- Update to version 3.7: + * bugfix - diff --strip-trailing-cr with a single CR byte in one + input file would provoke an uninitialized memory read + * diff --color now produces output compatible with less -R. +- Small packaging cleanups: + * PIE is now default for whole distribution + * xz is not needed as build dependency anymore + +------------------------------------------------------------------- Old: ---- diffutils-3.6.tar.xz diffutils-3.6.tar.xz.sig New: ---- diffutils-3.7.tar.xz diffutils-3.7.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diffutils.spec ++++++ --- /var/tmp/diff_new_pack.GIJesi/_old 2019-01-15 09:08:11.066689772 +0100 +++ /var/tmp/diff_new_pack.GIJesi/_new 2019-01-15 09:08:11.066689772 +0100 @@ -1,7 +1,7 @@ # # spec file for package diffutils # -# Copyright (c) 2018 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,21 +12,20 @@ # 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/ # Name: diffutils -Version: 3.6 +Version: 3.7 Release: 0 Summary: GNU diff Utilities -License: GFDL-1.2 and GPL-3.0+ +License: GFDL-1.2-only AND GPL-3.0-or-later Group: Productivity/Text/Utilities -Url: https://www.gnu.org/software/diffutils/ +URL: https://www.gnu.org/software/diffutils/ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring -BuildRequires: xz Requires(pre): %{install_info_prereq} Requires(preun): %{install_info_prereq} Recommends: %{name}-lang = %{version} @@ -43,8 +42,6 @@ %setup -q %build -export CFLAGS="%{optflags} -fPIE" -export LDFLAGS="-pie" %configure \ --with-packager="openSUSE" \ --with-packager-bug-reports="http://bugs.opensuse.org/" @@ -64,20 +61,18 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%defattr(-,root,root) %license COPYING %doc AUTHORS NEWS README THANKS %{_bindir}/cmp %{_bindir}/diff %{_bindir}/diff3 %{_bindir}/sdiff -%{_infodir}/diffutils.info%{ext_info} -%{_mandir}/man1/cmp.1%{ext_man} -%{_mandir}/man1/diff.1%{ext_man} -%{_mandir}/man1/diff3.1%{ext_man} -%{_mandir}/man1/sdiff.1%{ext_man} +%{_infodir}/diffutils.info%{?ext_info} +%{_mandir}/man1/cmp.1%{?ext_man} +%{_mandir}/man1/diff.1%{?ext_man} +%{_mandir}/man1/diff3.1%{?ext_man} +%{_mandir}/man1/sdiff.1%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root,-) %changelog ++++++ diffutils-3.6.tar.xz -> diffutils-3.7.tar.xz ++++++ ++++ 83164 lines of diff (skipped)