Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 50e961c7eb | |||
| 2bb540db63 | |||
|
|
94084cd67b | ||
|
|
ddc9648a96 | ||
| 4a272a2270 | |||
|
|
91d46ac4c3 | ||
| 9629606a19 | |||
|
|
d03ca043d2 | ||
| 3079835579 | |||
|
|
b38f8d3867 |
@@ -1,5 +0,0 @@
|
||||
mtime: 1759908582
|
||||
commit: e5b799710903889e0c62a445b2041aae54d6647f0e034e44f5da36645491291d
|
||||
url: https://src.opensuse.org/lua/luajit2.git
|
||||
revision: e5b799710903889e0c62a445b2041aae54d6647f0e034e44f5da36645491291d
|
||||
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7305824ba27d29154f383c43e20c2049bd4fefff13bb22edd41e66c2635a84a
|
||||
size 256
|
||||
10134
loong64-support.patch
10134
loong64-support.patch
File diff suppressed because it is too large
Load Diff
BIN
luajit2-2.1-20250529.tar.gz
LFS
Normal file
BIN
luajit2-2.1-20250529.tar.gz
LFS
Normal file
Binary file not shown.
BIN
luajit2-2.1-20250826.tar.gz
LFS
BIN
luajit2-2.1-20250826.tar.gz
LFS
Binary file not shown.
@@ -1,15 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:29:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Updated to 2.1.20250826 (1756211046)
|
||||
* FFI: Fix dangling CType references (again).
|
||||
* Avoid out-of-range PC for stack overflow error from snapshot restore.
|
||||
* x86/x64: Don't use undefined MUL/IMUL zero flag.
|
||||
* Windows: Add lua52compat option to msvcbuild.bat.
|
||||
- Cherry-pick riscv64-support.patch to add RISC-V support
|
||||
- Cherry-pick loong64-support.patch to add LoongArch support
|
||||
- Increase _default_patch_fuzz to 2 to allow patches to apply
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 14:07:00 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
|
||||
10
luajit2.spec
10
luajit2.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package luajit2
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,13 +15,13 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%global _default_patch_fuzz 2
|
||||
|
||||
%define abi_ver 5.1
|
||||
%define so_ver 2
|
||||
%define lib_ver 5_1-%{so_ver}
|
||||
%define major 2.1
|
||||
%define minor 20250826
|
||||
%define upstream 1756211046
|
||||
%define minor 20250529
|
||||
%define upstream 1748495995
|
||||
Name: luajit2
|
||||
Version: %{major}.%{minor}
|
||||
Release: 0
|
||||
@@ -31,8 +31,6 @@ URL: https://github.com/openresty/%{name}
|
||||
Source0: https://github.com/openresty/%{name}/archive/refs/tags/v%{major}-%{minor}.tar.gz#/%{name}-%{major}-%{minor}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch0: %{name}-name.patch
|
||||
Patch1: https://patch-diff.githubusercontent.com/raw/openresty/luajit2/pull/236.patch#/riscv64-support.patch#/riscv64-support.patch
|
||||
Patch2: https://github.com/openresty/luajit2/pull/245/commits/8e40aca7b3a919456b15698273e9b00e9250e769.patch#/loong64-support.patch
|
||||
BuildRequires: pkgconfig
|
||||
Requires: lib%{name}-%{lib_ver} = %{version}
|
||||
|
||||
|
||||
12433
riscv64-support.patch
12433
riscv64-support.patch
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user