Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fbterm for openSUSE:Factory checked in at 2021-07-21 19:06:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fbterm (Old) and /work/SRC/openSUSE:Factory/.fbterm.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fbterm" Wed Jul 21 19:06:39 2021 rev:6 rq:907472 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/fbterm/fbterm.changes 2020-10-12 13:59:38.106224112 +0200 +++ /work/SRC/openSUSE:Factory/.fbterm.new.2632/fbterm.changes 2021-07-21 19:07:54.351450582 +0200 @@ -1,0 +2,6 @@ +Wed Jul 21 12:34:36 CEST 2021 - ti...@suse.de + +- Don't try to install terminfo (resulting in a build failure): + fbterm-skip-terminfo-install.patch + +------------------------------------------------------------------- New: ---- fbterm-skip-terminfo-install.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fbterm.spec ++++++ --- /var/tmp/diff_new_pack.9ldsJU/_old 2021-07-21 19:07:54.711451208 +0200 +++ /var/tmp/diff_new_pack.9ldsJU/_new 2021-07-21 19:07:54.715451215 +0200 @@ -1,7 +1,7 @@ # # spec file for package fbterm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Source: https://github.com/sfzhi/fbterm/archive/%version.tar.gz Patch1: fbterm-gcc6-fixes.patch +Patch2: fbterm-skip-terminfo-install.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ ++++++ fbterm-skip-terminfo-install.patch ++++++ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = src im terminfo doc +SUBDIRS = src im doc