diff --git a/v7.4.1525.tar.gz b/v7.4.1525.tar.gz deleted file mode 100644 index 5529eb5..0000000 --- a/v7.4.1525.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a6e56a2310337bc355df6b8458408c1b53fac06b32dfbcefb7b57c0dd7d6b8 -size 12544936 diff --git a/v7.4.1558.tar.gz b/v7.4.1558.tar.gz new file mode 100644 index 0000000..8175cf1 --- /dev/null +++ b/v7.4.1558.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879e5bab766d5bdf6ac3427de680e0bfc7d36a459282f88333569f520b65da8e +size 12550627 diff --git a/vim.changes b/vim.changes index 17bb899..165dca1 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Mar 14 08:22:42 UTC 2016 - idonmez@suse.com + +- Updated to revision 1558, fixes the following problems + * Using "ever" for packages is confusing. + * Specifying buffer number for channel not implemented yet. + * MS-Windows job_start() closes wrong handle. + * Compiler warning for unitinialized variable. + * MS-Windows channel leaks file descriptor. + * Using feedkeys() with an empty string disregards 'x' option. + * Compiler warning for shadowed variable. + * The feedkeys test has a one second delay. + * Cannot re-use a channel for another job. + * Too many feature flags for pipes, jobs and channels. + * Selection with the mouse does not work in command line mode. + * Too much code in eval.c. + * Channel test is a bit flaky. + * Missing job_info(). + * job_start() with a list is not tested. + * Channel log methods are not tested. + * On Win32 escaping the command does not work properly. + * GTK3: horizontal cursor movement in Visual selection not good. + * Sticky type checking is more annoying than useful. + * Getting a cterm highlight attribute that is not set results in the string "-1". + * Two tests fail. + * Cannot load packages early. + * Cannot generate help tags in all doc directories. + * ":colorscheme" does not use 'packpath'. + * ":runtime" does not use 'packpath'. + * Completion for :colorscheme does not use 'packpath'. + * List of test targets incomplete. + * "make install" changes the help tags file, causing it to differ from the repository. + * Windows cannot be identified. + * It is not easy to find out what windows display a buffer. + ------------------------------------------------------------------- Thu Mar 10 09:52:43 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index ba964ea..2552893 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1525 +%define patchlevel 1558 %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}