diff --git a/neovim-rpmlintrc b/neovim-rpmlintrc deleted file mode 100644 index d7c378f..0000000 --- a/neovim-rpmlintrc +++ /dev/null @@ -1,3 +0,0 @@ -addFilter("script-without-shebang .*/runtime/doc/makehtml.awk") -addFilter("script-without-shebang .*/runtime/doc/maketags.awk") -addFilter("script-without-shebang .*/runtime/macros/less.bat") diff --git a/neovim.changes b/neovim.changes index 7cbce81..af2b4ef 100644 --- a/neovim.changes +++ b/neovim.changes @@ -57,6 +57,7 @@ Thu Sep 7 11:28:17 UTC 2023 - Matej Cepl - Performance: - extmarks: Avoid unnecessary marktree traversal with folds - substitute: Don't reallocate new_start every time +- Remove unnecessary neovim-rpmlintrc. ------------------------------------------------------------------- Tue Jun 20 08:30:27 UTC 2023 - Martin Pluskal diff --git a/neovim.spec b/neovim.spec index 5e58002..4e775c1 100644 --- a/neovim.spec +++ b/neovim.spec @@ -59,7 +59,6 @@ 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 BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: filesystem