|
 |
006bc1 |
%global rctag beta3
|
|
 |
006bc1 |
|
|
 |
006bc1 |
Name: luajit
|
|
 |
006bc1 |
Version: 2.1.0
|
|
 |
006bc1 |
%global apiver %(v=%{version}; echo ${v%.${v#[0-9].[0-9].}})
|
|
 |
006bc1 |
%global srcver %{version}%{?rctag:-%{rctag}}
|
|
 |
006bc1 |
Release: 0.19%{?rctag:%{rctag}}%{?dist}
|
|
 |
006bc1 |
Summary: Just-In-Time Compiler for Lua
|
|
 |
006bc1 |
License: MIT
|
|
 |
006bc1 |
URL: http://luajit.org/
|
|
 |
006bc1 |
Source0: http://luajit.org/download/LuaJIT-%{srcver}.tar.gz
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# Patches from https://github.com/siddhesh/LuaJIT.git
|
|
 |
006bc1 |
# Generated from v2.1 branch against the 2.1.0-beta3 tag.
|
|
 |
006bc1 |
# Some patches, as indicated below, have been modified to account for merge
|
|
 |
006bc1 |
# commits, so care needs to be taken when auto-generating patches so that
|
|
 |
006bc1 |
# existing patches are not replaced.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch1: 0001-Fix-LJ_MAX_JSLOTS-assertion-in-rec_check_slots.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch2: 0002-Add-missing-LJ_MAX_JSLOTS-check.patch
|
|
 |
006bc1 |
Patch3: 0003-MIPS-Use-precise-search-for-exit-jump-patching.patch
|
|
 |
006bc1 |
Patch4: 0004-MIPS-Fix-handling-of-spare-long-range-jump-slots.patch
|
|
 |
006bc1 |
Patch5: 0005-MIPS64-Add-soft-float-support-to-JIT-compiler-backen.patch
|
|
 |
006bc1 |
Patch6: 0006-FreeBSD-x64-Avoid-changing-resource-limits-if-not-ne.patch
|
|
 |
006bc1 |
Patch7: 0007-Remove-unused-define.patch
|
|
 |
006bc1 |
Patch8: 0008-Modify-fix-for-warning-from-ar.patch
|
|
 |
006bc1 |
Patch9: 0009-x64-LJ_GC64-Fix-emit_rma.patch
|
|
 |
006bc1 |
Patch10: 0010-PPC-Add-soft-float-support-to-interpreter.patch
|
|
 |
006bc1 |
Patch11: 0011-Use-https-for-freelists.org-links.patch
|
|
 |
006bc1 |
Patch12: 0012-x64-LJ_GC64-Fix-fallback-case-of-asm_fuseloadk64.patch
|
|
 |
006bc1 |
Patch13: 0013-PPC-Add-soft-float-support-to-JIT-compiler-backend.patch
|
|
 |
006bc1 |
Patch14: 0014-x64-LJ_GC64-Fix-type-check-only-variant-of-SLOAD.patch
|
|
 |
006bc1 |
Patch15: 0015-MIPS64-Hide-internal-function.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch16: 0016-DynASM-x86-Fix-potential-REL_A-overflow.patch
|
|
 |
006bc1 |
Patch17: 0017-LJ_GC64-Fix-ir_khash-for-non-string-GCobj.patch
|
|
 |
006bc1 |
Patch18: 0018-LJ_GC64-Make-ASMREF_L-references-64-bit.patch
|
|
 |
006bc1 |
Patch19: 0019-Fix-FOLD-rule-for-strength-reduction-of-widening.patch
|
|
 |
006bc1 |
Patch20: 0020-ARM64-Fix-assembly-of-HREFK.patch
|
|
 |
006bc1 |
Patch21: 0021-MIPS64-Fix-register-allocation-in-assembly-of-HREF.patch
|
|
 |
006bc1 |
Patch22: 0022-ARM64-Fix-xpcall-error-case.patch
|
|
 |
006bc1 |
Patch23: 0023-Fix-saved-bytecode-encapsulated-in-ELF-objects.patch
|
|
 |
006bc1 |
Patch24: 0024-ARM64-Fix-xpcall-error-case-really.patch
|
|
 |
006bc1 |
Patch25: 0025-MIPS64-Fix-xpcall-error-case.patch
|
|
 |
006bc1 |
Patch26: 0026-Fix-IR_BUFPUT-assembly.patch
|
|
 |
006bc1 |
# This patch gets dropped when merged from master to v2.1.
|
|
 |
006bc1 |
# Patch27: 0027-Fix-string.format-c-0.patch
|
|
 |
006bc1 |
Patch28: 0028-Fix-ARMv8-32-bit-subset-detection.patch
|
|
 |
006bc1 |
Patch29: 0029-Fix-LuaJIT-API-docs-for-LUAJIT_MODE_.patch
|
|
 |
006bc1 |
Patch30: 0030-MIPS64-Fix-soft-float-0.0-vs.-0.0-comparison.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch31: 0031-FFI-Don-t-assert-on-1LL-5.2-compatibility-mode-only.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch32: 0032-Fix-GCC-7-Wimplicit-fallthrough-warnings.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch33: 0033-Clear-stack-after-print_jit_status-in-CLI.patch
|
|
 |
006bc1 |
Patch34: 0034-Fix-rechaining-of-pseudo-resurrected-string-keys.patch
|
|
 |
006bc1 |
Patch35: 0035-DynASM-x86-Add-BMI1-and-BMI2-instructions.patch
|
|
 |
006bc1 |
Patch36: 0036-Give-expected-results-for-negative-non-base-10-numbe.patch
|
|
 |
006bc1 |
Patch37: 0037-FFI-Add-tonumber-specialization-for-failed-conversio.patch
|
|
 |
006bc1 |
Patch38: 0038-Bump-copyright-date-to-2018.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch39: 0039-FFI-Make-FP-to-U64-conversions-match-JIT-backend-beh.patch
|
|
 |
006bc1 |
Patch40: 0040-x86-x64-Check-for-jcc-when-using-xor-r-r-in-emit_loa.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch41: 0041-PPC-NetBSD-Fix-endianess-check.patch
|
|
 |
006bc1 |
Patch42: 0042-DynASM-x86-Add-FMA3-instructions.patch
|
|
 |
006bc1 |
Patch43: 0043-x86-Disassemble-FMA3-instructions.patch
|
|
 |
006bc1 |
Patch44: 0044-From-Lua-5.3-assert-accepts-any-type-of-error-object.patch
|
|
 |
006bc1 |
Patch45: 0045-Windows-Add-UWP-support-part-1.patch
|
|
 |
006bc1 |
Patch46: 0046-ARM64-Fix-write-barrier-in-BC_USETS.patch
|
|
 |
006bc1 |
Patch47: 0047-ARM64-Fix-exit-stub-patching.patch
|
|
 |
006bc1 |
Patch48: 0048-DynASM-Fix-warning.patch
|
|
 |
006bc1 |
Patch49: 0049-DynASM-x86-Fix-vroundps-vroundpd-encoding.patch
|
|
 |
006bc1 |
Patch50: 0050-Fix-memory-probing-allocator-to-check-for-valid-end-.patch
|
|
 |
006bc1 |
Patch51: 0051-MIPS-MIPS64-Fix-TSETR-barrier-again.patch
|
|
 |
006bc1 |
Patch52: 0052-Actually-implement-maxirconst-trace-limit.patch
|
|
 |
006bc1 |
Patch53: 0053-Better-detection-of-MinGW-build.patch
|
|
 |
006bc1 |
# Merge commit
|
|
 |
006bc1 |
Patch54: 0054-Fix-overflow-of-snapshot-map-offset.patch
|
|
 |
006bc1 |
Patch55: 0055-DynASM-PPC-Fix-shadowed-variable.patch
|
|
 |
006bc1 |
Patch56: 0056-DynASM-MIPS-Fix-shadowed-variable.patch
|
|
 |
006bc1 |
Patch57: 0057-Fix-MinGW-build.patch
|
|
 |
006bc1 |
Patch58: 0058-Fix-os.date-for-wider-libc-strftime-compatibility.patch
|
|
 |
006bc1 |
Patch59: 0059-Improve-luaL_addlstring.patch
|
|
 |
006bc1 |
Patch60: 0060-Fix-arm64-register-allocation-issue-for-XLOAD.patch
|
|
 |
006bc1 |
Patch61: 0061-Fix-arm64-register-allocation-issue-for-XLOAD.patch
|
|
 |
006bc1 |
Patch62: 0062-Remove-redundant-emit_check_ofs.patch
|
|
 |
006bc1 |
Patch63: 0063-aarch64-Use-the-xzr-register-whenever-possible.patch
|
|
 |
006bc1 |
Patch64: 0064-Merge-in-LuaJIT-test-cleanup-into-the-main-repo.patch
|
|
 |
006bc1 |
Patch65: 0065-Add-support-for-FNMADD-and-FNMSUB.patch
|
|
 |
006bc1 |
Patch66: 0066-Fix-os.date-for-timezone-change-awareness.patch
|
|
 |
006bc1 |
Patch67: 0067-Revert-FFI-Make-FP-to-U64-conversions-match-JIT-back.patch
|
|
 |
006bc1 |
Patch68: 0068-bench-Fix-build-warnings.patch
|
|
 |
006bc1 |
Patch69: 0069-Guard-against-undefined-behaviour-when-casting-from-.patch
|
|
 |
006bc1 |
Patch70: 0070-Fix-build-erro-with-fnmsub-fusing.patch
|
|
 |
006bc1 |
Patch71: 0071-aarch64-better-float-to-unsigned-int-conversion.patch
|
|
 |
006bc1 |
Patch72: 0072-Better-behaviour-for-float-to-uint32_t-conversions.patch
|
|
 |
006bc1 |
Patch73: luajit-s390x.patch
|
|
 |
006bc1 |
Patch74: arm-Fix-up-condition-codes-for-conditional-arithmeti.patch
|
|
 |
006bc1 |
Patch75: bugfix-fixed-a-segfault-when-unsinking-64-bit-pointers.patch
|
|
 |
006bc1 |
Patch76: remove-setrlimit-on-freebsd.patch
|
|
 |
006bc1 |
Patch77: test-check-for-package_searchers-only-in-compat5_2.patch
|
|
 |
006bc1 |
Patch78: patch-for-ppc64-support.patch
|
|
 |
006bc1 |
Patch79: luajit-openresty-features.patch
|
|
 |
006bc1 |
Patch80: luajit-update-20190925.patch
|
|
 |
006bc1 |
|
|
 |
006bc1 |
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 s390x ppc64le
|
|
 |
006bc1 |
|
|
 |
006bc1 |
BuildRequires: gcc
|
|
 |
006bc1 |
BuildRequires: make
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%description
|
|
 |
006bc1 |
LuaJIT implements the full set of language features defined by Lua 5.1.
|
|
 |
006bc1 |
The virtual machine (VM) is API- and ABI-compatible to the standard
|
|
 |
006bc1 |
Lua interpreter and can be deployed as a drop-in replacement.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%package devel
|
|
 |
006bc1 |
Summary: Development files for %{name}
|
|
 |
006bc1 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%description devel
|
|
 |
006bc1 |
This package contains development files for %{name}.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%prep
|
|
 |
006bc1 |
%autosetup -n LuaJIT-%{srcver} -p1
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# Enable Lua 5.2 features
|
|
 |
006bc1 |
sed -i -e '/-DLUAJIT_ENABLE_LUA52COMPAT/s/^#//' src/Makefile
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# preserve timestamps (cicku)
|
|
 |
006bc1 |
sed -i -e '/install -m/s/-m/-p -m/' Makefile
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%build
|
|
 |
006bc1 |
# Q= - enable verbose output
|
|
 |
006bc1 |
# E= @: - disable @echo messages
|
|
 |
006bc1 |
# NOTE: we use amalgamated build as per documentation suggestion doc/install.html
|
|
 |
006bc1 |
make amalg Q= E=@: PREFIX=%{_prefix} TARGET_STRIP=: \
|
|
 |
006bc1 |
CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" \
|
|
 |
006bc1 |
MULTILIB=%{_lib} \
|
|
 |
006bc1 |
%{?_smp_mflags}
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%install
|
|
 |
006bc1 |
# PREREL= - disable -betaX suffix
|
|
 |
006bc1 |
# INSTALL_TNAME - executable name
|
|
 |
006bc1 |
%make_install PREFIX=%{_prefix} \
|
|
 |
006bc1 |
MULTILIB=%{_lib}
|
|
 |
006bc1 |
|
|
 |
006bc1 |
rm -rf _tmp_html ; mkdir _tmp_html
|
|
 |
006bc1 |
cp -a doc _tmp_html/html
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# Remove static .a
|
|
 |
006bc1 |
find %{buildroot} -type f -name *.a -delete -print
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%ldconfig_scriptlets
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%check
|
|
 |
006bc1 |
|
|
 |
006bc1 |
# Don't fail the build on a check failure.
|
|
 |
006bc1 |
make check || true
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%files
|
|
 |
006bc1 |
%license COPYRIGHT
|
|
 |
006bc1 |
%doc README
|
|
 |
006bc1 |
%{_bindir}/%{name}
|
|
 |
006bc1 |
%{_bindir}/%{name}-%{srcver}
|
|
 |
006bc1 |
%{_libdir}/lib%{name}-*.so.*
|
|
 |
006bc1 |
%{_mandir}/man1/%{name}.1*
|
|
 |
006bc1 |
%{_datadir}/%{name}-%{srcver}/
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%files devel
|
|
 |
006bc1 |
%doc _tmp_html/html/
|
|
 |
006bc1 |
%{_includedir}/%{name}-%{apiver}/
|
|
 |
006bc1 |
%{_libdir}/lib%{name}-*.so
|
|
 |
006bc1 |
%{_libdir}/pkgconfig/%{name}.pc
|
|
 |
006bc1 |
|
|
 |
006bc1 |
%changelog
|
|
 |
006bc1 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.19beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.18beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.17beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Sep 25 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.16beta3
|
|
 |
006bc1 |
- New API functions jit.prngstate and thread.exdata from OpenResty.
|
|
 |
006bc1 |
- Bug fixes in ppc64le and aarch64.
|
|
 |
006bc1 |
- Optimised string hash function for SSE4.2
|
|
 |
006bc1 |
- Miscellaneous bug fixes.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.16beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Tue Jun 25 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.15beta3
|
|
 |
006bc1 |
- Port JIT features and fixes from openresty/luajit2.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jun 19 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.14beta3
|
|
 |
006bc1 |
- Patch for PPC64 support.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jun 19 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.13beta3
|
|
 |
006bc1 |
- arm: Fix up condition codes for conditional arithmetic insn.
|
|
 |
006bc1 |
- bugfix: fixed a segfault when unsinking 64-bit pointers.
|
|
 |
006bc1 |
- Remove setrlimit on FreeBSD.
|
|
 |
006bc1 |
- test: Check for package.searchers only in compat5.2.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Jun 17 07:10:20 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.0-0.12beta3
|
|
 |
006bc1 |
- Enable Lua 5.2 compatibility
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Apr 24 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.11beta3
|
|
 |
006bc1 |
- Add s390x support.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Apr 12 2019 Siddhesh Poyarekar <sid@reserved-bit.com> - 2.1.0-0.10beta3
|
|
 |
006bc1 |
- Add upstream bug fixes from the v2.1 branch.
|
|
 |
006bc1 |
- Add bug fixes from https://github.com/siddhesh/LuaJIT.git
|
|
 |
006bc1 |
- Incorporate tests and benchmarks from LuaJIT-test-cleanup.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.9beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.8beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.7beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.6beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.5beta3
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon May 15 2017 Tom Callaway <spot@fedoraproject.org> - 2.1.0-0.4beta3
|
|
 |
006bc1 |
- Update to 2.1.0-beta3
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-0.3beta2
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Aug 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.1.0-0.2beta2
|
|
 |
006bc1 |
- Add aarch64 to ExclusiveArch
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Aug 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.1.0-0.1beta2
|
|
 |
006bc1 |
- Update to 2.1.0-beta2 (RHBZ #1371158)
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon May 09 2016 Dan Horák <dan[at]danny.cz> - 2.0.4-5
|
|
 |
006bc1 |
- set ExclusiveArch also for Fedora
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Aug 07 2015 Oliver Haessler <oliver@redhat.com> - 2.0.4-3
|
|
 |
006bc1 |
- only build x86_64 on EPEL as luajit has no support for ppc64
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu May 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.4-1
|
|
 |
006bc1 |
- 2.0.4
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-4
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Wed Jul 09 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.3-3
|
|
 |
006bc1 |
- rebuild against lua 5.2
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
|
 |
006bc1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Mar 13 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.3-1
|
|
 |
006bc1 |
- 2.0.3 upstream release
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sun Dec 15 2013 Clive Messer <clive.messer@communitysqueeze.org> - 2.0.2-9
|
|
 |
006bc1 |
- Apply luajit-path64.patch on x86_64.
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Dec 09 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-8
|
|
 |
006bc1 |
- Fix strip (thanks Ville Skyttä)
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Dec 06 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-7
|
|
 |
006bc1 |
- Fix executable binary
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Dec 02 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-6
|
|
 |
006bc1 |
- Fix .pc
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sun Dec 01 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-5
|
|
 |
006bc1 |
- Fixed short-circuit builds (schwendt)
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sat Nov 30 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-4
|
|
 |
006bc1 |
- Preserve timestamps at install
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Fri Nov 29 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-3
|
|
 |
006bc1 |
- fixed some issues found by besser82
|
|
 |
006bc1 |
- Moved html-docs to -devel subpackage (besser82)
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Thu Nov 28 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-2
|
|
 |
006bc1 |
- Re-update
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Sep 02 2013 Muayyad Alsadi <alsadi@gmail.com> - 2.0.2-1
|
|
 |
006bc1 |
- Update to new upstream version
|
|
 |
006bc1 |
- remove PREREL= option
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Mon Feb 06 2012 Andrei Lapshin - 2.0.0-0.4.beta9
|
|
 |
006bc1 |
- Update to new upstream version
|
|
 |
006bc1 |
- Rename main executable to luajit
|
|
 |
006bc1 |
- Remove BuildRoot tag and %%clean section
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sun Oct 09 2011 Andrei Lapshin - 2.0.0-0.3.beta8
|
|
 |
006bc1 |
- Enable debug build
|
|
 |
006bc1 |
- Enable verbose build output
|
|
 |
006bc1 |
- Move libluajit-*.so to -devel
|
|
 |
006bc1 |
- Add link to upstream hotfix #1
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Tue Jul 05 2011 Andrei Lapshin <alapshin@gmx.com> - 2.0.0-0.2.beta8
|
|
 |
006bc1 |
- Append upstream hotfix #1
|
|
 |
006bc1 |
|
|
 |
006bc1 |
* Sun Jul 03 2011 Andrei Lapshin <alapshin@gmx.com> - 2.0.0-0.1.beta8
|
|
 |
006bc1 |
- Initial build
|