Mon, 17 Sep 2012 18:59:50 +0200
Edit urgent correction, needed to avoid seg faults on at least Solaris.
ncurses/ncurses.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/ncurses/ncurses.spec Mon Sep 17 18:58:20 2012 +0200 1.2 +++ b/ncurses/ncurses.spec Mon Sep 17 18:59:50 2012 +0200 1.3 @@ -61,7 +61,7 @@ 1.4 Group: Terminal 1.5 License: MIT-style 1.6 Version: %{V_base}.%{V_patchL} 1.7 -Release: 20120529 1.8 +Release: 20120800 1.9 1.10 # list of sources 1.11 Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz 1.12 @@ -161,7 +161,6 @@ 1.13 --includedir=%{l_prefix}/include/ncurses \ 1.14 --datadir=%{l_prefix}/share/ncurses \ 1.15 --enable-hashmap \ 1.16 - --enable-safe-sprintf \ 1.17 --without-debug \ 1.18 --with-manpage-format=normal \ 1.19 --disable-getcap-cache \