Sun, 16 Jun 2024 09:09:03 UTC | login

Information for build ltl2ba-1.2-6.fc33

ID149111
Package Nameltl2ba
Version1.2
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ltl2ba.git#bb420382a1048b238d7e1ea3d136bb9c54c9a7ac
SummaryFast translation from LTL formulas to Buchi automata
DescriptionTranslate from Linear temporal logic (LTL) formulas to Buchi automata. LTL is a type of formal logic that extends formal logic with qualifiers involving time. A Buchi automaton is the extension of a finite state automaton to infinite inputs, and are useful for specifying behavior of non-terminating systems (such as hardware or operating systems). A Buchi automaton accepts an infinite input sequence if and only if there exists a run of the automaton which visits at least one of the final states infinitely often. The implementation is based on the translation algorithm by Gastin and Oddoux, presented at the CAV Conference, held in 2001, Paris, France 2001.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 20:06:28 UTC
CompletedFri, 27 Mar 2020 20:24:55 UTC
Taskbuild (f33, /rpms/ltl2ba.git:bb420382a1048b238d7e1ea3d136bb9c54c9a7ac)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ltl2ba.git#bb420382a1048b238d7e1ea3d136bb9c54c9a7ac'}}
Tags
f33
RPMs
src
ltl2ba-1.2-6.fc33.src.rpm (info) (download)
riscv64
ltl2ba-1.2-6.fc33.riscv64.rpm (info) (download)
ltl2ba-debuginfo-1.2-6.fc33.riscv64.rpm (info) (download)
ltl2ba-debugsource-1.2-6.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 22 2020 Jerry James <loganjerry@gmail.com> - 1.2-5 - Add -common patch to fix build with GCC 10 - Add man page * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 09 2018 Jerry James <loganjerry@gmail.com> - 1.2-1 - New upstream version