summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-01-30 13:22:22 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-12 23:15:56 +0100
commit4302931414426271a490b04787854b770cc0b488 (patch)
treedb14d0f7f722f9ea8c4679ff430cab00626146d5
parent8c74be23ac3577c732c9b26bb42e5e6ddaedcd23 (diff)
downloadvis-pkg-4302931414426271a490b04787854b770cc0b488.tar.gz
Add Suggests: par_text for regormatting.
-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.