Accepting request 779315 from home:mcepl:branches:editors
- Update to version 0.5+git.1582699959.bdfea7e: * build: provide install-strip make target * ci: fix Alpine build by installing terminfo data * ci: remove Travis CI integration * ci: remove Appveyor integration * ci: improve OpenBSD Lua installation * ci: make sure en_US.UTF-8 locale is available on Debian * ci: disable codecov commit status updates * vis-lua: implement vis:redraw() * lua: add `redrawtime` option OBS-URL: https://build.opensuse.org/request/show/779315 OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=2
This commit is contained in:
parent
e3ccaefe59
commit
ebfc099354
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/martanne/vis.git</param>
|
||||
<param name="changesrevision">30c6ceb2447be5b8b73958271972ba98457dc0b7</param></service></servicedata>
|
||||
<param name="changesrevision">bdfea7e6c1d1a7ad5b3d479bb2c30c7e610f2ee6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6d559c31f2f7e656bb8fa236abe346fc78df834756613030623f3b324bbe57
|
||||
size 10381837
|
3
_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio
Normal file
3
_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43064aa11755f127f53d875378b86fbdaf494d8c40030f6d85e0740c3621556a
|
||||
size 10377229
|
@ -1,17 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 16:29:43 UTC 2020 - mcepl@cepl.eu
|
||||
Wed Feb 26 08:44:21 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 0.5+git.1582539324.30c6ceb:
|
||||
- Update to version 0.5+git.1582699959.bdfea7e:
|
||||
* build: provide install-strip make target
|
||||
* ci: fix Alpine build by installing terminfo data
|
||||
* test: update
|
||||
* ci: remove Travis CI integration
|
||||
* ci: remove Appveyor integration
|
||||
* ci: improve OpenBSD Lua installation
|
||||
* ci: make sure en_US.UTF-8 locale is available on Debian
|
||||
* ci: disable codecov commit status updates
|
||||
* vis-lua: implement vis:redraw()
|
||||
* lua: add `redrawtime` option
|
||||
* lua: fix documentation typos and errors
|
||||
* lua: optimize the win:style() loop
|
||||
* ci: update README status badges
|
||||
* sam: warn when attempting to write to an existing file
|
||||
* sam: fix modification time comparision when writing file
|
||||
* ci: fix test coverage upload
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 08:42:15 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 0.5+git.1582699959.bdfea7e:
|
||||
* build: provide install-strip make target
|
||||
* ci: fix Alpine build by installing terminfo data
|
||||
* test: update
|
||||
* sam: re-take range after pre-save hooks are run
|
||||
* ci: remove Travis CI integration
|
||||
* ci: remove Appveyor integration
|
||||
* ci: improve OpenBSD Lua installation
|
||||
* ci: make sure en_US.UTF-8 locale is available on Debian
|
||||
* ci: disable codecov commit status updates
|
||||
* vis-lua: implement vis:redraw()
|
||||
* lua: add `redrawtime` option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 08:41:57 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- The latest upstream commit doesn't strip binaries anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 16:11:28 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: vis
|
||||
version: 0.5+git.1582539324.30c6ceb
|
||||
mtime: 1582539324
|
||||
commit: 30c6ceb2447be5b8b73958271972ba98457dc0b7
|
||||
version: 0.5+git.1582699959.bdfea7e
|
||||
mtime: 1582699959
|
||||
commit: bdfea7e6c1d1a7ad5b3d479bb2c30c7e610f2ee6
|
||||
|
||||
|
20
vis.changes
20
vis.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 08:42:15 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 0.5+git.1582699959.bdfea7e:
|
||||
* build: provide install-strip make target
|
||||
* ci: fix Alpine build by installing terminfo data
|
||||
* test: update
|
||||
* ci: remove Travis CI integration
|
||||
* ci: remove Appveyor integration
|
||||
* ci: improve OpenBSD Lua installation
|
||||
* ci: make sure en_US.UTF-8 locale is available on Debian
|
||||
* ci: disable codecov commit status updates
|
||||
* vis-lua: implement vis:redraw()
|
||||
* lua: add `redrawtime` option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 08:41:57 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- The latest upstream commit doesn't strip binaries anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 16:11:28 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
4
vis.spec
4
vis.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vis
|
||||
Version: 1582539324.30c6ceb
|
||||
Version: 0.5+git.1582699959.bdfea7e
|
||||
Release: 0
|
||||
Summary: An editor combining the strengths of both vi(m) and sam
|
||||
License: MIT
|
||||
@ -47,7 +47,7 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
|
||||
%make_build debug
|
||||
|
||||
%install
|
||||
%make_install STRIP="true"
|
||||
%make_install
|
||||
|
||||
%check
|
||||
# According to the debian/rules:
|
||||
|
Loading…
Reference in New Issue
Block a user