Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nvimpager for openSUSE:Factory checked in at 2023-05-10 16:19:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvimpager (Old) and /work/SRC/openSUSE:Factory/.nvimpager.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvimpager" Wed May 10 16:19:42 2023 rev:3 rq:1085983 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nvimpager/nvimpager.changes 2022-10-19 13:17:58.137258406 +0200 +++ /work/SRC/openSUSE:Factory/.nvimpager.new.1533/nvimpager.changes 2023-05-10 16:19:44.547406994 +0200 @@ -1,0 +2,17 @@ +Wed May 10 06:43:39 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 0.12.0: + * Use upstream support for $NVIM_APPNAME + * Conceal \e[K escape sequences in pager mode + * Fix man page detection for empty lines + * makefile: Split install rule, supporting installation without man + * Move unit tests to extra file + * Handle all test excludes via busted tags + * Use native neovim function to get parsed listchar + * Filter out broken tests in CI + * Run tests in CI with neovim from the official appimages + * Set LUA_PATH for the tests in the makefile + * Split code into modules + * Add helper function to better detect man pages + +------------------------------------------------------------------- Old: ---- v0.11.0.tar.gz New: ---- v0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvimpager.spec ++++++ --- /var/tmp/diff_new_pack.EuJJpr/_old 2023-05-10 16:19:45.035409880 +0200 +++ /var/tmp/diff_new_pack.EuJJpr/_new 2023-05-10 16:19:45.043409928 +0200 @@ -1,7 +1,7 @@ # # spec file for package nvimpager # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nvimpager -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Use nvim as a pager License: BSD-2-Clause @@ -26,7 +26,7 @@ Source: https://github.com/lucc/nvimpager/archive/refs/tags/v%{version}.tar.gz BuildRequires: scdoc Requires: lua54 -Requires: neovim >= 0.7.2 +Requires: neovim >= 0.9 BuildArch: noarch %description @@ -60,7 +60,13 @@ %dir %{_datadir}/nvimpager %dir %{_datadir}/nvimpager/runtime %dir %{_datadir}/nvimpager/runtime/lua -%{_datadir}/nvimpager/runtime/lua/nvimpager.lua +%dir %{_datadir}/nvimpager/runtime/lua/nvimpager +%{_datadir}/nvimpager/runtime/lua/nvimpager/ansi2highlight.lua +%{_datadir}/nvimpager/runtime/lua/nvimpager/cat.lua +%{_datadir}/nvimpager/runtime/lua/nvimpager/init.lua +%{_datadir}/nvimpager/runtime/lua/nvimpager/options.lua +%{_datadir}/nvimpager/runtime/lua/nvimpager/pager.lua +%{_datadir}/nvimpager/runtime/lua/nvimpager/util.lua %files zsh-completion %license LICENSE ++++++ v0.11.0.tar.gz -> v0.12.0.tar.gz ++++++ ++++ 3189 lines of diff (skipped)