Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eea7434021 | ||
|
|
7d01903ff7 | ||
|
|
4cc60c6533 | ||
|
|
9033149637 | ||
|
|
550c7d394e | ||
|
|
b11d2d2f2f | ||
|
|
58f1cf08af |
1 changed files with 17 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
|
|||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.9.8
|
||||
Release: 1%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: MIT
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ BuildRequires: make
|
|||
Requires: ocaml
|
||||
|
||||
# Do not require ocaml-compiler-libs at runtime
|
||||
%global __ocaml_requires_opts -i Asttypes -i Build_path_prefix_map -i Cmi_format -i Env -i Ident -i Identifiable -i Load_path -i Location -i Longident -i Misc -i Outcometree -i Parsetree -i Path -i Primitive -i Shape -i Subst -i Topdirs -i Toploop -i Type_immediacy -i Types -i Warnings
|
||||
%global __ocaml_requires_opts -i Asttypes -i Build_path_prefix_map -i Cmi_format -i Env -i Format_doc -i Ident -i Identifiable -i Load_path -i Location -i Longident -i Misc -i Oprint -i Outcometree -i Parsetree -i Path -i Primitive -i Shape -i Subst -i Topdirs -i Toploop -i Type_immediacy -i Types -i Unit_info -i Warnings
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -104,11 +104,24 @@ sed -i '/etc/d' .ofiles
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 28 2025 Jerry James <loganjerry@gmail.com> - 1.9.8-1
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
* Mon Oct 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1.9.8-5
|
||||
- OCaml 5.4.0 rebuild
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jul 11 2025 Jerry James <loganjerry@gmail.com> - 1.9.8-3
|
||||
- Rebuild to fix OCaml dependencies
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 9 2025 Jerry James <loganjerry@gmail.com> - 1.9.8-1
|
||||
- OCaml 5.3.0 rebuild for Fedora 42
|
||||
- Version 1.9.8
|
||||
- Drop workaround for upstream dynlink_subdir bug
|
||||
- Change config name to findlib.conf to match upstream
|
||||
- Update __ocaml_requires_opts for OCaml 5.3.0
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue