From e67283da891193847c93781fe10d60c43f3983a341ba4f4038db634d4c140ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 23 Nov 2011 07:06:49 +0000 Subject: [PATCH] Accepting request 93173 from home:RedDwarf:branches:editors Fix Factory build OBS-URL: https://build.opensuse.org/request/show/93173 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=70 --- vim.changes | 6 ++++++ vim.spec | 4 ++++ 2 files changed, 10 insertions(+) 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 \