diff --git a/vim.changes b/vim.changes index 363495d..afb6955 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 22 22:49:39 UTC 2011 - reddwarf@opensuse.org + +- Set tinfo as the terminal library for openSUSE > 12.1 since it + has been splitted from ncurses + ------------------------------------------------------------------- Mon Nov 7 12:59:21 UTC 2011 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index d297dee..f7cc35f 100644 --- a/vim.spec +++ b/vim.spec @@ -296,7 +296,11 @@ export COMMON_OPTIONS="\ --enable-sniff \ --with-features=huge \ --with-compiledby='http://www.opensuse.org/' \ +%if 0%{?suse_version} > 1210 + --with-tlib=tinfo \ +%else --with-tlib=ncurses \ +%endif --with-global-runtime=%{site_runtimepath}" export SCRIPT_OPTIONS="\ --enable-perlinterp \