From 4371f78a65771c92a43e5b6ab0d5514f189054af63219c9ed48d89a6e0c33f4d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Feb 2020 09:21:20 +0000 Subject: [PATCH] Switch to less aggressive _service configuration OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=3 --- _service | 7 +-- ...scm:vis-0.5+git.1582699959.bdfea7e.obscpio | 3 - _service:obs_scm:vis.changes | 57 ------------------- _service:obs_scm:vis.obsinfo | 5 -- _service:obs_scm:_servicedata => _servicedata | 0 vis-0.5+git.1582699959.bdfea7e.tar.xz | 3 + vis.changes | 15 +++++ 7 files changed, 21 insertions(+), 69 deletions(-) delete mode 100644 _service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio delete mode 100644 _service:obs_scm:vis.changes delete mode 100644 _service:obs_scm:vis.obsinfo rename _service:obs_scm:_servicedata => _servicedata (100%) create mode 100644 vis-0.5+git.1582699959.bdfea7e.tar.xz diff --git a/_service b/_service index 547596c..0ec0e86 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + 0.5+git https://github.com/martanne/vis.git git @@ -7,10 +7,9 @@ enable mcepl@cepl.eu - - + *.tar xz - + diff --git a/_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio b/_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio deleted file mode 100644 index 5f673fa..0000000 --- a/_service:obs_scm:vis-0.5+git.1582699959.bdfea7e.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43064aa11755f127f53d875378b86fbdaf494d8c40030f6d85e0740c3621556a -size 10377229 diff --git a/_service:obs_scm:vis.changes b/_service:obs_scm:vis.changes deleted file mode 100644 index c1646b0..0000000 --- a/_service:obs_scm:vis.changes +++ /dev/null @@ -1,57 +0,0 @@ -------------------------------------------------------------------- -Wed Feb 26 08:44:21 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: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 - -- The latest upstream commit doesn't strip binaries anymore - -------------------------------------------------------------------- -Mon Feb 24 16:11:28 CET 2020 - Matej Cepl - -- make install STRIP=true to avoid stripping. Avoid public nudity! - gh#martanne/vis#811 - -------------------------------------------------------------------- -Thu Dec 26 00:17:14 CET 2019 - Matej Cepl - -- Add BR of tre-devel, not just tre. - -------------------------------------------------------------------- -Sun Sep 22 01:22:08 CEST 2019 - Matej Cepl - -- Remove Debian-related files -- Add missing BRs. - -------------------------------------------------------------------- -Mon Dec 12 21:42:43 UTC 2016 - code@baez.nyc - -initial build from git - diff --git a/_service:obs_scm:vis.obsinfo b/_service:obs_scm:vis.obsinfo deleted file mode 100644 index d83735a..0000000 --- a/_service:obs_scm:vis.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: vis -version: 0.5+git.1582699959.bdfea7e -mtime: 1582699959 -commit: bdfea7e6c1d1a7ad5b3d479bb2c30c7e610f2ee6 - diff --git a/_service:obs_scm:_servicedata b/_servicedata similarity index 100% rename from _service:obs_scm:_servicedata rename to _servicedata diff --git a/vis-0.5+git.1582699959.bdfea7e.tar.xz b/vis-0.5+git.1582699959.bdfea7e.tar.xz new file mode 100644 index 0000000..56a3524 --- /dev/null +++ b/vis-0.5+git.1582699959.bdfea7e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7833c4750e273612d784c1bd57f43f44c6963e7f5faa547682615553efae70e2 +size 367796 diff --git a/vis.changes b/vis.changes index 0a03809..ca8aed0 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 26 09:20:25 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:42:15 UTC 2020 - mcepl@cepl.eu