SHA256
1
0
forked from pool/vim

- Updated to revision 169, fixes the following problems

* Running tests in shadow dir doesn't work.
  * By default, after closing a buffer changes can't be undone.
  * Auto-loading a function for code that won't be executed.
  * Fixes are not tested.
  * Can't compile with Ruby 2.1.0.
  * ":sleep" puts cursor in the wrong column. (Liang Li)
- Dropped vim-7.4-ruby21.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=188
This commit is contained in:
Ismail Dönmez
2014-02-07 09:57:20 +00:00
committed by Git OBS Bridge
parent 5b1175d5c8
commit ca39a93150
4 changed files with 15 additions and 64 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 161
%define official_ptchlvl 169
%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}
@@ -104,9 +104,6 @@ Patch21: %{name}-7.3-filetype_changes.patch
Patch22: %{name}-7.4-filetype_mine.patch
Patch100: vim-7.1.314-CVE-2009-0316-debian.patch
Patch101: vim73-no-static-libpython.patch
# Ruby 2.1 calls rb_gc_writebarrier_unprotect_promoted in RARRAY_PTR,
# stub it for dynamic loading, kkaempf@suse.de
Patch102: vim-7.4-ruby21.patch
%{perl_requires}
%{?libperl_requires}
@@ -195,7 +192,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
%patch22 -p1
%patch100 -p1
%patch101
%patch102 -p1
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
# newer perl? ugly hack to fix build anyway.