forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=39
This commit is contained in:
parent
24337466d8
commit
e0be351fa0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70867196796ea254d092de0a052b4c5d7766929df713b20a9204da981116e271
|
||||
size 120
|
3
ncurses-5.8-20110305-patch.tar.bz2
Normal file
3
ncurses-5.8-20110305-patch.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ed4a2b740b6cd3b77282ce3a6a46877779ac6ec481151df5bb77ba804f370d4
|
||||
size 4446
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:29:10 CET 2011 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 5.8.20110305
|
||||
* fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
|
||||
for compiler warnings (report by Nicolas Boulenguez).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 09:48:39 CET 2010 - werner@suse.de
|
||||
|
||||
- Update to ncurses 5.8
|
||||
* change open() in _nc_read_file_entry() to fopen() for consistency
|
||||
with write_file().
|
||||
* modify misc/run_tic.in to create parent directory, in case this is
|
||||
a new install of hashed database.
|
||||
* add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
|
||||
* add xterm-utf8 entry as a demo of the U8 feature -TD
|
||||
* add U8 feature to denote entries for terminal emulators which do not
|
||||
support VT100 SI/SO when processing UTF-8 encoding -TD
|
||||
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
|
||||
extended terminfo capability U8 (prompted by mailing list
|
||||
discussion).
|
||||
* correct limit-checks in derwin().
|
||||
* fix a missing "weak" declaration for pthread_kill (patch by Nicholas Alcock).
|
||||
* improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
|
||||
by discussion with Kevin Martin).
|
||||
* document thick- and double-line symbols in curs_add_wch.3x manpage.
|
||||
* document WACS_xxx constants in curs_add_wch.3x manpage.
|
||||
* fix typo in man/default_colors.3x (patch by Tim van der Molen).
|
||||
* fix remaining strict compiler warnings in ncurses library ABI=5,
|
||||
except those dealing with function pointers, etc.
|
||||
* modify nc_tparm.h, adding guards against repeated inclusion, and
|
||||
allowing TPARM_ARG to be overridden.
|
||||
* suppress ncv in screen entry, allowing underline (patch by Alejandro R Sedeno).
|
||||
* also suppress ncv in konsole-base -TD
|
||||
* fixes in wins_nwstr() and related functions to ensure that special
|
||||
characters, i.e., control characters are handled properly with the
|
||||
wide-character configuration.
|
||||
* correct a comparison in wins_nwstr() (Redhat #661506).
|
||||
* correct help-messages in some of the test-programs, which still
|
||||
referred to quitting with 'q'.
|
||||
* add special case to _nc_infotocap() to recognize the setaf/setab
|
||||
strings from xterm+256color and xterm+88color, and provide a reduced
|
||||
version which works with termcap.
|
||||
* fix typo in rmso for tek4106 entry -Goran Weinholt
|
||||
* repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
|
||||
for compatibility, but generally deprecating those since the VTE
|
||||
library is what actually defines the behavior of "gnome", etc.,
|
||||
since 2003 -TD
|
||||
* correct parsing of relative tab-stops in tabs program (report by
|
||||
Philip Ganchev).
|
||||
* adjust configure script so that "t" is not added to library suffix
|
||||
when weak-symbols are used, allowing the pthread configuration to
|
||||
more closely match the non-thread naming (report by Werner Fink).
|
||||
* modify configure check for tic program, used for fallbacks, to a
|
||||
warning if not found. This makes it simpler to use additonal
|
||||
scripts to bootstrap the fallbacks code using tic from the build
|
||||
tree (report by Werner Fink).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 18:32:15 CET 2010 - werner@suse.de
|
||||
|
||||
|
@ -41,7 +41,7 @@ Release: 1
|
||||
Summary: New curses Libraries
|
||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||
Source0: ncurses-%{version}.tar.bz2
|
||||
Source1: ncurses-%{version}-20110226-patch.tar.bz2
|
||||
Source1: ncurses-%{version}-20110305-patch.tar.bz2
|
||||
Source2: handle.linux
|
||||
Source3: README.devel
|
||||
Source4: ncurses-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user