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:
2020-02-26 08:45:17 +00:00
committed by Git OBS Bridge
parent e3ccaefe59
commit ebfc099354
7 changed files with 58 additions and 18 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">30c6ceb2447be5b8b73958271972ba98457dc0b7</param></service></servicedata>
<param name="changesrevision">bdfea7e6c1d1a7ad5b3d479bb2c30c7e610f2ee6</param></service></servicedata>

Binary file not shown.

BIN
_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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: