OCaml 4.11.1 rebuild

This commit is contained in:
Richard W.M. Jones 2020-09-01 20:41:38 +01:00
parent a663e006d3
commit 66b9b70bb9

View File

@ -1,6 +1,6 @@
Name: ocaml-migrate-parsetree
Version: 1.7.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Convert OCaml parsetrees between different major versions
License: LGPLv2+ with exceptions
@ -78,6 +78,9 @@ find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \;
%changelog
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-2
- OCaml 4.11.1 rebuild
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-1
- Upgrade to 1.7.3 (but not 2.0.0) because of:
https://github.com/ocaml-ppx/ocaml-migrate-parsetree/pull/96