diff --git a/SPECS/lua-posix.spec b/SPECS/lua-posix.spec index 6b1678c..f4376a2 100644 --- a/SPECS/lua-posix.spec +++ b/SPECS/lua-posix.spec @@ -6,7 +6,7 @@ Name: lua-posix Version: 35.0 -Release: 6%{?dist} +Release: 8%{?dist} Summary: A POSIX library for Lua License: MIT URL: http://luaforge.net/projects/luaposix/ @@ -47,6 +47,14 @@ build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{l %changelog +* Thu Feb 24 2022 Jiri Vanek - 35.0-8 +- Added tests.yaml +- Resolves: rhbz#2058499 + +* Thu Feb 24 2022 Jiri Vanek - 35.0-7 +- Added gating.yaml +- Resolves: rhbz#2054488 + * Mon Feb 14 2022 Andrew Hughes - 35.0-6 - Pass LDFLAGS to the build so RPM linker flags are used and annocheck passes. - Add patch from upstream to fix propagation of LDFLAGS into build system.