From 5b1175d5c8ee6dd8763fa078a7d853aa3246eccbec1b8ba1e18c72b96c88e7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 4 Feb 2014 11:24:16 +0000 Subject: [PATCH] - Updated to revision 161, fixes the following problems * Crash in Python exception handling. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=186 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 6 ++++++ vim.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index 371ed6c..31650b1 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:175d53b9567e214a4c383093aae63c6f6226551c51af377993689c3f3f9842c7 -size 133241 +oid sha256:18ffa58fb8ecf7048aa769117ada610fc9e64a7213edf0e870d60815414bb90b +size 133501 diff --git a/vim.changes b/vim.changes index 3206bd7..7c605fd 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 4 11:20:35 UTC 2014 - idonmez@suse.com + +- Updated to revision 161, fixes the following problems + * Crash in Python exception handling. + ------------------------------------------------------------------- Tue Jan 28 09:22:41 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 192d873..51b6c45 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 160 +%define official_ptchlvl 161 %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}