diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-08-20 20:21:23 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-08-20 20:21:23 +0100 |
commit | f70c7a3121cc9093114502ac1a618c097cfaa50a (patch) | |
tree | f0e3580c4da34975adeeaaeb598cd95fc6f25696 | |
parent | 9899b23ee4624eaf6806d508e2cb8c48d2cddf6e (diff) | |
download | vis-pkg-f70c7a3121cc9093114502ac1a618c097cfaa50a.tar.gz |
Update to 0.8+git.1692310337.09ba77aa:
- build: don't use the '|' GNU extension
- build: don't pollute base dir with .o and .d files
-rw-r--r-- | vis.changes | 7 | ||||
-rw-r--r-- | vis.spec | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/vis.changes b/vis.changes index b780ff6..a358816 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 20 19:20:16 UTC 2023 - Matej Cepl <mcepl@suse.com> + +- Update to 0.8+git.1692310337.09ba77aa: + - build: don't use the '|' GNU extension + - build: don't pollute base dir with .o and .d files + ------------------------------------------------------------------ Thu Aug 17 19:11:20 UTC 2023 - Matej Cepl <mcepl@suse.com> @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1692198809.3134de12 +Version: 0.8+git.1692310337.09ba77aa Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC |