- Update to version 0.5+git.1590819266.c37f09e:

* test: update
  * vis: fix implicit enum conversion warning
  * build: update alpine in docker build to version 3.12
  * doc: update outdated version information
  * doc: update sphinx configuration to python 3
  * test: update
  * text: introduce text_save_method, remove text_save_range
  * test: update
  * build: use -O2 by default
  * vis: cleanup pre-processing of :-commands
  * Tweak README
  * vt100: do not crash if termkey is not yet initialized
  * ui: fix line number drawing
  * build: fix _XOPEN_SOURCE redefinition warning
  * vis: make <Escape> reset count in visual modes
  * vis: make <Escape> reset count in normal mode
  * lexers: prioritize markdown list rule
  * lexers: make markdown white space rule less greedy
  * man: document theme location
  * Avoid use of VLAs
  * vt100: use shorter escape sequence to clear screen
  * Add Julia lexer

OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=8
This commit is contained in:
Matej Cepl 2020-06-05 13:33:44 +00:00 committed by Git OBS Bridge
parent 87c863600f
commit 63edc4b49a
5 changed files with 32 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/martanne/vis.git</param>
<param name="changesrevision">08a550deac6f55f32f131f66992994b3944011ce</param></service></servicedata>
<param name="changesrevision">c37f09ed99baae4ae42381ebfc608003942528b3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b735903e637cc982da5786611b99152bab5dbb0e846c91e5381638d335ba6ae0
size 367964

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5545151592e2c5a3205d7f53c1bf50e1dfeaf74f5110232cbcff88379b363742
size 369876

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jun 05 13:33:07 UTC 2020 - mcepl@cepl.eu
- Update to version 0.5+git.1590819266.c37f09e:
* test: update
* vis: fix implicit enum conversion warning
* build: update alpine in docker build to version 3.12
* doc: update outdated version information
* doc: update sphinx configuration to python 3
* test: update
* text: introduce text_save_method, remove text_save_range
* test: update
* build: use -O2 by default
* vis: cleanup pre-processing of :-commands
* Tweak README
* vt100: do not crash if termkey is not yet initialized
* ui: fix line number drawing
* build: fix _XOPEN_SOURCE redefinition warning
* vis: make <Escape> reset count in visual modes
* vis: make <Escape> reset count in normal mode
* lexers: prioritize markdown list rule
* lexers: make markdown white space rule less greedy
* man: document theme location
* Avoid use of VLAs
* vt100: use shorter escape sequence to clear screen
* Add Julia lexer
-------------------------------------------------------------------
Thu Apr 16 22:18:41 UTC 2020 - mcepl@cepl.eu

View File

@ -17,7 +17,7 @@
Name: vis
Version: 0.5+git.1584517720.08a550d
Version: 0.5+git.1590819266.c37f09e
Release: 0
Summary: An editor combining the strengths of both vi(m) and sam
License: ISC