- Updated to revision 1579, fixes the following problems
* Passing cookie to a callback is clumsy. * Dict options with a dash are more difficult to use. * Missing update to proto file. * ":helptags ALL" crashes. * An empty list in function() causes an error. * Crash when assert_equal() runs into a NULL string. * Crash in assert_fails(). * Using CTRL-] in help on option in parentheses doesn't work. * Using old style tests for quickfix. * There is no way to avoid the message when editing a file. * No test for ":help". * Setting 'compatible' in test influences following tests. * Tests get stuck at the more prompt. * ":undo 0" does not work. * Write error of viminfo file is not handled properly. * Cannot pass "dict.Myfunc" around as a partial. * There is no way to invoke a function later or periodically. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=333
This commit is contained in:
parent
ec6c7bba54
commit
3aa66c76e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:879e5bab766d5bdf6ac3427de680e0bfc7d36a459282f88333569f520b65da8e
|
||||
size 12550627
|
3
v7.4.1579.tar.gz
Normal file
3
v7.4.1579.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff346656a0484da0da1603d60c52b46d94e2bb1441799cb936f1725880df3913
|
||||
size 12559186
|
22
vim.changes
22
vim.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 11:18:05 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1579, fixes the following problems
|
||||
* Passing cookie to a callback is clumsy.
|
||||
* Dict options with a dash are more difficult to use.
|
||||
* Missing update to proto file.
|
||||
* ":helptags ALL" crashes.
|
||||
* An empty list in function() causes an error.
|
||||
* Crash when assert_equal() runs into a NULL string.
|
||||
* Crash in assert_fails().
|
||||
* Using CTRL-] in help on option in parentheses doesn't work.
|
||||
* Using old style tests for quickfix.
|
||||
* There is no way to avoid the message when editing a file.
|
||||
* No test for ":help".
|
||||
* Setting 'compatible' in test influences following tests.
|
||||
* Tests get stuck at the more prompt.
|
||||
* ":undo 0" does not work.
|
||||
* Write error of viminfo file is not handled properly.
|
||||
* Cannot pass "dict.Myfunc" around as a partial.
|
||||
* There is no way to invoke a function later or periodically.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 08:22:42 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 1558
|
||||
%define patchlevel 1579
|
||||
%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}
|
||||
@ -30,7 +30,7 @@ BuildRequires: db-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gpm-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
%if 0%{?suse_version} > 1200
|
||||
BuildRequires: pkgconfig(xt)
|
||||
%endif
|
||||
@ -194,7 +194,7 @@ export COMMON_OPTIONS="\
|
||||
export GUI_OPTIONS="\
|
||||
--enable-xim \
|
||||
--enable-fontset \
|
||||
--enable-gui=gtk2"
|
||||
--enable-gui=gtk3"
|
||||
|
||||
pushd src
|
||||
autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user