- 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:
parent
1eb2881c47
commit
a5bf596ecd
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9db752f88c1f0217d5bd0e618383cbec1e987522f2c12eb8f3b6b97c5d3295f5
|
oid sha256:ce463691ddaa699b5d237b7d394038c07ff0685ba68008885219b592966f79ad
|
||||||
size 717425
|
size 758462
|
||||||
|
19
vim.changes
19
vim.changes
@ -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
|
Sat Sep 1 17:51:41 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
7
vim.spec
7
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.3
|
%define pkg_version 7.3
|
||||||
%define official_ptchlvl 646
|
%define official_ptchlvl 661
|
||||||
%define VIM_SUBDIR vim73
|
%define VIM_SUBDIR vim73
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%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
|
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
# Look for "TEST FAILURE" in the build log
|
||||||
|
# Currently test16 (needs X) & test83 fails
|
||||||
|
make test || true
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/sbin/update-alternatives --install \
|
/usr/sbin/update-alternatives --install \
|
||||||
/bin/vim vim /bin/vim-normal 15
|
/bin/vim vim /bin/vim-normal 15
|
||||||
|
Loading…
Reference in New Issue
Block a user