From 29e0a8e0c17b7df83a720c431fa6015313eac692147dd023645375bb525e2047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 18 Aug 2016 07:39:59 +0000 Subject: [PATCH] - Updated to revision 2225, fixes the following problems * When using matchaddpos() a character after the end of the line can be highlighted. * Can't build with +timers when +digraph is not included. * Recursive call to substitute gets stuck in sandbox. * printf() gives an error when the argument for %s is not a string. * printf() does not support binary format. * Sourcing a script where a character has 0x80 as a second byte does not work. * Buffer overflow when using latin1 character with feedkeys(). * Compiler warnings with older compiler and 64 bit numbers. * Crash when placing a sign in a deleted buffer. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=377 --- v7.4.2216.tar.gz | 3 --- v7.4.2225.tar.gz | 3 +++ vim.changes | 16 ++++++++++++++++ vim.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 v7.4.2216.tar.gz create mode 100644 v7.4.2225.tar.gz diff --git a/v7.4.2216.tar.gz b/v7.4.2216.tar.gz deleted file mode 100644 index 8fc61c1..0000000 --- a/v7.4.2216.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:820dc208a9fd249a2915b614cd0bf4af4f0a1ad21cf17d283dfe5775bbad816f -size 12872240 diff --git a/v7.4.2225.tar.gz b/v7.4.2225.tar.gz new file mode 100644 index 0000000..3d36b91 --- /dev/null +++ b/v7.4.2225.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82df2fad4b30826299eb8add2873881ee26cba85f6807e6e80082b9b5628413a +size 12879124 diff --git a/vim.changes b/vim.changes index a17b68c..8f466d1 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 18 07:27:20 UTC 2016 - idonmez@suse.com + +- Updated to revision 2225, fixes the following problems + * When using matchaddpos() a character after the end of the + line can be highlighted. + * Can't build with +timers when +digraph is not included. + * Recursive call to substitute gets stuck in sandbox. + * printf() gives an error when the argument for %s is not a string. + * printf() does not support binary format. + * Sourcing a script where a character has 0x80 as a second byte + does not work. + * Buffer overflow when using latin1 character with feedkeys(). + * Compiler warnings with older compiler and 64 bit numbers. + * Crash when placing a sign in a deleted buffer. + ------------------------------------------------------------------- Tue Aug 16 07:55:28 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 7026b2d..234b009 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 2216 +%define patchlevel 2225 %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}