From f39790d037877d30f5ad9d53fc633d73d8c4ad7f05122e980d927bda2ef7f89c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Jul 2020 19:02:53 +0000 Subject: [PATCH] - Add lua54 as new build target OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-copas?expand=0&rev=3 --- _multibuild | 1 + lua-copas.changes | 5 +++++ lua-copas.spec | 8 ++++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_multibuild b/_multibuild index a01285a..72d2b45 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,5 @@ lua51 lua53 +lua54 diff --git a/lua-copas.changes b/lua-copas.changes index aa29868..de285d9 100644 --- a/lua-copas.changes +++ b/lua-copas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 6 19:02:42 UTC 2020 - Matej Cepl + +- Add lua54 as new build target + ------------------------------------------------------------------- Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl diff --git a/lua-copas.spec b/lua-copas.spec index 6fbdaa4..6553534 100644 --- a/lua-copas.spec +++ b/lua-copas.spec @@ -1,7 +1,7 @@ # # spec file for package lua-copas # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,10 @@ Summary: Coroutine Oriented Portable Asynchronous Services License: MIT URL: http://www.keplerproject.org/copas/ Source: https://github.com/keplerproject/%{mod_name}/archive/%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz -BuildRequires: %{flavor}-devel -BuildRequires: %{flavor}-luasocket -BuildRequires: %{flavor}-luasec BuildRequires: %{flavor}-coxpcall +BuildRequires: %{flavor}-devel +BuildRequires: %{flavor}-luasec +BuildRequires: %{flavor}-luasocket Requires: %{flavor} BuildArch: noarch %if "%{flavor}" == "lua53"