Rebuild for OCaml 3.11.0

This commit is contained in:
Richard W.M. Jones 2008-11-24 11:26:50 +00:00
parent f1b270cfc2
commit c50dbaec45
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: ocaml-gsl
Version: 0.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
Group: Development/Libraries
@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 0.6.0-4
- Rebuild for OCaml 3.11.0
* Fri Apr 25 2008 Richard W.M. Jones <rjones@redhat.com> - 0.6.0-3
- Fixed typo in description.
- Mixed use of buildroot macro / RPM_BUILD_ROOT variable fixed.