Tue, 18 Jun 2024 12:31:55 UTC | login

Information for build not-ocamlfind-0.12-7.fc41

ID308302
Package Namenot-ocamlfind
Version0.12
Release7.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/not-ocamlfind.git#485e9d12561bb7d901de709ddcf56a96bc336e0d
SummaryFront-end to ocamlfind that adds a few new commands
DescriptionThe command not-ocamlfind is a pass-thru to ocamlfind, but adds three new commands: preprocess, reinstall-if-diff and package-graph. - reinstall-if-diff does what it says on the label: only reinstalls (remove then install) if the file-content of the package has changed. - preprocess produces the source and does not attempt to compile it; as an added benefit, it prints (to stderr) the commands it executed to produce that source. So you can use this for debugging multi-stage PPX rewriter sequences. - package-graph outputs a graph in the format accepted by the dot command of graphviz. By default you get the package-dependency graph, with sizes of the archives for each packages as part of the node-label. If you add -dominator-from <node>, it will compute the dominator-tree from that node, and if you add -xdot, it will automatically invoke xdot on the graph.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 10:24:11 UTC
CompletedTue, 04 Jun 2024 10:36:54 UTC
Taskbuild (f41, /rpms/not-ocamlfind.git:485e9d12561bb7d901de709ddcf56a96bc336e0d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/not-ocamlfind.git#485e9d12561bb7d901de709ddcf56a96bc336e0d'}}
Tags
f41
RPMs
src
not-ocamlfind-0.12-7.fc41.src.rpm (info) (download)
riscv64
not-ocamlfind-0.12-7.fc41.riscv64.rpm (info) (download)
not-ocamlfind-debuginfo-0.12-7.fc41.riscv64.rpm (info) (download)
not-ocamlfind-debugsource-0.12-7.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.12-7 - OCaml 5.2.0 for Fedora 41 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-4 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-3 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-2 - OCaml 5.1 rebuild for Fedora 40 * Thu Oct 05 2023 Jerry James <loganjerry@gmail.com> - 0.12-1 - Version 0.12 * Sun Sep 10 2023 Jerry James <loganjerry@gmail.com> - 0.11-2 - Rebuild for ocaml-ocamlgraph 2.1.0 * Fri Sep 01 2023 Jerry James <loganjerry@gmail.com> - 0.11-1 - Version 0.11 * Tue Aug 15 2023 Jerry James <loganjerry@gmail.com> - 0.10-2 - Do not build for i386 * Tue Aug 15 2023 Jerry James <loganjerry@gmail.com> - 0.10-1 - Initial RPM