forked from pool/lua-inspect
Removed the correct_assertion.patch.
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 19:38:35 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add luajit version to _multibuild
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 09:21:41 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Removed the correct_assertion.patch, because it made test suite
|
||||||
|
pass ONLY on aarch64 and broke everything else. Whoopsie!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 13 07:17:41 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Mon Oct 13 07:17:41 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,10 @@ License: MIT
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/kikito/inspect.lua
|
URL: https://github.com/kikito/inspect.lua
|
||||||
Source: https://github.com/kikito/inspect.lua/archive/v%{version}.tar.gz#/lua-%{mod_name}-%{version}.tar.gz
|
Source: https://github.com/kikito/inspect.lua/archive/v%{version}.tar.gz#/lua-%{mod_name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM correct_assertion.patch bsc#[0-9]+ mcepl@suse.com
|
# # PATCH-FIX-UPSTREAM correct_assertion.patch gh#kikito/inspect.lua!75 mcepl@suse.com
|
||||||
# this patch makes things totally awesome
|
# correct assertion for metatable with __metatable=nil
|
||||||
Patch0: correct_assertion.patch
|
# seems that the patch fixes the issue with aarch64, but breaks everywhere else
|
||||||
|
# Patch0: correct_assertion.patch
|
||||||
BuildRequires: %{flavor}-busted
|
BuildRequires: %{flavor}-busted
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: %{flavor}-luacheck
|
BuildRequires: %{flavor}-luacheck
|
||||||
@@ -40,6 +41,8 @@ Name: lua-%{mod_name}
|
|||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
%else
|
%else
|
||||||
Name: %{flavor}-%{mod_name}
|
Name: %{flavor}-%{mod_name}
|
||||||
|
# see gh#kikito/inspect.lua!75
|
||||||
|
ExcludeArch: aarch64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user