SHA256
12
0
forked from pool/lua-argparse

- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-argparse?expand=0&rev=6
This commit is contained in:
Matej Cepl 2020-07-06 19:02:03 +00:00 committed by Git OBS Bridge
parent 5ae9325287
commit bed0d92ec0
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<multibuild>
<package>lua51</package>
<package>lua53</package>
<package>lua54</package>
<package>test</package>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 6 19:01:54 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
-------------------------------------------------------------------
Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -50,9 +50,9 @@ Name: %{flavor}-argparse
%endif
%endif
%if %{with test}
BuildRequires: %{flavor}-penlight
BuildRequires: %{flavor}-argparse
BuildRequires: %{flavor}-busted
BuildRequires: %{flavor}-penlight
%endif
%description