diff --git a/lua.spec b/lua.spec index 1df3bbb..f7148f8 100644 --- a/lua.spec +++ b/lua.spec @@ -4,7 +4,7 @@ # If you are incrementing major_version, enable bootstrapping and adjust accordingly. # Version should be the latest prior build. If you don't do this, RPM will break and # everything will grind to a halt. -%global bootstrap 1 +%global bootstrap 0 %global bootstrap_major_version 5.3 %global bootstrap_version %{bootstrap_major_version}.6 @@ -14,7 +14,7 @@ Name: lua Version: %{major_version}.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful light-weight programming language License: MIT URL: https://www.lua.org/ @@ -222,6 +222,9 @@ popd %{_libdir}/*.a %changelog +* Mon Oct 17 2022 Panu Matilainen - 5.4.4-5 +- Disable bootstrap mode forgotten on 5.4 rebase + * Thu Jul 21 2022 Fedora Release Engineering - 5.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild