This commit is contained in:
Fedora Release Engineering 2017-02-11 00:28:14 +00:00
parent 4187b53ff5
commit b2c9c48ed9
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: ocaml-ancient
Version: 0.9.0
Release: 28%{?dist}
Release: 29%{?dist}
Summary: OCaml library for large memory structures and sharing
License: LGPLv2+ with exceptions
@ -118,6 +118,9 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-28
- Rebuild for OCaml 4.04.0.
- Small fix for OCaml 4.04.0 changes in Hp_val macro.