diff --git a/ocaml-ppx-inline-test.spec b/ocaml-ppx-inline-test.spec index 6a68474..df8db40 100644 --- a/ocaml-ppx-inline-test.spec +++ b/ocaml-ppx-inline-test.spec @@ -8,7 +8,7 @@ Name: ocaml-%{srcname} Version: 0.14.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Syntax extension for writing inline tests in OCaml code License: MIT @@ -60,11 +60,6 @@ find %{buildroot}%{_libdir}/ocaml -name \*.ml -delete # We install the documentation with the doc macro rm -fr %{buildroot}%{_prefix}/doc -%ifarch %{ocaml_native_compiler} -# Add missing executable bits -find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+ -%endif - %files %doc CHANGES.md README.md %license LICENSE.md @@ -116,6 +111,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+ %{_libdir}/ocaml/%{upname}/runner/lib/*.cmt %changelog +* Tue Jun 22 2021 Jerry James - 0.14.1-6 +- Rebuild for ocaml-ppxlib 0.22.1 + * Tue Mar 2 10:32:22 GMT 2021 Richard W.M. Jones - 0.14.1-5 - OCaml 4.12.0 build