Accepting request 756815 from home:dimstar:Factory

- Unconditionally use luajit-devle instead of sometimes
  luajit-devel and sometimes lua51-luajit-devel.

OBS-URL: https://build.opensuse.org/request/show/756815
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=65
This commit is contained in:
Matej Cepl 2019-12-13 13:33:29 +00:00 committed by Git OBS Bridge
parent 09225210c2
commit 9bebb78c6a
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 13 11:42:39 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Unconditionally use luajit-devle instead of sometimes
luajit-devel and sometimes lua51-luajit-devel.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 10 20:54:57 CET 2019 - Matej Cepl <mcepl@suse.com> Sun Nov 10 20:54:57 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package neovim # spec file for package neovim
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -49,10 +49,10 @@ BuildRequires: libvterm-devel >= 0.1
BuildRequires: lua-macros BuildRequires: lua-macros
BuildRequires: lua51-LPeg BuildRequires: lua51-LPeg
BuildRequires: lua51-bit32 BuildRequires: lua51-bit32
BuildRequires: lua51-luajit-devel
BuildRequires: lua51-luarocks BuildRequires: lua51-luarocks
BuildRequires: lua51-luv-devel BuildRequires: lua51-luv-devel
BuildRequires: lua51-mpack BuildRequires: lua51-mpack
BuildRequires: luajit-devel
BuildRequires: make BuildRequires: make
BuildRequires: msgpack-devel BuildRequires: msgpack-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -68,12 +68,6 @@ Requires: python3-neovim
Requires(post): desktop-file-utils Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils Requires(postun): desktop-file-utils
Recommends: xsel Recommends: xsel
# gh#neovim/neovim#7879
%ifarch aarch64 ppc64
BuildRequires: lua51-devel
%else
BuildRequires: lua51-luajit-devel
%endif
%if 0%{?suse_version} < 1330 %if 0%{?suse_version} < 1330
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
Requires(post): gtk3-tools Requires(post): gtk3-tools