This commit is contained in:
Jesse Keating 2009-02-26 07:21:25 +00:00
parent 7d86afd48a
commit 4b69b0bdb1
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: ocaml-omake
Version: 0.9.8.5
Release: 5%{?dist}
Release: 6%{?dist}
Summary: OCaml build system with automated dependency analysis
Group: Development/Tools
@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Feb 6 2009 Richard W.M. Jones <rjones@redhat.com> - 0.9.8.5-5
- Patch for "attempt to free a non-heap object" (Jakub Jelinek).