SHA256
10
0
forked from pool/lua-vstruct

1 Commits

Author SHA256 Message Date
c2ea07198f Accepting request 1315195 from devel:languages:lua
- Switch off building lua51 build of the package.

- Make the package build with updated %%luarocks_* macros.

OBS-URL: https://build.opensuse.org/request/show/1315195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-vstruct?expand=0&rev=5
2025-11-05 15:18:30 +00:00
5 changed files with 21 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
</multibuild>

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1761317477
commit: 3fb34932661850f37f1998b7b7d7ed771aeee10025a5d7701809a49a2497b4df
url: https://src.opensuse.org/lua/lua-vstruct.git
revision: 3fb34932661850f37f1998b7b7d7ed771aeee10025a5d7701809a49a2497b4df
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:578c331fe32df29e2d6922bc8d2ea4e2cd91fbfde505ac63acf8ab7472963fbc
size 256

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 24 14:51:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Tue Oct 14 23:28:23 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package build with updated %%luarocks_* macros.
-------------------------------------------------------------------
Thu May 23 10:33:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -57,9 +57,8 @@ A Lua library for packing and unpacking binary data, supporting arbitrary
%check
%files
%license COPYING
%doc CHANGES README.md
%{lua_noarchdir}/%{mod_name}
%{luarocks_treedir}/%{mod_name}
%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/COPYING
%changelog