SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-05-26 08:45:17 +00:00 committed by Git OBS Bridge
parent 651a686594
commit b2671aa418
5 changed files with 59 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9667680db4d331c62365a0a511f227b4ebbeebae5d255a988357805cf4a5a89b
size 3292660
oid sha256:edc5c6dcf8aa5a004e062fa86649b06fbc61558993f0da017cc0aa65b1888576
size 3493226

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Mon May 26 08:38:03 UTC 2014 - werner@suse.de
- Add ncurses patch 20140524
+ fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
environment variable.
+ improve discussion of input-echoing in curs_getch.3x
+ clarify discussion in curs_addch.3x of wrapping.
+ modify parametrized.h to make fln non-padded.
+ correct several entries which had termcap-style padding used in
terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
+ correct syntax for padding in some entries: dg211, h19 -TD
+ correct ti924-8 which had confused padding versus octal escapes -TD
+ correct padding in sbi entry -TD
+ fix an old bug in the termcap emulation; "%i" was ignored in tparm()
because the parameters to be incremented were already on the internal
stack (report by Corinna Vinschen).
+ modify tic's "-c" option to take into account the "-C" option to
activate additional checks which compare the results from running
tparm() on the terminfo expressions versus the translated termcap
expressions.
+ modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
cf: 20120324).
> patches by Nicolas Boulenguez:
+ explicit dereferences to suppress some style warnings.
+ when c_varargs_to_ada.c includes its header, use double quotes
instead of <>.
+ samples/ncurses2-util.adb: removed unused with clause. The warning
was removed by an obsolete pragma.
+ replaced Unreferenced pragmas with Warnings (Off). The latter,
available with older GNATs, needs no configure test. This also
replaces 3 untested Unreferenced pragmas.
+ simplified To_C usage in trace handling. Using two parameters allows
some basic formatting, and avoids a warning about security with some
compiler flags.
+ for generated Ada sources, replace many snippets with one pure
package.
+ removed C_Chtype and its conversions.
+ removed C_AttrType and its conversions.
+ removed conversions between int, Item_Option_Set, Menu_Option_Set.
+ removed int, Field_Option_Set, Item_Option_Set conversions.
+ removed C_TraceType, Attribute_Option_Set conversions.
+ replaced C.int with direct use of Eti_Error, now enumerated. As it
was used in a case statement, values were tested by the Ada compiler
to be consecutive anyway.
+ src/Makefile.in: remove duplicate stanza
only consider using a project for shared libraries.
- Add tack patch 1.07.20130713
* init.c: typo
* fun.c, scan.c: fix warnings from clang 3.3 --analyze
* init.c: add error check to setupterm call; ncurses does in fact
allow hardcopy and generic terminal descriptions (Debian #716377).
-------------------------------------------------------------------
Mon May 12 12:06:39 UTC 2014 - werner@suse.de

View File

@ -44,7 +44,7 @@ Source1: ncurses-%{version}-patches.tar.bz2
Source2: handle.linux
Source3: README.devel
Source4: ncurses-rpmlintrc
Source5: tack-1.07-20120916.tar.bz2
Source5: tack-1.07-20130713.tar.bz2
Source6: edit.sed
Source7: baselibs.conf
Patch0: ncurses-%{version}.dif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c528b992ebbdc40c571d5e36192d00ff12da0b1df9ffc95ee468c1eb3d284bb5
size 153883

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a64a318cf72e01ed1cbacdbb94e8db9f607f45c2382237e5247a499ea3021431
size 155586