forked from pool/lua-luaexpat
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
22e112d937
|
|||
|
955929cf92
|
|||
| 9b9ddc1c98 |
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -21,3 +21,4 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.changes merge=merge-changes
|
||||||
|
|||||||
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1 +1,8 @@
|
|||||||
.osc
|
*.obscpio
|
||||||
|
*.osc
|
||||||
|
_build.*
|
||||||
|
.pbuild
|
||||||
|
*.obscpio
|
||||||
|
*.osc
|
||||||
|
_build.*
|
||||||
|
.pbuild
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>luajit</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
|||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:49:14 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Switch off building lua51 build of the package.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 18:38:59 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add luajit version to _multibuild
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 09:04:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Lower the required libexpat version number (our library in SLE
|
||||||
|
is being maintained against all those CVEs anyway).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 11:38:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
Tue Jul 11 11:38:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,9 @@ URL: https://lunarmodules.github.io/luaexpat/
|
|||||||
Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz
|
Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
# See: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.0
|
# See: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.0
|
||||||
BuildRequires: libexpat-devel >= 2.4.6
|
# So, it requires 2.4.0, not 2.4.6, and our libexpat in SLE has
|
||||||
|
# been patched against all those CVEs, despite having lower version number
|
||||||
|
BuildRequires: libexpat-devel >= 2.4.0
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
|
|||||||
Reference in New Issue
Block a user