This site has been archived!!! Click here to visit the new openkoji buildsystem!

Information for build lua-coxpcall-1.17.0-5.fc40

ID89034
Package Namelua-coxpcall
Version1.17.0
Release5.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/lua-coxpcall.git#0bd3203136bc10c4c02594ea97eea7d64b4f9810
SummaryCoroutine safe xpcall and pcall versions for Lua
DescriptionCoxpcall encapsulates the protected calls with a coroutine based loop, so errors can be handled without the usual pcall/xpcall issues with coroutines for Lua 5.1. Using Coxpcall usually consists in simply loading the module and then replacing Lua pcall and xpcall by copcall and coxpcall. Coxpcall is free software and uses the same license as Lua 5.1. Lua 5.2 was extended with the Coxpcall functionality and hence it is no longer required. The 5.2+ compatibility by coxpcall means that it maintains backward compatibility while using the built-in Lua implementation.
Built byhezhengyu
State complete
Volume DEFAULT
StartedWed, 13 Dec 2023 11:31:11 CST
CompletedWed, 13 Dec 2023 11:51:19 CST
Taskbuild (f40, /rpms/lua-coxpcall.git:0bd3203136bc10c4c02594ea97eea7d64b4f9810)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lua-coxpcall.git#0bd3203136bc10c4c02594ea97eea7d64b4f9810'}}
Tags
f40
RPMs
src
lua-coxpcall-1.17.0-5.fc40.src.rpm (info) (download)
noarch
lua-coxpcall-1.17.0-5.fc40.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
root.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Nov 19 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-3 - Fix source url * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-2 - Add changelog history - Add macro gittag - Update url * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-1 - Initial packaging for unretirement