- Update to patchlevel 661, fixes the following problems

* "gnd" doesn't work correctly in Visual mode.
  * Crash when using a very long file name. (ZyX)
  * When 'clipboard' is set to "unnamed" small deletes end up in the
  * Completion after ":help \{-" gives an error message and messes up
  * Completion after ":help \{-" gives an error message.
  * Workaround for Python crash isn't perfect.
  * MingW needs build rule for included XPM files.  Object directory
  * When creating a Vim dictionary from Python objects an empty key
  * Internal error in :pyeval.
  * Python bindings silently truncate string values containing NUL.
  * NUL bytes truncate strings when converted from Python.
  * Recent Python changes are not tested.
  * ":help !" jumps to help for ":!".
  * SEGV in Python code.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=109
This commit is contained in:
Ismail Dönmez
2012-09-12 21:48:19 +00:00
committed by Git OBS Bridge
parent 1eb2881c47
commit a5bf596ecd
3 changed files with 27 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 646
%define official_ptchlvl 661
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site
@@ -478,6 +478,11 @@ mkdir -p %{buildroot}/var/run/vi.recover
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
%endif
%check
# Look for "TEST FAILURE" in the build log
# Currently test16 (needs X) & test83 fails
make test || true
%post
/usr/sbin/update-alternatives --install \
/bin/vim vim /bin/vim-normal 15