Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| da1e6126d4 | |||
| af8a1e7b3b | |||
| a5826f2edd | |||
|
|
f174f8719a | ||
|
|
245581a0d5 | ||
| aab9062c5b | |||
|
|
6bb579ef93 | ||
| 279a2f9285 | |||
|
|
3237fc76f3 | ||
| 66f583bae7 | |||
|
|
aaebe5c1e9 |
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
mtime: 1759908582
|
||||
commit: e5b799710903889e0c62a445b2041aae54d6647f0e034e44f5da36645491291d
|
||||
url: https://src.opensuse.org/lua/luajit2.git
|
||||
revision: e5b799710903889e0c62a445b2041aae54d6647f0e034e44f5da36645491291d
|
||||
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7305824ba27d29154f383c43e20c2049bd4fefff13bb22edd41e66c2635a84a
|
||||
size 256
|
||||
10134
loong64-support.patch
Normal file
10134
loong64-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
BIN
luajit2-2.1-20250529.tar.gz
LFS
BIN
luajit2-2.1-20250529.tar.gz
LFS
Binary file not shown.
BIN
luajit2-2.1-20250826.tar.gz
LFS
Normal file
BIN
luajit2-2.1-20250826.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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 20250529
|
||||
%define upstream 1748495995
|
||||
%define minor 20250826
|
||||
%define upstream 1756211046
|
||||
Name: luajit2
|
||||
Version: %{major}.%{minor}
|
||||
Release: 0
|
||||
@@ -31,6 +31,8 @@ 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
Normal file
12433
riscv64-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user