SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2015-02-16 14:59:17 +00:00 committed by Git OBS Bridge
parent 5724230a00
commit 1d9a8aeb1f
3 changed files with 11 additions and 22 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6567b617700c9c45af605504142b45f6988e89f4621fae055021c53de32cc7a5
size 4297826
oid sha256:2d568c2fd03e2d9866a612585254fc2549cddae68ffcbfa21602a29956e22999
size 4347837

View File

@ -990,23 +990,3 @@
#define CANCELLED_NUMERIC (-2)
#define CANCELLED_STRING (char *)(-1)
--- package/ncursest.map
+++ package/ncursest.map 2015-01-21 14:41:45.809518532 +0000
@@ -345,6 +345,7 @@ NCURSES_TINFO_5.7.20081102 {
_nc_screen_of;
_nc_set_no_padding;
_nc_set_tputs_trace;
+ _nc_sigprocmask;
_nc_stdscr;
_nc_strcodes;
_nc_strfnames;
--- package/ncursestw.map
+++ package/ncursestw.map 2015-01-21 14:42:04.281518331 +0000
@@ -346,6 +346,7 @@ NCURSES_TINFO_5.7.20081102 {
_nc_screen_of;
_nc_set_no_padding;
_nc_set_tputs_trace;
+ _nc_sigprocmask;
_nc_stdscr;
_nc_strcodes;
_nc_strfnames;

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 16 10:12:17 UTC 2015 - werner@suse.de
- Add ncurses patch 20150214
+ regenerate html manpages using improved man2html from work on xterm.
+ regenerated ".map" and ".sym" files using improved script, accounting
for the "--enable-weak-symbols" configure option (report by Werner
Fink).
-------------------------------------------------------------------
Mon Jan 26 09:44:16 UTC 2015 - werner@suse.de