SHA256
1
0
forked from pool/vim

Accepting request 133882 from editors

- 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/request/show/133882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=89
This commit is contained in:
Stephan Kulow 2012-09-17 12:12:30 +00:00 committed by Git OBS Bridge
commit 6f44ff17e4
3 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9db752f88c1f0217d5bd0e618383cbec1e987522f2c12eb8f3b6b97c5d3295f5
size 717425
oid sha256:ce463691ddaa699b5d237b7d394038c07ff0685ba68008885219b592966f79ad
size 758462

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Sep 12 21:27:54 UTC 2012 - idonmez@suse.com
- 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.
-------------------------------------------------------------------
Sat Sep 1 17:51:41 UTC 2012 - idonmez@suse.com

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