Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neovim for openSUSE:Factory checked in at 2024-03-13 22:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neovim (Old) and /work/SRC/openSUSE:Factory/.neovim.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neovim" Wed Mar 13 22:18:36 2024 rev:60 rq:1157204 version:0.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/neovim/neovim.changes 2024-02-28 19:45:53.119115253 +0100 +++ /work/SRC/openSUSE:Factory/.neovim.new.1770/neovim.changes 2024-03-13 22:19:44.770853760 +0100 @@ -1,0 +2,7 @@ +Mon Mar 11 14:20:12 UTC 2024 - Dominik Heidler <dheid...@suse.de> + +- Run modern tests for >=1500 +- Use pkg-config instead of pkgconf +- Provide nvim + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neovim.spec ++++++ --- /var/tmp/diff_new_pack.O3K5Km/_old 2024-03-13 22:19:45.334874553 +0100 +++ /var/tmp/diff_new_pack.O3K5Km/_new 2024-03-13 22:19:45.338874700 +0100 @@ -108,7 +108,7 @@ Requires(postun): gtk3-tools %endif %endif -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} >= 1500 # Modern *SUSE ⦠tests are enabled # For tests BuildRequires: lua51-busted @@ -132,6 +132,7 @@ Requires: lua-bit32 Requires: python34-neovim %endif +Provides: nvim %description Neovim is a refactor - and sometimes redactor - in the tradition of @@ -171,7 +172,7 @@ -DLUA_PRG=%{_bindir}/%{?with_luajit:luajit}%{!?with_luajit:lua} \ %if %{with luajit} -DBUSTED_PRG="$(readlink -f ../lj-busted.sh)" \ - -DLUAJIT_INCLUDE_DIR:PATH=%(pkgconf --cflags-only-I luajit|cut -c 3-) \ + -DLUAJIT_INCLUDE_DIR:PATH=%(pkg-config --cflags-only-I luajit|cut -c 3-) \ %endif -DUSE_BUNDLED=OFF -DLUAJIT_USE_BUNDLED=ON \ -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON \