- Updated to revision 1004, fixes the following problems
* searchpos() always starts searching in the first column, which is not what some people expect. (Brett Stahlman) * Leaking memory when hash_add() fails. Coverity error 99126. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=296
This commit is contained in:
parent
733606b2d9
commit
2ec00527c7
3
v7.4.1004.tar.gz
Normal file
3
v7.4.1004.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff3e424595d2a3fab691a646bbe0f702eda198d79980aa01979c0af4f6abd8d
|
||||
size 12334381
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b91bd610a07d6d72cb113fe06f2db722a130f8218568e0958a84c266758bd75b
|
||||
size 12315573
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 13:49:01 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1004, fixes the following problems
|
||||
* searchpos() always starts searching in the first column,
|
||||
which is not what some people expect. (Brett Stahlman)
|
||||
* Leaking memory when hash_add() fails. Coverity error 99126.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 18:52:34 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 979
|
||||
%define patchlevel 1004
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
@ -328,7 +328,7 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
||||
trap "printf '\e[r'" EXIT
|
||||
# Look for "TEST FAILURE" in the build log
|
||||
# XXX: TODO
|
||||
rm src/testdir/test_alot.vim
|
||||
#rm src/testdir/test_alot.vim
|
||||
make test
|
||||
|
||||
%post -n gvim
|
||||
|
Loading…
Reference in New Issue
Block a user