- Updated to revision 1294, fixes the following problems
* copy() and deepcopy() fail with special variables. * Encoding {'key':} to JSON doesn't give an error. * assert_false(v:false) reports an error. * When jsonencode() fails it still returns something. * jsonencode() is not producing strict JSON. * Crash when evaluating the pattern of ":catch" causes an error. * The job feature isn't available on MS-Windows. * ch_open() with a timeout doesn't work correctly. * ch_sendexpr() does not use JS encoding. - Temporarily disable vim-7.3-diff_check.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=308
This commit is contained in:
parent
043cba3d5a
commit
7f2f41c1b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e903b22d3a6154d26a9991d9d1196a41be86c500369c9fe5a2dd80800e60916
|
||||
size 12595792
|
3
v7.4.1294.tar.gz
Normal file
3
v7.4.1294.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16e3ee61bb1899d1c84f19f4b5cc084798e3af6a67a936404cc06a69f432e096
|
||||
size 12595306
|
15
vim.changes
15
vim.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 13:22:33 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1294, fixes the following problems
|
||||
* copy() and deepcopy() fail with special variables.
|
||||
* Encoding {'key':} to JSON doesn't give an error.
|
||||
* assert_false(v:false) reports an error.
|
||||
* When jsonencode() fails it still returns something.
|
||||
* jsonencode() is not producing strict JSON.
|
||||
* Crash when evaluating the pattern of ":catch" causes an error.
|
||||
* The job feature isn't available on MS-Windows.
|
||||
* ch_open() with a timeout doesn't work correctly.
|
||||
* ch_sendexpr() does not use JS encoding.
|
||||
- Temporarily disable vim-7.3-diff_check.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 08:45:41 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 1194
|
||||
%define patchlevel 1294
|
||||
%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}
|
||||
@ -88,7 +88,7 @@ Patch10: %{name}-7.3-name_vimrc.patch
|
||||
Patch11: %{name}-7.3-mktemp_tutor.patch
|
||||
Patch15: %{name}-7.4-filetype_apparmor.patch
|
||||
Patch18: %{name}-7.3-filetype_spec.patch
|
||||
Patch19: %{name}-7.3-diff_check.patch
|
||||
#Patch19: %{name}-7.3-diff_check.patch
|
||||
Patch21: %{name}-7.3-filetype_changes.patch
|
||||
Patch22: %{name}-7.4-filetype_mine.patch
|
||||
Patch100: vim-7.1.314-CVE-2009-0316-debian.patch
|
||||
@ -164,7 +164,7 @@ want less features, you might want to install vim instead.
|
||||
cp %{SOURCE23} runtime/syntax/apparmor.vim
|
||||
%patch15 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
#%patch19 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch100 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user