diff --git a/.files b/.files index 1b5267d..b7c966a 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index be9355d..ab2e051 100644 --- a/.rev +++ b/.rev @@ -38,4 +38,12 @@ Automatic submission by obs-autosubmit 840945 + + 1e26b5d4c1983244efdb443dceec7bfb + 1.8 + + dimstar_suse + + 907472 + diff --git a/fbterm-skip-terminfo-install.patch b/fbterm-skip-terminfo-install.patch new file mode 100644 index 0000000..c9e34a7 --- /dev/null +++ b/fbterm-skip-terminfo-install.patch @@ -0,0 +1,9 @@ +--- + 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 diff --git a/fbterm.changes b/fbterm.changes index cb1bda7..1568b39 100644 --- a/fbterm.changes +++ b/fbterm.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jul 21 12:34:36 CEST 2021 - tiwai@suse.de + +- Don't try to install terminfo (resulting in a build failure): + fbterm-skip-terminfo-install.patch + +------------------------------------------------------------------- Fri Oct 2 23:03:35 UTC 2020 - Jan Engelhardt - Update to release 1.8 diff --git a/fbterm.spec b/fbterm.spec index 7a5ed8d..b5c82f1 100644 --- a/fbterm.spec +++ b/fbterm.spec @@ -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 @@ URL: https://github.com/sfzhi/fbterm 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++