OCaml 5.2.0 for Fedora 41

This commit is contained in:
Richard W.M. Jones 2024-05-29 17:43:42 +01:00
parent bc10fac053
commit c851ce2b41

View File

@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
Name: ocaml-augeas Name: ocaml-augeas
Version: 0.6 Version: 0.6
Release: 33%{?dist} Release: 34%{?dist}
Summary: OCaml bindings for Augeas configuration API Summary: OCaml bindings for Augeas configuration API
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@ -85,6 +85,9 @@ ocamlfind install augeas META *.mli *.cma *.a augeas.cmi *.so
%changelog %changelog
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.6-34
- OCaml 5.2.0 for Fedora 41
* Mon Apr 08 2024 Richard W.M. Jones <rjones@redhat.com> - 0.6-33 * Mon Apr 08 2024 Richard W.M. Jones <rjones@redhat.com> - 0.6-33
- No change, just bump release. - No change, just bump release.