diff --git a/love.spec b/love.spec index 380e01f..8e2c6ad 100644 --- a/love.spec +++ b/love.spec @@ -1,5 +1,5 @@ # Because of the LuaJIT requirements: -%ifarch %{arm} %{ix86} x86_64 +%ifarch %{arm} %{ix86} x86_64 %{mips} aarch64 %global luadep luajit %else %global luadep lua @@ -7,7 +7,7 @@ Name: love Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free 2D game engine which enables easy game creation in Lua #All is licensed as zlib with one exception: @@ -120,6 +120,9 @@ fi %{_libdir}/lib%{name}.* %changelog +* Tue Nov 8 2016 Jeremy Newton - 0.10.2-2 +- Add mips and aarch64 as supported by luajit + * Mon Nov 7 2016 Jeremy Newton - 0.10.2-1 - Update to new version - Use lua instead lua-git on unsupported platforms