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.1046.tar.gz b/v7.4.1046.tar.gz new file mode 100644 index 0000000..5adfe7f --- /dev/null +++ b/v7.4.1046.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd4f4e40f55ea1402e91f527995c32cdd2366d5db2639c533041b22b408865f +size 12692613 diff --git a/vim.changes b/vim.changes index 9c09c32..49efc24 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +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..dc81344 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 1046 %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}