Accepting request 624434 from home:mimi_vx:branches:editors

- update to 8.1.0200
- drop u_lua53_on_32bit.patch - merged by upstream
  * There is no hint that syntax is disabled for 'redrawtime'.
  * Terminal debugger error with .gdbinit file.
  * Terminal debugger commands don't always work.
  * Possibly use of NULL pointer.
  * Terminal debugger buttons don't always work. 
  * Executing regexp recursively fails with a crash.
  * Perl refcounts are wrong.
  * getwininfo() and win_screenpos() return different numbers.
  * Not easy to figure out the window layout
  * Lua API changed, breaking the build
  * Unicode standard was updated.
  * Memory leak with trailing characters in skip expression.
  * Static analysis errors in Lua interface

OBS-URL: https://build.opensuse.org/request/show/624434
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=506
This commit is contained in:
Ismail Dönmez
2018-07-21 11:53:21 +00:00
committed by Git OBS Bridge
parent 9aa3d19022
commit a4e7e50878
5 changed files with 23 additions and 108 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 8.1
%define patchlevel 0179
%define patchlevel 0200
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim81
%define site_runtimepath %{_datadir}/vim/site
@@ -66,8 +66,6 @@ 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
@@ -172,7 +170,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
%patch24 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
# Unreliable tests