Sun, 08 Sep 2024 02:55:45 UTC | login

Information for build not-ocamlfind-0.13-4.fc41

ID322332
Package Namenot-ocamlfind
Version0.13
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/not-ocamlfind.git#a33ddaace3555c4caa80774ef58f5e3b538b3b7b
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.
git:https://github.com/chetmurthy/not-ocamlfind.git
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 16:31:33 UTC
CompletedWed, 24 Jul 2024 16:37:23 UTC
Taskbuild (f41, /rpms/not-ocamlfind.git:a33ddaace3555c4caa80774ef58f5e3b538b3b7b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/not-ocamlfind.git#a33ddaace3555c4caa80774ef58f5e3b538b3b7b'}}
Tags
f41
RPMs
src
not-ocamlfind-0.13-4.fc41.src.rpm (info) (download)
riscv64
not-ocamlfind-0.13-4.fc41.riscv64.rpm (info) (download)
not-ocamlfind-debuginfo-0.13-4.fc41.riscv64.rpm (info) (download)
not-ocamlfind-debugsource-0.13-4.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> - 0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 0.13-3 - Add VCS field * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.13-2 - OCaml 5.2.0 ppc64le fix * Fri Jun 07 2024 Jerry James <loganjerry@gmail.com> - 0.13-1 - Version 0.13 * 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