SHA256
1
0
forked from pool/vim

- Updated to revision 130, fixes the following problems

* Not enough testing for entering Ex commands.
  * Display problem with 'foldcolumn' and a wide character. (esiegerman)
  * Cancelling completion still inserts text when formatting is done  for
  'textwidth'. (lacygoill)
  * Display test fails on MS-Windows.
  * Parallel make still doesn't work. (Lewis Muir)
  * Configure uses "ushort" while the Vim code doesn't.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=402
This commit is contained in:
Ismail Dönmez
2016-12-10 15:39:29 +00:00
committed by Git OBS Bridge
parent 418b836005
commit ee2dba2a7d
4 changed files with 19 additions and 7 deletions

View File

@@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 0124
%define patchlevel_compact 124
%define patchlevel 0130
%define patchlevel_compact 130
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
@@ -206,14 +206,14 @@ popd
# build vim
%configure ${COMMON_OPTIONS} --disable-gui --disable-gpm
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
%make
make %{?_smp_mflags}
cp src/vim vim
# build gvim
make distclean
%configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
%make
make %{?_smp_mflags}
#
# build vitmp