Accepting request 622507 from home:mimi_vx:branches:editors
- update to 8.1.0179 - add u_lua53_on_32bit.patch - fix lua53 support on 32bit * Redundant condition for boundary check OBS-URL: https://build.opensuse.org/request/show/622507 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=504
This commit is contained in:
committed by
Git OBS Bridge
parent
6aeb8c7a0a
commit
9aa3d19022
5
vim.spec
5
vim.spec
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 8.1
|
||||
%define patchlevel 0178
|
||||
%define patchlevel 0179
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim81
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
@@ -66,6 +66,8 @@ Patch23: vim-8.0-ttytype-test.patch
|
||||
Patch24: disable-unreliable-tests.patch
|
||||
Patch100: vim73-no-static-libpython.patch
|
||||
Patch101: vim-8.0.1568-defaults.patch
|
||||
# Patch-FIX-Upstream: Fix build with lua-5.3 on 32bit platforms gh#3157
|
||||
Patch102: u_lua53_on_32bit.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: db-devel
|
||||
BuildRequires: fdupes
|
||||
@@ -170,6 +172,7 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
|
||||
%patch24 -p1
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
%patch102 -p1
|
||||
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
|
||||
|
||||
# Unreliable tests
|
||||
|
Reference in New Issue
Block a user