Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neovim for openSUSE:Factory checked in at 2021-04-08 21:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neovim (Old) and /work/SRC/openSUSE:Factory/.neovim.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neovim" Thu Apr 8 21:32:39 2021 rev:34 rq:883845 version:0.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/neovim/neovim.changes 2021-01-15 19:46:36.606055929 +0100 +++ /work/SRC/openSUSE:Factory/.neovim.new.2401/neovim.changes 2021-04-08 21:32:55.127856736 +0200 @@ -1,0 +2,6 @@ +Thu Apr 8 10:06:46 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Build against lua 5.3 (for non-luajit) for Leap/SLE since + lua 5.4 is in Tumbleweed only + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neovim.spec ++++++ --- /var/tmp/diff_new_pack.D0xDug/_old 2021-04-08 21:32:55.807857482 +0200 +++ /var/tmp/diff_new_pack.D0xDug/_new 2021-04-08 21:32:55.811857486 +0200 @@ -26,8 +26,13 @@ %define luaver 5.1 %define luaver_nopoint 51 %else +%if 0%{?suse_version} > 1500 %define luaver 5.4 %define luaver_nopoint 54 +%else +%define luaver 5.3 +%define luaver_nopoint 53 +%endif %endif %define luv_min_ver 1.30.0 @@ -88,9 +93,11 @@ BuildRequires: lua%{luaver_nopoint}-mpack Requires: lua%{luaver_nopoint}-luv >= %{luv_min_ver} # built-in bit32 removed in Lua 5.4 +%if %{luaver_nopoint} > 53 BuildRequires: lua%{luaver_nopoint}-compat-5.3 Requires: lua%{luaver_nopoint}-compat-5.3 %endif +%endif BuildRequires: make BuildRequires: msgpack-devel BuildRequires: pkgconfig