forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=103
This commit is contained in:
parent
4b0e5a04db
commit
8556e7820e
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e81a2e51cd6e9f5e954e193adbca953dc84fa58bc0518a4cacb1a50099928d8
|
||||
size 1735868
|
||||
oid sha256:1eabc483149f15126b84e82f1540eafe0ced95d0ccfab4606e47fa533a0c7347
|
||||
size 1753044
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35516f06d38fdfaeb5ef2bc18050fa9c8873a69f7ac2de6e9fed712276da1306
|
||||
size 151089
|
3
tack-1.07-20120916.tar.bz2
Normal file
3
tack-1.07-20120916.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c528b992ebbdc40c571d5e36192d00ff12da0b1df9ffc95ee468c1eb3d284bb5
|
||||
size 153883
|
Loading…
Reference in New Issue
Block a user