diff --git a/.lua-lpeg.metadata b/.lua-lpeg.metadata new file mode 100644 index 0000000..e2ce109 --- /dev/null +++ b/.lua-lpeg.metadata @@ -0,0 +1 @@ +d6a7048a32d5d2bcf542c7d141070654dc66a17a lpeg-1.0.2.tar.gz diff --git a/lua-lpeg.spec b/lua-lpeg.spec index e26c144..475dc28 100644 --- a/lua-lpeg.spec +++ b/lua-lpeg.spec @@ -11,7 +11,7 @@ Name: lua-%{lua_pkg_name} Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Parsing Expression Grammars for Lua License: MIT @@ -35,6 +35,7 @@ Grammars (PEGs). Summary: Parsing Expression Grammars for Lua %{lua_compat_version} Provides: compat-%{name} BuildRequires: compat-lua-devel >= %{lua_compat_version} +BuildRequires: make %if 0%{?fedora} || 0%{?rhel} >= 7 Requires: lua(abi) = %{lua_compat_version} %else @@ -89,6 +90,9 @@ lua test.lua %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild