diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 9ee3747..0aa072c 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:5e81a2e51cd6e9f5e954e193adbca953dc84fa58bc0518a4cacb1a50099928d8 -size 1735868 +oid sha256:1eabc483149f15126b84e82f1540eafe0ced95d0ccfab4606e47fa533a0c7347 +size 1753044 diff --git a/ncurses.changes b/ncurses.changes index b3b968d..60e91a6 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Dec 17 10:10:22 UTC 2012 - werner@suse.de + +- Add ncurses patch 5.9.20121215 + + fix several warnings from clang 3.1 --analyze, includes correcting + a null-pointer check in _nc_mvcur_resume. + + correct display of double-width characters with MinGW port (report + by Erwin Waterlander). + + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf + + correct check for 8-bit value in _nc_insert_ch(). + + remove dead code in progs/tset.c, test/linedata.h + + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some + test-programs. +- Add ncurses patch 5.9.20121208 + + modify test/knight.c to show the number of choices possible for + each position in automove option, e.g., to allow user to follow + Warnsdorff's rule to solve the puzzle. + + remove a few redundant checks. + + check return value from remove/unlink in tic. + + fix a null dereference in c++/cursesw.cc + + fix two instances of uninitialized variables when configuring for the + terminal driver. + + correct scope of variable used in SetSafeOutcWrapper macro. + + set umask when calling mkstemp in tic. + + initialize wbkgrndset() temporary variable when extended-colors are + used. +- Add ncurses patch 5.9.20121201 + + also replace MinGW's wctomb(), fixing a problem with setcchar(). +- Add ncurses patch 5.9.20121124 + + correct order of color initialization versus display in some of the + test-programs, e.g., test_addstr.c +- Add tack patch 1.07.20120916 + * tack.c: ensure that $TERM is set and is not too large + * edit.c: build-fix for g++ + * color.c: + corrected check for ncv (no_color_video), which did not handle + the case when all video attributes should work. + * color.c: + add/use init_palette() and reset_palette() to restore the 0-7 + ANSI colors to sane values after running the change-colors tests. + * charset.c: add a test for "eslok" capability + ------------------------------------------------------------------- Mon Nov 19 12:20:40 UTC 2012 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index 963faf5..6a406ed 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -42,7 +42,7 @@ Source1: ncurses-%{version}-patches.tar.bz2 Source2: handle.linux Source3: README.devel Source4: ncurses-rpmlintrc -Source5: tack-1.07-20120303.tar.bz2 +Source5: tack-1.07-20120916.tar.bz2 Source6: edit.sed Source7: baselibs.conf Patch0: ncurses-%{version}.dif diff --git a/tack-1.07-20120303.tar.bz2 b/tack-1.07-20120303.tar.bz2 deleted file mode 100644 index 98d4f1e..0000000 --- a/tack-1.07-20120303.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35516f06d38fdfaeb5ef2bc18050fa9c8873a69f7ac2de6e9fed712276da1306 -size 151089 diff --git a/tack-1.07-20120916.tar.bz2 b/tack-1.07-20120916.tar.bz2 new file mode 100644 index 0000000..f00b320 --- /dev/null +++ b/tack-1.07-20120916.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c528b992ebbdc40c571d5e36192d00ff12da0b1df9ffc95ee468c1eb3d284bb5 +size 153883