From b2671aa41861b2ede32bb1be71b47a7f2848d8a0e45feaef73ad9ffd81e5d700 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 26 May 2014 08:45:17 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=156 --- ncurses-5.9-patches.tar.bz2 | 4 +-- ncurses.changes | 53 +++++++++++++++++++++++++++++++++++++ ncurses.spec | 2 +- tack-1.07-20120916.tar.bz2 | 3 --- tack-1.07-20130713.tar.bz2 | 3 +++ 5 files changed, 59 insertions(+), 6 deletions(-) delete mode 100644 tack-1.07-20120916.tar.bz2 create mode 100644 tack-1.07-20130713.tar.bz2 diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 6ac6ad6..e121bd7 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9667680db4d331c62365a0a511f227b4ebbeebae5d255a988357805cf4a5a89b -size 3292660 +oid sha256:edc5c6dcf8aa5a004e062fa86649b06fbc61558993f0da017cc0aa65b1888576 +size 3493226 diff --git a/ncurses.changes b/ncurses.changes index a5f5472..2f61b9e 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -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 diff --git a/ncurses.spec b/ncurses.spec index 79825dd..db16e82 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -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 diff --git a/tack-1.07-20120916.tar.bz2 b/tack-1.07-20120916.tar.bz2 deleted file mode 100644 index f00b320..0000000 --- a/tack-1.07-20120916.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c528b992ebbdc40c571d5e36192d00ff12da0b1df9ffc95ee468c1eb3d284bb5 -size 153883 diff --git a/tack-1.07-20130713.tar.bz2 b/tack-1.07-20130713.tar.bz2 new file mode 100644 index 0000000..de5eddf --- /dev/null +++ b/tack-1.07-20130713.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64a318cf72e01ed1cbacdbb94e8db9f607f45c2382237e5247a499ea3021431 +size 155586