diff --git a/ncurses-5.9-ibm327x.dif b/ncurses-5.9-ibm327x.dif new file mode 100644 index 0000000..c63bec8 --- /dev/null +++ b/ncurses-5.9-ibm327x.dif @@ -0,0 +1,13 @@ +--- misc/terminfo.src ++++ misc/terminfo.src 2014-01-28 17:58:38.062235705 +0000 +@@ -14838,8 +14838,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv + # + + ibm327x|line mode IBM 3270 style, +- gn, +- clear=^M^J, el=^M, home=^M, ++ cols#80, ++ clear=^M^J, cr=^M, cud1=^J, el=^M, home=^M, ind=^J, + + ibm3101|i3101|IBM 3101-10, + OTbs, am, xon, diff --git a/ncurses.changes b/ncurses.changes index 9f20df6..0cf673a 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 28 18:18:22 UTC 2014 - werner@suse.de + +- Add patch ncurses-5.9-ibm327x.dif to make ibm327x not a generic + terminal type but a more dumb one (bnc#859214) + ------------------------------------------------------------------- Mon Jan 20 13:49:00 UTC 2014 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index 5b795ce..4158278 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -48,6 +48,7 @@ Source5: tack-1.07-20120916.tar.bz2 Source6: edit.sed Source7: baselibs.conf Patch0: ncurses-%{version}.dif +Patch1: ncurses-5.9-ibm327x.dif Patch3: ncurses-5.9-overwrite.dif Patch4: ncurses-5.7-tack.dif Patch5: ncurses-5.9-environment.dif @@ -265,6 +266,7 @@ rm -f mkinstalldirs tar Oxfj %{S:1} | patch -p1 -s tar xfj %{S:5} mv tack-* tack +%patch -P 1 -p0 -b .327x %patch -P 3 -p0 -b .ow %patch -P 4 -p0 -b .hs %patch -P 5 -p0 -b .lc