SHA256
1
0
forked from pool/lua-dkjson

Accepting request 1037587 from devel:languages:lua

Forwarded request #1037526 from michals

- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1037587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-11-24 11:23:42 +00:00 committed by Git OBS Bridge
commit 6e350b6f37
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 23 10:17:15 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
- Fix missing dependency on lua-macros (boo#1205612)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 27 08:42:20 UTC 2021 - Matej Cepl <mcepl@suse.com> Mon Dec 27 08:42:20 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package lua-dkjson # spec file for package lua-dkjson
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -27,6 +27,7 @@ Group: Development/Libraries/Other
URL: http://dkjson.org/ URL: http://dkjson.org/
Source: http://dkolf.de/src/dkjson-lua.fsl/tarball/%{uptag}/dkjson.tar.gz Source: http://dkolf.de/src/dkjson-lua.fsl/tarball/%{uptag}/dkjson.tar.gz
BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-devel
BuildRequires: lua-macros
Requires: %{flavor} Requires: %{flavor}
Requires: %{flavor}-lpeg Requires: %{flavor}-lpeg
BuildArch: noarch BuildArch: noarch