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
This commit is contained in:
Ismail Dönmez 2011-11-23 07:06:49 +00:00 committed by Git OBS Bridge
parent 0a36e6cf86
commit e67283da89
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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 \