forked from pool/lua-moonscript
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
66fc945570
|
|||
|
d1cc487f4c
|
|||
|
5a16239fcd
|
|||
|
b44ec9c9c7
|
|||
|
a3d75a93a1
|
@@ -1,6 +1,7 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>luajit</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
|
<package>lua55</package>
|
||||||
<package>test</package>
|
<package>test</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
|||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 23 08:41:38 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Fix file persmissions on alternate files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:50:38 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Switch off building lua51 build of the package.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 18:23:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add luajit version to _multibuild
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 23 10:41:52 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
Wed Nov 23 10:41:52 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -113,8 +113,8 @@ busted
|
|||||||
%{_bindir}/moonc
|
%{_bindir}/moonc
|
||||||
%{_bindir}/moonc-%{lua_version}
|
%{_bindir}/moonc-%{lua_version}
|
||||||
%{lua_noarchdir}/moon*
|
%{lua_noarchdir}/moon*
|
||||||
%ghost %{_sysconfdir}/alternatives/moon
|
%ghost %attr(0644,root,root) /etc/alternatives/moon
|
||||||
%ghost %{_sysconfdir}/alternatives/moonc
|
%ghost %attr(0644,root,root) /etc/alternatives/moonc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user