- Updated to revision 142, fixes the following problems
* Clang warns for using NUL. * Spurious space in MingW Makefile. * Directory change messages are not recognized. * Crash when using :cd in autocommand. (François Ingelrest) * Crash when wiping out buffer triggers autocommand that wipes out only other buffer. * Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=180
This commit is contained in:
parent
677f2ec6b0
commit
80db8255cb
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:29447c54aec914b9eec52ffa14668ef5a74e36f2c2382b164ad2d391aa651081
|
oid sha256:7af62fdee92fec794b49b1b8ef608d400cd658ec414ffee8f1afbc6abe17827a
|
||||||
size 107303
|
size 112187
|
||||||
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 13 10:23:03 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 142, fixes the following problems
|
||||||
|
* Clang warns for using NUL.
|
||||||
|
* Spurious space in MingW Makefile.
|
||||||
|
* Directory change messages are not recognized.
|
||||||
|
* Crash when using :cd in autocommand. (François Ingelrest)
|
||||||
|
* Crash when wiping out buffer triggers autocommand that wipes out
|
||||||
|
only other buffer.
|
||||||
|
* Problems when building with Borland: st_mode is signed short;
|
||||||
|
can't build with Python; temp files not ignored by Mercurial;
|
||||||
|
building with DEBUG doesn't define _DEBUG.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 10 08:10:52 UTC 2014 - kkaempf@suse.com
|
Fri Jan 10 08:10:52 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define official_ptchlvl 131
|
%define official_ptchlvl 142
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user