Accepting request 93188 from editors

Fix Factory build (forwarded request 93173 from RedDwarf)

OBS-URL: https://build.opensuse.org/request/show/93188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=74
This commit is contained in:
Stephan Kulow 2011-11-23 18:38:01 +00:00 committed by Git OBS Bridge
commit e3ba30da16
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 \