]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- ncurses-screen.patch: fix terminfo database: it's not true than on
authorqrczak <qrczak@pld-linux.org>
Wed, 26 Dec 2001 00:09:59 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "screen" the 8th bit means meta.
- Release 19.

Changed files:
    ncurses-screen.patch -> 1.1
    ncurses.spec -> 1.77

ncurses-screen.patch [new file with mode: 0644]
ncurses.spec

diff --git a/ncurses-screen.patch b/ncurses-screen.patch
new file mode 100644 (file)
index 0000000..193a156
--- /dev/null
@@ -0,0 +1,11 @@
+--- ncurses-5.2/misc/terminfo.src~     Wed Dec 26 01:07:46 2001
++++ ncurses-5.2/misc/terminfo.src      Wed Dec 26 01:09:10 2001
+@@ -3217,7 +3217,7 @@
+ #
+ # tested with screen 3.09.08
+ screen|VT 100/ANSI X3.64 virtual terminal, 
+-      OTbs, OTpt, am, km, mir, msgr, xenl, G0, 
++      OTbs, OTpt, am, mir, msgr, xenl, G0, 
+       colors#8, cols#80, it#8, lines#24, pairs#64, 
+       acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+       bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
index 541422ede131315b4626700314811642aead6887..0334af25ccb4b3404fd7a863e45d637143bd5bfa 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Biblioteca de controle de terminal curses
 Summary(tr):   Terminal kontrol kitaplýðý
 Name:          ncurses
 Version:       5.2
-Release:       18
+Release:       19
 License:       distributable
 Group:         Libraries
 Group(de):     Libraries
@@ -27,6 +27,7 @@ Patch3:               %{name}-screen_hpa_fix.patch
 Patch4:                %{name}-xterm-color.patch
 Patch5:                %{name}-xterm_hpa_fix.patch
 Patch6:                %{name}-rxvt.patch
+Patch7:                %{name}-screen.patch
 BuildRequires: sharutils
 BuildRequires: sed
 BuildRequires: libstdc++-devel
@@ -246,6 +247,7 @@ sh %{SOURCE2}
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
This page took 0.063757 seconds and 4 git commands to generate.