From 5c307f837d875ac6dd9c5990b7481e029a258673 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 16 Aug 2019 18:13:52 +0100 Subject: [PATCH] Fix previous commit. --- ocaml-lwt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.