Removed the correct_assertion.patch.

This commit is contained in:
2025-10-13 11:22:18 +02:00
parent 5ed927f02d
commit 06cd7d0745
2 changed files with 17 additions and 3 deletions

View File

@@ -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>

View File

@@ -25,9 +25,10 @@ License: MIT
Group: Development/Libraries/Other
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
# PATCH-FIX-UPSTREAM correct_assertion.patch bsc#[0-9]+ mcepl@suse.com
# this patch makes things totally awesome
Patch0: correct_assertion.patch
# # PATCH-FIX-UPSTREAM correct_assertion.patch gh#kikito/inspect.lua!75 mcepl@suse.com
# correct assertion for metatable with __metatable=nil
# seems that the patch fixes the issue with aarch64, but breaks everywhere else
# Patch0: correct_assertion.patch
BuildRequires: %{flavor}-busted
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luacheck
@@ -40,6 +41,8 @@ Name: lua-%{mod_name}
ExclusiveArch: do_not_build
%else
Name: %{flavor}-%{mod_name}
# see gh#kikito/inspect.lua!75
ExcludeArch: aarch64
%endif
%description