From 7a91c094e02aec571a4e17412fcaba3eec674731357039c5527d64cf77daab22 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Nov 2022 15:16:43 +0000 Subject: [PATCH] - Update to 0.8: - build: add git based version information back - lexers: fix bug in bash lexer for last here-doc - vis: make O implementation independent of mapping - fix typos in comments - lua: fix luacheck warnings - vis: rename to/till motion internals - vis: implement multiline to/till motions - vis-lua: provide file.permission property - Mention pkg-config in README - lexers/strace: improve comments, field names and syscall results - lexers/git-rebase: also highlight break command - filetype: Set "bash" for APKBUILD and .ebuild. - filetype: Detect make shebang for "makefile". - Adding .sv extension to verilog syntax highlighter - build: update alpine in docker build to version 3.13 - sam: only skip the last empty match if it follows a newline - sam: produce empty match at the end of looped range - test: update - gitignore: remove vim specific swap files - sam: tweak handling of zero length matches in y commands - sam: simplify trailing match handling for x/y commands - vis: correctly close pipe connected to stdin of external process - add lua5.4 in configure script - vis: Add readline Ctrl+A/E bindings - ci: verify codecov script before using it - ci: verify coverity scan script before using it - filetype: Set "groovy" for Jenkinsfile - README: x/freenode/c/libera/ - Set version to 0.8 OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=17 --- vis-0.7.tar.gz | 3 --- vis-0.8.tar.gz | 3 +++ vis.changes | 34 ++++++++++++++++++++++++++++++++++ vis.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 vis-0.7.tar.gz create mode 100644 vis-0.8.tar.gz diff --git a/vis-0.7.tar.gz b/vis-0.7.tar.gz deleted file mode 100644 index bfdad59..0000000 --- a/vis-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:359ebb12a986b2f4e2a945567ad7587eb7d354301a5050ce10d51544570635eb -size 403918 diff --git a/vis-0.8.tar.gz b/vis-0.8.tar.gz new file mode 100644 index 0000000..a82cd5f --- /dev/null +++ b/vis-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b10d40f15c4db2ce16e9acf291dbb762da4cbccf0cf2a80b28d9ac998a39bd +size 404496 diff --git a/vis.changes b/vis.changes index ece9c30..68ceabb 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Nov 1 15:07:35 UTC 2022 - Matej Cepl + +- Update to 0.8: + - build: add git based version information back + - lexers: fix bug in bash lexer for last here-doc + - vis: make O implementation independent of mapping + - fix typos in comments + - lua: fix luacheck warnings + - vis: rename to/till motion internals + - vis: implement multiline to/till motions + - vis-lua: provide file.permission property + - Mention pkg-config in README + - lexers/strace: improve comments, field names and syscall results + - lexers/git-rebase: also highlight break command + - filetype: Set "bash" for APKBUILD and .ebuild. + - filetype: Detect make shebang for "makefile". + - Adding .sv extension to verilog syntax highlighter + - build: update alpine in docker build to version 3.13 + - sam: only skip the last empty match if it follows a newline + - sam: produce empty match at the end of looped range + - test: update + - gitignore: remove vim specific swap files + - sam: tweak handling of zero length matches in y commands + - sam: simplify trailing match handling for x/y commands + - vis: correctly close pipe connected to stdin of external process + - add lua5.4 in configure script + - vis: Add readline Ctrl+A/E bindings + - ci: verify codecov script before using it + - ci: verify coverity scan script before using it + - filetype: Set "groovy" for Jenkinsfile + - README: x/freenode/c/libera/ + - Set version to 0.8 + ------------------------------------------------------------------- Fri Feb 5 23:00:35 UTC 2021 - Matej Cepl diff --git a/vis.spec b/vis.spec index 9bde24a..700cefa 100644 --- a/vis.spec +++ b/vis.spec @@ -1,7 +1,7 @@ # # spec file for package vis # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.7 +Version: 0.8 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC