- 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
This commit is contained in:
Ismail Dönmez 2014-02-04 11:24:16 +00:00 committed by Git OBS Bridge
parent 40d610c528
commit 5b1175d5c8
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175d53b9567e214a4c383093aae63c6f6226551c51af377993689c3f3f9842c7
size 133241
oid sha256:18ffa58fb8ecf7048aa769117ada610fc9e64a7213edf0e870d60815414bb90b
size 133501

View File

@ -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

View File

@ -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}