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-12-15 12:37:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neovim (Old) and /work/SRC/openSUSE:Factory/.neovim.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neovim" Sun Dec 15 12:37:47 2024 rev:68 rq:1230960 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/neovim/neovim.changes 2024-10-04 17:11:33.291370276 +0200 +++ /work/SRC/openSUSE:Factory/.neovim.new.29675/neovim.changes 2024-12-15 12:40:50.047310920 +0100 @@ -1,0 +2,5 @@ +Sat Dec 14 03:15:08 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- now that s390x has tree-sitter, we can remove make-tree-sitter-optional.patch + +------------------------------------------------------------------- Old: ---- make-tree-sitter-optional.patch BETA DEBUG BEGIN: Old: - now that s390x has tree-sitter, we can remove make-tree-sitter-optional.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neovim.spec ++++++ --- /var/tmp/diff_new_pack.3GLDh8/_old 2024-12-15 12:40:50.571332697 +0100 +++ /var/tmp/diff_new_pack.3GLDh8/_new 2024-12-15 12:40:50.571332697 +0100 @@ -16,9 +16,6 @@ # -%ifarch s390x -%bcond_without make_optional -%endif %ifarch ppc64le %bcond_with luajit %else @@ -34,9 +31,6 @@ Source1: sysinit.vim Source3: suse-spec-template Source4: spec.vim -# This patch is from AlpineLinux, which enables us to reenable neovim on s390x or as an optional flag to build -# This patch only makes the tree-sitter plugins optional, not tree-sitter in itself -Patch0: make-tree-sitter-optional.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -61,15 +55,10 @@ BuildRequires: pkgconfig(libluv) BuildRequires: pkgconfig(libutf8proc) BuildRequires: pkgconfig(libuv) >= 1.42.0 -BuildRequires: pkgconfig(tree-sitter) >= 0.20.9 -%if %{with luajit} BuildRequires: pkgconfig(luajit) -%else -BuildRequires: lua51-BitOp -BuildRequires: pkgconfig(lua5.1) -%endif BuildRequires: pkgconfig(msgpack-c) BuildRequires: pkgconfig(termkey) +BuildRequires: pkgconfig(tree-sitter) >= 0.20.9 BuildRequires: pkgconfig(unibilium) >= 2.0.0 BuildRequires: pkgconfig(vterm) >= 0.3.3 Requires: gperf @@ -80,8 +69,6 @@ Requires: lua51-luarocks Requires: lua51-luv Requires: lua51-mpack -Requires: xdg-utils -%if %{without make_optional} Requires: tree-sitter-c >= 0.21.3 Requires: tree-sitter-lua Requires: tree-sitter-markdown @@ -89,7 +76,7 @@ Requires: tree-sitter-query >= 0.4.0 Requires: tree-sitter-vim Requires: tree-sitter-vimdoc >= 3.0.0 -%endif +Requires: xdg-utils Recommends: python3-neovim Recommends: wl-clipboard Recommends: xsel @@ -108,10 +95,7 @@ parts of Vim, without compromise, and more. %prep -%autosetup -N -%if %{with make_optional} -%patch -P0 -p1 -%endif +%autosetup # Remove __DATE__ and __TIME__. BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}')