17
0

4 Commits

Author SHA256 Message Date
cd6114a049 Update to 1.9.0
- Lua 5.5 support
- Fixed some compiler warnings
- Assorted improvements for Windows
2026-01-22 15:08:21 +01:00
3872115a84 Enable lua55 build 2026-01-21 21:43:42 +01:00
79a8e5222a Switch off building lua51 build of the package. 2025-10-29 17:31:46 +01:00
4be98da2ab Add luajit version to _multibuild 2025-10-20 21:48:33 +02:00
7 changed files with 32 additions and 7 deletions

1
.gitattributes vendored
View File

@@ -21,3 +21,4 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*.changes merge=merge-changes

5
.gitignore vendored
View File

@@ -1 +1,6 @@
.osc
*.obscpio
*.osc
_build.*
.pbuild
lua*-luafilesystem-*-build

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 22 14:06:17 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Update to 1.9.0:
- Lua 5.5 support
- Fixed some compiler warnings
- Assorted improvements for Windows
-------------------------------------------------------------------
Fri Oct 24 14:49:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 19:48:31 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
-------------------------------------------------------------------
Thu Mar 16 17:29:32 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,8 +18,8 @@
%define flavor @BUILD_FLAVOR@
%define mod_name luafilesystem
%define pversion 1.8.0
%define _pversion 1_8_0
%define pversion 1.9.0
%define _pversion 1_9_0
%if %{undefined lua_provides}
%define lua_provides \
@@ -63,7 +63,7 @@ make %{?_make_output_sync} CFLAGS="%{optflags} -fPIC -I%{lua_incdir}"
%make_install LUA_LIBDIR='%{lua_archdir}'
%files
%doc doc/us/*
%doc docs/*
%{lua_archdir}/lfs.so
%changelog

Binary file not shown.

BIN
luafilesystem-1.9.0.tar.gz LFS Normal file

Binary file not shown.