From 22db8448a13b7aa7acd76a2e2a7256480066397ca9c991a1e3c1d01f3c26a1ec Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jan 2023 21:12:04 +0000 Subject: [PATCH] Accepting request 1060901 from home:michals:branches:devel:languages:lua - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1060901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=26 --- lua-lgi.changes | 5 +++++ lua-lgi.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/lua-lgi.changes b/lua-lgi.changes index 81cf313..7297364 100644 --- a/lua-lgi.changes +++ b/lua-lgi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Tue Feb 9 14:32:38 UTC 2021 - Dominique Leuenberger diff --git a/lua-lgi.spec b/lua-lgi.spec index 3c04260..bcff08f 100644 --- a/lua-lgi.spec +++ b/lua-lgi.spec @@ -27,6 +27,7 @@ Group: Development/Languages/Other URL: https://github.com/pavouk/lgi Source0: https://github.com/pavouk/%{mod_name}/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz Patch: lua54.patch +BuildRequires: lua-macros BuildRequires: %{flavor}-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gmodule-2.0)