Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
cd6114a049
|
|||
|
3872115a84
|
|||
|
79a8e5222a
|
|||
|
4be98da2ab
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
5
.gitignore
vendored
@@ -1 +1,6 @@
|
||||
.osc
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
lua*-luafilesystem-*-build
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
<package>lua55</package>
|
||||
</multibuild>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
luafilesystem-1.8.0.tar.gz
LFS
BIN
luafilesystem-1.8.0.tar.gz
LFS
Binary file not shown.
BIN
luafilesystem-1.9.0.tar.gz
LFS
Normal file
BIN
luafilesystem-1.9.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user