forked from pool/lua54
Compare commits
4 Commits
74c6aa5eb9
...
main
Author | SHA256 | Date | |
---|---|---|---|
e748694fd6
|
|||
41f2bc1313
|
|||
b6168d41b6
|
|||
0fa5783653
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 07:22:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- interpreter should only provide, not conflict lua symbol
|
||||||
|
(bsc#1247521)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 19 09:23:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Sat Jul 19 09:23:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@@ -51,7 +51,6 @@ Patch6: shared_link.patch
|
|||||||
# PATCH-FIX-UPSTREAM inspect errno only after failure
|
# PATCH-FIX-UPSTREAM inspect errno only after failure
|
||||||
Patch8: execresult.patch
|
Patch8: execresult.patch
|
||||||
Patch100: upstream1.patch
|
Patch100: upstream1.patch
|
||||||
Conflicts: lua
|
|
||||||
Provides: lua = %{version}
|
Provides: lua = %{version}
|
||||||
Obsoletes: lua < %{version}
|
Obsoletes: lua < %{version}
|
||||||
Provides: Lua(API) = %{major_version}
|
Provides: Lua(API) = %{major_version}
|
||||||
@@ -68,8 +67,9 @@ Requires(postun): update-alternatives
|
|||||||
BuildRequires: lua54
|
BuildRequires: lua54
|
||||||
BuildRequires: lua54-devel
|
BuildRequires: lua54-devel
|
||||||
%else
|
%else
|
||||||
|
# Ensure we can build without $self
|
||||||
|
#!BuildIgnore: lua54
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: lua-macros
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user