diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bd44783 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.changes merge=merge-changes diff --git a/vis.changes b/vis.changes index f679390..fb57bd1 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 30 12:21:45 UTC 2023 - Matej Cepl + +- Add Suggests: par_text for regormatting. + ------------------------------------------------------------------- Tue Jan 10 21:58:27 UTC 2023 - Matej Cepl diff --git a/vis.spec b/vis.spec index ab8a3de..b9f7136 100644 --- a/vis.spec +++ b/vis.spec @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1670679760.1abf7eee +Version: 0.8+git.1670679760.1abf7ee Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC @@ -43,6 +43,7 @@ BuildRequires: lua-devel BuildRequires: lua-lpeg Requires: lua %endif +Suggests: par_text %description Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam.