From 68de51d401e5fcf73897bf700174ad42bb5fbc1f Mon Sep 17 00:00:00 2001 From: Jerry James Date: May 10 2021 21:48:50 +0000 Subject: Rebuild for ocaml-luv 0.5.8 --- diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index 3078857..cf668cd 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -1,6 +1,6 @@ Name: ocaml-lwt Version: 5.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml lightweight thread library # The openssl linking exception is granted. @@ -136,11 +136,6 @@ dune install --profile=release --destdir %{buildroot} # Remove spurious dune-installed documentation. rm -rf %{buildroot}/%{_prefix}/doc -%ifarch %{ocaml_native_compiler} -# Add missing executable bits -find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+ -%endif - %check # Disable this test on s390x. # https://bugzilla.redhat.com/show_bug.cgi?id=1826511 @@ -262,6 +257,9 @@ dune runtest --profile=release %changelog +* Mon May 10 2021 Jerry James - 5.4.0-3 +- Rebuild for ocaml-luv 0.5.8 + * Mon Mar 1 17:16:08 GMT 2021 Richard W.M. Jones - 5.4.0-2 - OCaml 4.12.0 build