Rebuild for ocaml-easy-format 1.3.1.

This commit is contained in:
Jerry James 2019-08-01 16:14:31 -06:00
parent 356ff6ce82
commit 27195e2cc7
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-biniou
Version: 1.2.0
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Safe and fast binary data format
License: BSD
@ -39,9 +39,6 @@ developing applications that use %{name}.
%prep
%setup -q -n %{libname}-%{version}
sed -i.add-debuginfo \
's/ocamlopt/ocamlopt -g/;s/ocamlc \(-[co]\)/ocamlc -g \1/' \
Makefile
%build
@ -95,6 +92,9 @@ make test
%changelog
* Thu Aug 1 2019 Jerry James <loganjerry@gmail.com> - 1.2.0-11
- Rebuild for ocaml-easy-format 1.3.1
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-10
- OCaml 4.08.1 (rc2) rebuild.