Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fce916bdf2 |
2 changed files with 1058 additions and 584 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@ Name: luajit
|
|||
Version: 2.1.0
|
||||
%global apiver %(v=%{version}; echo ${v%.${v#[0-9].[0-9].}})
|
||||
%global srcver %{version}%{?rctag:-%{rctag}}
|
||||
Release: 0.26%{?rctag:%{rctag}}%{?dist}
|
||||
Release: 0.27%{?rctag:%{rctag}}%{?dist}
|
||||
Summary: Just-In-Time Compiler for Lua
|
||||
License: MIT
|
||||
URL: http://luajit.org/
|
||||
|
|
@ -94,6 +94,9 @@ make check || true
|
|||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Sun Mar 12 2023 Andreas Schneider <asn@redhat.com> - 2.1.0-0.27beta3
|
||||
- Update to latest luajit v2.1 git version
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.26beta3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue