Accepting request 1099712 from devel:Factory:git-workflow:staging:mcepl:vis:5
Add 675-nb-subproc-runner.patch (gh#martanne/vis!675). Adds support for the non-blocking subprocess runner. (🤖: Submission of vis via #5 by mcepl) OBS-URL: https://build.opensuse.org/request/show/1099712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vis?expand=0&rev=9
This commit is contained in:
commit
835bab86b4
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1689849135
|
||||||
|
commit: e7cd93d0c780a4e3a937b0ee5f063a994395722e
|
||||||
|
url: https://src.opensuse.org/mcepl_pkgs/vis.git
|
||||||
|
revision: e7cd93d0c780a4e3a937b0ee5f063a994395722e
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 10:32:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Clean up SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 11:07:05 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Tue Feb 28 11:07:05 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
5
vis.spec
5
vis.spec
@ -37,6 +37,7 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
BuildRequires: tre-devel
|
BuildRequires: tre-devel
|
||||||
Requires: lua
|
Requires: lua
|
||||||
|
Suggests: par_text
|
||||||
ExclusiveArch: x86_64 %{ix86}
|
ExclusiveArch: x86_64 %{ix86}
|
||||||
Suggests: par_text
|
Suggests: par_text
|
||||||
|
|
||||||
@ -62,9 +63,9 @@ export CFLAGS="%{optflags} -fcommon"
|
|||||||
# According to the debian/rules:
|
# According to the debian/rules:
|
||||||
# The vim tests harness is not solid, let's skip them for the moment.
|
# The vim tests harness is not solid, let's skip them for the moment.
|
||||||
# Upstream mentioned the possibility of phasing them out entirely.
|
# Upstream mentioned the possibility of phasing them out entirely.
|
||||||
make -C test/core
|
%make_build -C test/core
|
||||||
# No busted yet make -C test/lua
|
# No busted yet make -C test/lua
|
||||||
make -C test/vis
|
%make_build -C test/vis
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/vis*
|
%{_bindir}/vis*
|
||||||
|
Loading…
Reference in New Issue
Block a user