diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index b8f4316..a928656 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -1,6 +1,6 @@ Name: ocaml-lwt Version: 4.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml lightweight thread library # The openssl linking exception is granted. @@ -40,7 +40,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} # This is probably a packaging or dependency bug, but if we don't # have it then any package that builds using LWT fails with: # ocamlfind: Package `seq' not found - required by `lwt' -Requires: ocaml-seq-devel%{?_isa} = %{version}-%{release} +Requires: ocaml-seq-devel%{?_isa} %description devel The %{name}-devel package contains libraries and signature files for @@ -178,6 +178,9 @@ rm -rf %{buildroot}/%{_prefix}/doc %changelog +* Fri Aug 16 2019 Richard W.M. Jones - 4.2.1-6 +- Fix previous commit. + * Fri Aug 16 2019 Richard W.M. Jones - 4.2.1-5 - Add Requires: ocaml-seq-devel to devel subpackage.