summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--vis.changes5
-rw-r--r--vis.spec3
3 files changed, 8 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..98bfc28
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.changes merge=merge-changes
diff --git a/vis.changes b/vis.changes
index f75e88b..c6457b5 100644
--- a/vis.changes
+++ b/vis.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 30 12:21:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
+
+- Add Suggests: par_text for regormatting.
+
+-------------------------------------------------------------------
Tue Jan 10 21:58:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update scintillua (gh#martanne/vis#1068).
diff --git a/vis.spec b/vis.spec
index 313ca2e..0b52d9b 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.