diff --git a/ncurses.changes b/ncurses.changes index 4eae664..81ef2c1 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 21 11:37:09 UTC 2018 - Dr. Werner Fink + +- Remove scree.xterm from terminfo data base (boo#1103320) as with + this screen uses fallback TERM=screen + ------------------------------------------------------------------- Mon Nov 19 10:57:18 UTC 2018 - Dr. Werner Fink diff --git a/ncurses.spec b/ncurses.spec index e9fad9e..362d2e0 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -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 https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -963,11 +963,11 @@ mv tack-* tack # Better screen support and workaround about missing terminfo entries # might be help on boo#812067 as well as on boo#935736 but may cause # boo#940459 (which should be fixed by screen its self!) + rm -vf %{buildroot}%{terminfo s/screen.xterm} (cat > screen.list) <<-EOF %{terminfo s/screen.gnome} %{terminfo s/screen.konsole} %{terminfo s/screen.linux} - %{terminfo s/screen.xterm} EOF (cat > iterm.list) <<-EOF %{terminfo i/iTerm.app}