OCaml 4.09.0 for riscv64

This commit is contained in:
Richard W.M. Jones 2020-01-07 11:54:25 +00:00
parent d9e51264fc
commit 47619598e9
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@
Name: ocaml
Version: 4.09.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: OCaml compiler and programming environment
@ -378,6 +378,9 @@ find $RPM_BUILD_ROOT \( -name '*.cmt' -o -name '*.cmti' \) -a -delete
%changelog
* Tue Jan 07 2020 Richard W.M. Jones <rjones@redhat.com> - 4.09.0-4
- OCaml 4.09.0 for riscv64
* Tue Dec 10 2019 Richard W.M. Jones <rjones@redhat.com> - 4.09.0-3
- Require redhat-rpm-config to get hardening flags when linking.