From 80db8255cb1a845767404151357654ab5fc15e38e8174b780f6037b2fadf082a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 13 Jan 2014 10:30:14 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20revision=20142,=20fixes=20th?= =?UTF-8?q?e=20following=20problems=20=20=20*=20Clang=20warns=20for=20usin?= =?UTF-8?q?g=20NUL.=20=20=20*=20Spurious=20space=20in=20MingW=20Makefile.?= =?UTF-8?q?=20=20=20*=20Directory=20change=20messages=20are=20not=20recogn?= =?UTF-8?q?ized.=20=20=20*=20Crash=20when=20using=20:cd=20in=20autocommand?= =?UTF-8?q?.=20(Fran=C3=A7ois=20Ingelrest)=20=20=20*=20Crash=20when=20wipi?= =?UTF-8?q?ng=20out=20buffer=20triggers=20autocommand=20that=20wipes=20out?= =?UTF-8?q?=20=20=20=20=20only=20other=20buffer.=20=20=20*=20Problems=20wh?= =?UTF-8?q?en=20building=20with=20Borland:=20st=5Fmode=20is=20signed=20sho?= =?UTF-8?q?rt;=20=20=20=20=20can't=20build=20with=20Python;=20temp=20files?= =?UTF-8?q?=20not=20ignored=20by=20Mercurial;=20=20=20=20=20building=20wit?= =?UTF-8?q?h=20DEBUG=20doesn't=20define=20=5FDEBUG.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=180 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 14 ++++++++++++++ vim.spec | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index 8a1169e..dae00d2 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:29447c54aec914b9eec52ffa14668ef5a74e36f2c2382b164ad2d391aa651081 -size 107303 +oid sha256:7af62fdee92fec794b49b1b8ef608d400cd658ec414ffee8f1afbc6abe17827a +size 112187 diff --git a/vim.changes b/vim.changes index 7537895..8ecaa69 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 13 10:23:03 UTC 2014 - idonmez@suse.com + +- Updated to revision 142, fixes the following problems + * Clang warns for using NUL. + * Spurious space in MingW Makefile. + * Directory change messages are not recognized. + * Crash when using :cd in autocommand. (François Ingelrest) + * Crash when wiping out buffer triggers autocommand that wipes out + only other buffer. + * Problems when building with Borland: st_mode is signed short; + can't build with Python; temp files not ignored by Mercurial; + building with DEBUG doesn't define _DEBUG. + ------------------------------------------------------------------- Fri Jan 10 08:10:52 UTC 2014 - kkaempf@suse.com diff --git a/vim.spec b/vim.spec index bc0545e..17e96dc 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 131 +%define official_ptchlvl 142 %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}