X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml-csv%2Fmingw32-ocaml-csv.spec;h=53d7495b45b20fc197a4aaf3afc4c7660487e576;hb=HEAD;hp=0cf54c6f811ba072ff96407ad93b1153e4dfe0e2;hpb=022c5a8fbb914166fcaeeb775f73cfa504a57e88;p=fedora-mingw.git diff --git a/ocaml-csv/mingw32-ocaml-csv.spec b/ocaml-csv/mingw32-ocaml-csv.spec index 0cf54c6..53d7495 100644 --- a/ocaml-csv/mingw32-ocaml-csv.spec +++ b/ocaml-csv/mingw32-ocaml-csv.spec @@ -6,7 +6,7 @@ Name: mingw32-ocaml-csv Version: 1.1.7 -Release: 1%{?dist} +Release: 4%{?dist} Summary: MinGW Windows OCaml library for reading and writing CSV files License: LGPLv2+ @@ -25,7 +25,7 @@ BuildArch: noarch BuildRequires: mingw32-filesystem >= 35 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-ocaml +BuildRequires: mingw32-ocaml >= 3.11.0-0.15.beta1 BuildRequires: mingw32-ocaml-extlib @@ -46,6 +46,8 @@ handling CSV files from shell scripts. %build +ulimit -s unlimited + %{_mingw32_target}-ocamlopt -I +extlib extLib.cmxa -c csv.mli %{_mingw32_target}-ocamlopt -I +extlib extLib.cmxa -c csv.ml %{_mingw32_target}-ocamlopt -a -o csv.cmxa csv.cmx @@ -77,5 +79,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 20 2009 Richard W.M. Jones - 1.1.7-4 +- Rebuild for mingw32-gcc 4.4 + +* Sun Nov 23 2008 Richard W.M. Jones - 1.1.7-3 +- Rebuild with latest OCaml cross-compiler. + +* Sun Nov 16 2008 Richard W.M. Jones - 1.1.7-2 +- Force rebuild with latest OCaml compiler. + * Sat Nov 15 2008 Richard W.M. Jones - 1.1.7-1 - Initial RPM release.