From 5a33f7286d3960845788758feca6b13386694efa Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 13:02:05 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/lua-json.git#efe3fb9465f779cb5cf3a886858382f5d6f5d0d6 --- lua-json.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua-json.spec b/lua-json.spec index 6b33b26..edccff3 100644 --- a/lua-json.spec +++ b/lua-json.spec @@ -5,7 +5,7 @@ Name: lua-json Version: 1.3.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: JSON Parser/Constructor for Lua License: MIT URL: http://luaforge.net/projects/luajson/ @@ -14,6 +14,7 @@ Patch0: luajson-lua-5.2.patch BuildRequires: lua >= %{luaver}, lua-lpeg >= 0.8.1 # for checks BuildRequires: lua-filesystem >= 1.4.1, lua-lunit >= 0.4 +BuildRequires: make Requires: lua(abi) >= %{luaver}, lua-lpeg >= 0.8.1 BuildArch: noarch @@ -41,6 +42,9 @@ make check-regression %{luapkgdir}/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.2-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.3.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild