Thu, 19 Sep 2024 15:45:35 UTC | login

Information for build ocaml-alcotest-1.7.0-12.fc41

ID322316
Package Nameocaml-alcotest
Version1.7.0
Release12.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-alcotest.git#b317f77c261fb3729f46bfee4264814e438ce5a3
SummaryLightweight and colorful test framework for OCaml
DescriptionAlcotest is a lightweight and colorful test framework. Alcotest exposes a simple interface to perform unit tests, including a simple `TESTABLE` module type, a `check` function to assert test predicates, and a `run` function to perform a list of `unit -> unit` test callbacks. Alcotest provides quiet and colorful output where only faulty runs are fully displayed at the end of the run (with the full logs ready to inspect), with a simple (yet expressive) query language to select the tests to run.
git:https://github.com/mirage/alcotest.git
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 16:11:28 UTC
CompletedWed, 24 Jul 2024 16:16:49 UTC
Taskbuild (f41, /rpms/ocaml-alcotest.git:b317f77c261fb3729f46bfee4264814e438ce5a3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-alcotest.git#b317f77c261fb3729f46bfee4264814e438ce5a3'}}
Tags
f41
RPMs
src
ocaml-alcotest-1.7.0-12.fc41.src.rpm (info) (download)
riscv64
ocaml-alcotest-1.7.0-12.fc41.riscv64.rpm (info) (download)
ocaml-alcotest-devel-1.7.0-12.fc41.riscv64.rpm (info) (download)
ocaml-alcotest-debuginfo-1.7.0-12.fc41.riscv64.rpm (info) (download)
ocaml-alcotest-debugsource-1.7.0-12.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-11 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-10 - OCaml 5.2.0 for Fedora 41 * Thu May 23 2024 Jerry James <loganjerry@gmail.com> - 1.7.0-9 - Add upstream patch to adapt tests to OCaml 5.2.0 output - Minor spec file cleanups * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-7 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-6 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-5 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-3 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.7.0-2 - OCaml 5.0.0 rebuild - Add upstream patch to fix bytecode build * Tue Mar 21 2023 Jerry James <loganjerry@gmail.com> - 1.7.0-1 - Version 1.7.0 * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.6.0-3 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Sep 20 2022 Jerry James <loganjerry@gmail.com> - 1.6.0-1 - Version 1.6.0 - Optionally build with lwt, js, and async support * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.5.0-5 - Use new OCaml macros