Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neovim for openSUSE:Factory checked in at 2022-04-20 16:54:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neovim (Old) and /work/SRC/openSUSE:Factory/.neovim.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neovim" Wed Apr 20 16:54:38 2022 rev:42 rq:970881 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/neovim/neovim.changes 2022-01-03 10:50:27.871604459 +0100 +++ /work/SRC/openSUSE:Factory/.neovim.new.1941/neovim.changes 2022-04-20 16:54:41.982475629 +0200 @@ -1,0 +2,335 @@ +Tue Apr 19 16:10:35 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Tests fail on aarch64 gh#neovim/neovim#18176 +- Add 7657-run-tests-aarch64.patch fixing some tests on aarch64 + (gh#neovim/neovim#7423). + +------------------------------------------------------------------- +Tue Apr 19 07:17:41 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Instead of patch, just provide fake busted shell script which + runs luajit. TESTS ARE ON! + +------------------------------------------------------------------- +Tue Apr 19 06:58:18 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Only recommend python3-neovim. + +------------------------------------------------------------------- +Sun Apr 17 08:19:26 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Upgrade to 0.7.0: + - api: add support for lua function & description in keymap (b411f43) + - api: add api and lua autocmds (991e472) + - api: nvim_clear_autocmd (b80651e) + - api: pass args table to autocommand callbacks (30bc02c) + - api: remove Lua autocommand callbacks when they return true (#17784) (be35d3c) + - api: implement nvim_{add,del}_user_command (eff11b3) + - api: implement nvim_buf_get_text (#15181) (11f7aee) + - api: add nvim_get_option_value (71ac00c) + - highlight: ns=0 to set :highlight namespace (4aa0cdd) + - highlight: support for blend in nvim_set_hl (#17516) (b5bf487) + - api: add strikethrough, nocombine to set_hl (cb18545) + - api: relax statusline fillchar width check (3011794) + - lua: add vim.keymap (6d41f65) + - lua: add vim.spell (#16620) (e11a44a) + - lua: add proper support of luv threads (b87867e) + - lua: make :lua =expr print result of expr (d442546) + - lua: handle lazy submodules in :lua vim. wildmenu completion (5ed6080) + - lua: add notify_once() (#16956) (d78e466) + - lua: add support for multiple optional types in vim.validate (#16864) (55c4393) + - lua: show proper verbose output for lua configuration (ebfe083) + - lua: more conversions between LuaRef and Vim Funcref (c8656e4) + - lua: support converting nested Funcref back to LuaRef (#17749) (cac90d2) + - call __tostring on lua errors if possible before reporting to user (81bffbd) + - filetype.lua (#16600) (3fd454b) + - filetype.lua: add support for files under .git (7a574e5) + - filetype.lua: add support for patch files (27b664a) + - filetype.lua: add support for tmux.conf files (94d5358) + - filetype.lua: add support for txt files (#16926) (a45b578) + - filetype.lua: Add typescript extension to filetype detection (#16923) (8ade800) + - filetype.lua: fix .cc file not detected (c38d602) + - filetype.lua: fix .env file not detected (19864bd) + - filetype: convert patterns for mail buffers (#17238) (4458413) + - filetype: support scripts.vim with filetype.lua (#17517) (fdea157) + - decorations: support signs (30e4cc3) + - extmarks: add strict option (11142f6) + - api: expose extmark more details (5971b86) + - api: expose extmark right_gravity and end_right_gravity (3d9ae9d) + - use nvim_buf_set_extmark for vim.highlight (#16963) (b455e01) + - statusline: support multibyte fillchar (be15ac0) + - add support for global statusline (5ab1229), closes #9342 + - ui: allow conceal to be defined in decorations and tree-sitter queries (6eca9b6) + - tree-sitter: allow Atom-style capture fallbacks (#14196) (8ab5ec4) + - treesitter: add more default groups to highlight map (#17835) (6d648f5) + - treesitter: multiline match predicates (6e6c36c) + - treesitter: set allocator when possible (b1e0aa6) + - ts: add support for multiline nodes in get_node_text (#14999) (1f3c059) + - ts: expose minimum language version to lua (#17186) (8c140be) + - runtime: add query filetype (#17905) (2e85af4) + - diagnostic: add "code" to the diagnostic structure (#17510) (5d6006f) + - diagnostic: allow retrieving current diagnostic config (c915571) + - lsp,diagnostic: open folds in jump-related functions (#16520) (222ef0c) + - lsp: add buf_detach_client (#16250) (1b04da5) + - lsp: add handler for workspace/workspaceFolders (#17149) (8e702c1) + - lsp: dynamically generate list title in response_to_list (#17081) (574a582) + - lsp: enable default debounce of 150 ms (#16908) (55a59e5) + - lsp: skip or reduce debounce after idle (#16881) (b680392) + - lsp: use vim.ui.select for selecting lsp client (#16531) (f99f3d9) + - ui_client: connect to remote ui (a4400bf) + - ui_client: implement event handlers (794d274) + - ui_client: handle resize events (c6640d0) + - ui_client: implement async paste handling (55b6ade) + - ui_client: pass user input to remote server (6636160) + - --headless: add on_print callback to stdioopen (a4069a3) + - add autocommand event when search wraps around (#8487) (8ad6015) + - add vim.tbl_get (#17831) (69f1de8) + - autocmd: add Recording autocmds (8a4e26c) + - autocmd: populate v:event in RecordingLeave (#16828) (f65b0d4) + - completion: support selecting item via API from Lua mapping (c7aa646) + - eval/method: partially port v8.1.1993 (4efcb72), closes #10848 + - eval/method: partially port v8.1.1996 (2ee0bc0) + - eval/method: partially port v8.1.2004 (0f4510c) + - eval: partially port v8.2.0878 (d746f5a), closes vim/vim#5481 + - eval: port emsg from v8.2.3284 (8adbba7) + - events: add DirChangedPre (059d36e), closes vim/vim#9721 + - events: support SIGWINCH for Signal event #18029 (b2cb05b), closes #15411 + - hardcopy: check gui colours for highlights first (e5b5cbd) + - highlight: support color names for cterm (dc24eeb) + - ignore nore on maps (0347875) + - input: delay some conversions to vgetc() (d7488bf) + - input: enable /, /, /<c-[> pairs unconditionally (ed88ca7) + - keymap: add F38-F63 keys (#17893) (9da0023) + - keymap: return nil from an expr keymap (58140a9) + - mappings: considering map description when filtering (#17423) (9a74c2b) + - provider: remove support for python2 and python3.[3-5] (baec0d3) + - remote: add basic --remote support (5862176) + - runtime: import cleanadd.vim from Vim (#17699) (d33aebb) + - runtime: include Lua in C++ ftplugin (#17843) (02fd00c) + - runtime: new checkhealth filetype (#16660) (734fba0) + - term: use vterm_output_set_callback() (7813b48) + - test: use nvim_exec in helpers.source() #16064 (72652cb), closes #16071 + - trigger ModeChanged for terminal modes (fdfd1ed) + - tui: add error logging (#16615) (34d88ed) + - tui: add support for CSI 4 : [2,4,5] m (f89fb41), closes #17362 + - tui: enable CSI u keys (a11ff55) + - vim-patch.sh: support additional args for -s (0ec92bb) + - lsp: request only changed portions of the buffer in changetracking (#17118) (9055ec5) + - only redraw concealed line if cursor has moved horizontally (595c1a7), closes #17889 + - pre-compile embedded Lua source into bytecode (#16631) (4240ce8) + - screen: reduce cursorline redrawing when jumping around (c29a14d), closes vim/vim#9996 + - treesitter: cache query parsing (9c26939) + - api: elide luaref copy when setting 'callback' in nvim_set_keymap (9f489f5) + - --headless: do not block on press-enter prompts when no UI (5b34c2a), closes #9358 #11718 #15910 + - not shown in :map commands (07a98b1) + - add forkpty for SunOS variants (2c8f4d0) + - add STRNLEN compatability macro (8f1fdbc) + - anonymous sid not working (7b6ee3e) + - api, lua: return NIL on failure to find converted function (#17779) (77eb6f9) + - api/nvim_win_call: share common win_execute logic (452b46f) + - api: allow empty list for cterm in nvim_set_hl (e35a2d8) + - api: allow nvim_buf_set_extmark to accept end_row key (#16548) (cf32053) + - api: convert blob to NUL-terminated API string (f6cc604) + - api: correctly handle negative line numbers for nvim_buf_set_text (#17498) (1500447), closes #15181 + - api: correctly pass f-args for nvim_create_user_command (#18098) (e463eb8) + - api: delete all autocmds with the same ID (dc3bbd3) + - api: force redefinition of user commands by default (#16918) (3923843) + - api: highlight attribute for underline (96bb178), closes #17624 + - api: improve autocmd error handling (9292938) + - api: include event in get_autocmds (#17553) (37a86a2) + - api: make nil value in nvim_set_option_value clear local value (#16710) (33cd1ba) + - api: nvim__set_hl_ns causes extra redraws (505c12c) + - api: nvim_win_set_cursor() redraw for cursorline and statusline (f92e749) + - api: re-route nvim_get_runtime_file errors (d512be5) + - api: use changedir_func() in nvim_set_current_dir() (23c3f7f) + - api: validate command names in nvim_add_user_command (#17406) (238b944) + - api: validate user_command name (#17004) (a34652e) + - append test for checking zero width node range (58d81ef) + - aucmd_win: always make aucmd_win the last window (89712dc) + - aucmd_win: ensure aucmd_win stays floating (2deffb5) + - autocmd: clean up autocmds only when needed (#17593) (d5bd7ff) + - autocmd: restore autocmd showing behavior (74a2774) + - autoload variables not loaded with vim.g & nvim_get_var (f292dd2) + - bounds check for underdot (7fd1182) + - build: check for empty value of LUAC_PRG (#16711) (eceb0b3) + - build: check that LuaJIT has required modules for compilation (#16714) (abdf3a8) + - build: install luajit modules on windows (#16658) (2abd178) + - channel: fix channel consistency (5051510) + - check for interrupt in nvim_echo, write_msg and nlua_print (#16537) (db4bc32) + - checkhealth: make provider checkhealth output more consistent (#17722) (33ada23) + - ci/backport: check for event_name == "pull_request_target" (50c8cc3) + - ci: provide necessary permissions for calling workflow (b55e659) + - clang/'Dead store': do not assign endcol (#17788) (876d22f) + - close floating windows when calling win_close() (85ae04d) + - completion: prevent K_LUA from closing pum (42e5fd3) + - completion: update submode message when selecting from API (#17022) (69f3719) + - correct vertical dragging room calculation with global statusline (#17928) (0d4bd42) + - coverity/175977: big parameter passed by value (da89725) + - coverity/188749: nullify pointer to fix use-after-free (d224957) + - coverity/340720: error if nvim_eval_statusline given invalid winid (e850a92) + - coverity: dead code and operands don't affect result #17662 (c3a6ff6) + - decorations: do not put empty virt_text (#17872) (ba257d7) + - define NAME_MAX from _XOPEN_NAME_MAX (8fdf1b2) + - diagnostic: allow setting arbitrary config values (984270c) + - diagnostic: assert that diagnostics have line number and column (#16683) (b515160) + - diagnostic: clamp diagnostics on negative line numbers (#16496) (254c22a) + - diagnostic: escape special chars in file names (#16527) (62f0157) + - diagnostic: improve validation for list arguments (#16855) (838631e) + - diagnostic: make open_float respect global diagnostic options (#17879) (a8e2c45), closes #17878 + - diagnostic: only set default handler config if unset (8a27205) + - diagnostic: resolve nil opts tables (fc8af96) + - diagnostic: respect "if_many" source option for virtual text (#16653) (818ae74) + - diagnostic: set effective buffer number for DiagnosticChanged autocmd (#16474) (99f6260) + - diagnostic: set effective buffer number in autocmd (again) (#16589) (6063e07), closes #16474 + - diagnostic: use botright copen for qflist (#17475) (d80c9b9) + - diff: make algorithm work for vim.diff (#17300) (92e92f0), closes #17207 + - do not cast offset to char_u (1a88729) + - do not pass aucmd to the callback (#17650) (4f007a7) + - do not save K_EVENT as lastc in Insert mode (ab1ceaa) + - docs: add bufnr and user_data to diagnostic-structure (#16619) (3aff3d6) + - docs: spelling in new underlines docs (4472820) + - don't include pty.h on SunOS (435dd04) + - don't use cfsetspeed, use i and o variants (05f9f63) + - enable filetype detection and syntax highlighting with --clean (#17566) (ed1a9c3) + - eval/method: add missing method support for existing built-ins (752ca2c) + - eval: v:lua support for - in module names (fb8cd34) + - event-loop: call vpeekc() directly first to check for character (74998b0) + - event-loop: check if executed register has ended (64802da) ++++ 138 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/neovim/neovim.changes ++++ and /work/SRC/openSUSE:Factory/.neovim.new.1941/neovim.changes Old: ---- neovim-0.6.1.tar.gz New: ---- 7657-run-tests-aarch64.patch lj-busted.sh neovim-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neovim.spec ++++++ --- /var/tmp/diff_new_pack.enfsR1/_old 2022-04-20 16:54:42.934476518 +0200 +++ /var/tmp/diff_new_pack.enfsR1/_new 2022-04-20 16:54:42.938476522 +0200 @@ -26,7 +26,7 @@ %define luaver 5.1 %define luaver_nopoint 51 Name: neovim -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim @@ -36,11 +36,17 @@ Source1: sysinit.vim Source2: spec-template Source3: suse-spec-template +# Our packaged busted script has a shebang pointing to regular Lua interepreter, +# we need /usr/bin/luajit. Fake it. +Source10: lj-busted.sh Source99: neovim-rpmlintrc # PATCH-FIX-OPENSUSE neovim.patch mc...@cepl.eu Patch0: neovim.patch # PATCH-FIX-OPENSUSE neovim-0.1.7-bitop.patch mc...@cepl.eu build with old Lua with external bit module Patch1: neovim-0.1.7-bitop.patch +# PATCH-FIX-UPSTREAM 7657-run-tests-aarch64.patch gh#neovim/neovim#7423 mc...@suse.com +# fix running tests on aarch64 +Patch2: 7657-run-tests-aarch64.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -66,7 +72,7 @@ BuildRequires: update-desktop-files Requires: gperf Requires: libvterm0 >= 0.1 -Requires: python3-neovim +Recommends: python3-neovim Requires(post): desktop-file-utils Requires(postun):desktop-file-utils # XSel provides access to the system clipboard @@ -91,6 +97,13 @@ Requires(post): gtk3-tools Requires(postun):gtk3-tools %endif +%if 0%{?suse_version} > 1500 +# Modern *SUSE ??? tests are enabled +# For tests +BuildRequires: lua51-busted +BuildRequires: hostname +# end of test requirements +%endif %description Neovim is a refactor - and sometimes redactor - in the tradition of @@ -107,11 +120,9 @@ %define vimplugin_dir %{_datadir}/vim/site %prep -%setup -q -%patch0 -p1 -# %%if %%{without luajit} -%patch1 -p1 -# %%endif +%autosetup -p1 + +install -p -m 0755 %{SOURCE10} . # Remove __DATE__ and __TIME__. BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}') @@ -130,6 +141,8 @@ %{__cmake} .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DPREFER_LUA=%{?with_luajit:OFF}%{!?with_luajit:ON} \ -DLUA_PRG=%{_bindir}/%{?with_luajit:luajit}%{!?with_luajit:lua} \ + -DBUSTED_PRG="$(readlink -f ../lj-busted.sh)" \ + -DUSE_BUNDLED=OFF -DLUAJIT_USE_BUNDLED=ON \ -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON \ -DUSE_BUNDLED=OFF -DLUAJIT_USE_BUNDLED=OFF \ -DCMAKE_COLOR_MAKEFILE=OFF \ @@ -171,6 +184,17 @@ # https://en.opensuse.org/openSUSE:Packaging_checks export NO_BRP_CHECK_RPATH=true +%check +# Tests fail on aarch64 gh#neovim/neovim#18176 +%ifnarch aarch64 +# set vars to make build reproducible in spite of config/CMakeLists.txt +HOSTNAME=OBS +USERNAME=OBS +pushd build +%make_build BUSTED_PRG=$(readlink -f ../lj-busted.sh) unittest +popd +%endif + %if 0%{?suse_version} < 1330 %post %desktop_database_post @@ -185,7 +209,7 @@ %files %doc BACKERS.md CONTRIBUTING.md README.md -%license LICENSE +%license LICENSE.txt %{_bindir}/nvim %{_datadir}/nvim/ %{_datadir}/applications/nvim.desktop ++++++ 7657-run-tests-aarch64.patch ++++++ >From 59f4bd435c6754f475dfb61bb6c881ce914b17e6 Mon Sep 17 00:00:00 2001 From: James McCoy <james...@jamessan.com> Date: Wed, 29 Nov 2017 10:07:12 -0500 Subject: [PATCH] unittest: Ignore _Float128 types in ffi When building with certain GCC versions, a _Float128 type is present when setting up the ffi for unit tests. ./test/unit/helpers.lua:256: declaration specifier expected near '_Float128' at line 396 /usr/bin/luajit: /usr/share/lua/5.1/busted/runner.lua:99: attempt to concatenate local 'message' (a table value) stack traceback: /usr/share/lua/5.1/busted/runner.lua:99: in function 'fn' /usr/share/lua/5.1/mediator.lua:103: in function 'publish' /usr/share/lua/5.1/busted/modules/helper_loader.lua:21: in function 'helperLoader' /usr/share/lua/5.1/busted/runner.lua:147: in function </usr/share/lua/5.1/busted/runner.lua:11> /usr/bin/busted:3: in main chunk [C]: at 0x004044a0 CMake Error at /<<PKGBUILDDIR>>/cmake/RunTests.cmake:53 (message): Running unit tests failed with error: 1. Since this is being pulled in by a dependency, not directly used by nvim, just ignore the type. Closes #7423 --- test/unit/helpers.lua | 1 + 1 file changed, 1 insertion(+) --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -135,6 +135,7 @@ local function filter_complex_blocks(bod if not (string.find(line, "(^)", 1, true) ~= nil or string.find(line, "_ISwupper", 1, true) or string.find(line, "_Float") + or string.find(line, "_Float128") or string.find(line, "msgpack_zone_push_finalizer") or string.find(line, "msgpack_unpacker_reserve_buffer") or string.find(line, "UUID_NULL") -- static const uuid_t UUID_NULL = {...} ++++++ lj-busted.sh ++++++ #!/bin/sh set -xeu /usr/bin/luajit /usr/bin/busted "$@" ++++++ neovim-0.6.1.tar.gz -> neovim-0.7.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/neovim/neovim-0.6.1.tar.gz /work/SRC/openSUSE:Factory/.neovim.new.1941/neovim-0.7.0.tar.gz differ: char 13, line 1