OCaml 4.11.0 pre-release attempt 2

This commit is contained in:
Richard W.M. Jones 2020-04-21 16:48:43 +01:00
parent 38a64717ae
commit 7708b43ae1

View File

@ -9,7 +9,7 @@
Name: libnbd
Version: 1.3.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: NBD client library in userspace
License: LGPLv2+
@ -282,6 +282,9 @@ make %{?_smp_mflags} check || {
%changelog
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.6-5
- OCaml 4.11.0 pre-release attempt 2
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.6-4
- OCaml 4.11.0 pre-release
- Add upstream patch to fix one of the tests that fails on slow machines.