From 74132c5882cd16d75a3e007604e56b98100d1837c7b430301834bef5eff1bc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 7 Apr 2014 13:49:19 +0000 Subject: [PATCH] - Updated to revision 253, fixes the following problems * Crash for "vim -u NONE -N -c '&&'". * Configure message for detecting smack are out of sequence. * When passing input to system() there is no way to keep NUL and NL characters separate. * Cannot distinguish between NL and NUL in output of system(). * Some test files missing from distribution. * Crash when BufAdd autocommand wipes out the buffer. * Critical error in GTK, removing timer twice. * Crash when using cpp syntax file with pattern using external match. (Havard Garnes) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=211 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 15 +++++++++++++++ vim.spec | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index 8631ae9..1d2fbda 100644 --- a/vim-7.4-patches.tar.bz2 +++ b/vim-7.4-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb72d3ad775ef92b9438f0e641ff7d4cc9ab6076212cae075ada631776c4d64 -size 276362 +oid sha256:d963bdb18f766b6322214358e10bed79348ada6c38ba82f4c102cfab0ef9099c +size 283771 diff --git a/vim.changes b/vim.changes index c8ac564..093252b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 7 13:43:01 UTC 2014 - idonmez@suse.com + +- Updated to revision 253, fixes the following problems + * Crash for "vim -u NONE -N -c '&&'". + * Configure message for detecting smack are out of sequence. + * When passing input to system() there is no way to keep NUL and + NL characters separate. + * Cannot distinguish between NL and NUL in output of system(). + * Some test files missing from distribution. + * Crash when BufAdd autocommand wipes out the buffer. + * Critical error in GTK, removing timer twice. + * Crash when using cpp syntax file with pattern using external + match. (Havard Garnes) + ------------------------------------------------------------------- Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index b38730c..97033a9 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 244 +%define official_ptchlvl 253 %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}