diff --git a/luajit.spec b/luajit.spec index d233e8372691b3e4eed303fa1be1b5d86e30135c..96bb07103af2649b6ddc4217ae944969c0b7ea2d 100644 --- a/luajit.spec +++ b/luajit.spec @@ -2,7 +2,7 @@ Name: luajit Version: 2.1.0 -Release: 8 +Release: 9 Summary: Just-In-Time Compiler for Lua License: MIT URL: http://luajit.org/ @@ -29,11 +29,8 @@ Requires: luajit = 2.1.0-%{release} %description devel This package contains development files for luajit. -%package help -Summary: Documents for luajit -%description help -Man pages and other related documents for luajit. +%package_help %prep %setup -q -n LuaJIT-2.1.0-beta3 @@ -83,6 +80,9 @@ cp -a doc _tmp_html/html %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Wei Zhang - 2.1.0-9 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Mar 21 2024 TexasOct - 2.1.0-8 - update riscv64 support and update to mainline d06beb04