diff --git a/v7.4.1004.tar.gz b/v7.4.1004.tar.gz deleted file mode 100644 index 5778da8..0000000 --- a/v7.4.1004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff3e424595d2a3fab691a646bbe0f702eda198d79980aa01979c0af4f6abd8d -size 12334381 diff --git a/v7.4.1087.tar.gz b/v7.4.1087.tar.gz new file mode 100644 index 0000000..a5bd78e --- /dev/null +++ b/v7.4.1087.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8 +size 12547578 diff --git a/vim.changes b/vim.changes index 9c09c32..f9be96f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com + +- Updated to revision 1087, fixes the following problems + * Wrong way to check for unletting internal variables. + * The Tcl interface can't be loaded dynamically on Unix. + * Crash when using an invalid command. + * CTRL-A does not work well in right-left mode. + * Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. + * The CTRL-A and CTRL-X commands do not update the '[ and '] marks. + * Crash with an extremely long buffer name. + * CTRL-A and CTRL-X work badly with blockwise visual selection + +------------------------------------------------------------------- +Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com + +- Updated to revision 1066, fixes the following problems + * Segfault when unletting "count". + * Illegal memory access with weird syntax command. (Dominique Pelle) + * Typos in the :options window. + * Compiler warning for ignoring return value of fwrite(). + * When a spell file has single letter compounding creating + suggestions takes an awful long time. + +------------------------------------------------------------------- +Mon Jan 4 10:27:55 UTC 2016 - idonmez@suse.com + +- Updated to revision 1046, fixes the following problems + * The fix in patch 7.3.192 is not tested. + * When a symbolic link points to a file in the root directory, + the swapfile is not correct. + * Vim overwrites the value of $PYTHONHOME. + * The local value of 'errorformat' is not used for ":lexpr" and ":cexpr". + * The column is not restored properly when the matchparen plugin + is used in Insert mode and the cursor is after the end of the line. + * When there is a backslash in an option ":set -=" doesn't work. + * An Ex range gets adjusted for folded lines even when the range + is not using line numbers. + * Using "q!" when there is a modified hidden buffer does not unload + the current buffer, resulting in the need to abandon it again. + * g-CTRL-G shows the word count, but there is no way to get the word count in a script. + ------------------------------------------------------------------- Thu Dec 31 13:49:01 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index d0413ef..ef60227 100644 --- a/vim.spec +++ b/vim.spec @@ -1,7 +1,7 @@ # # spec file for package vim # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1004 +%define patchlevel 1087 %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}