Hello community, here is the log from the commit of package libedit for openSUSE:Factory checked in at 2020-07-16 12:09:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libedit (Old) and /work/SRC/openSUSE:Factory/.libedit.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libedit" Thu Jul 16 12:09:45 2020 rev:30 rq:820662 version:3.1.snap20180525 Changes: -------- --- /work/SRC/openSUSE:Factory/libedit/libedit.changes 2019-05-03 22:22:23.488704322 +0200 +++ /work/SRC/openSUSE:Factory/.libedit.new.3592/libedit.changes 2020-07-16 12:10:31.126483417 +0200 @@ -1,0 +2,6 @@ +Mon Jul 13 07:06:04 UTC 2020 - Fridrich Strba <[email protected]> + +- Regenerate the build system before the build in order to avoid + errors due to automake version mismatch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libedit.spec ++++++ --- /var/tmp/diff_new_pack.ZnN7lp/_old 2020-07-16 12:10:33.434485751 +0200 +++ /var/tmp/diff_new_pack.ZnN7lp/_new 2020-07-16 12:10:33.434485751 +0200 @@ -1,7 +1,7 @@ # # spec file for package libedit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,9 @@ Patch0: libedit-20180525-manpage-conflicts.patch #BuildRequires: gcc-c++ # For patch0 +BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(ncurses) @@ -73,6 +75,8 @@ %patch0 -p1 %build +libtoolize --force --copy --install +autoreconf -fi %configure \ --disable-static \ --disable-silent-rules
