smock: add --overwrite option
[fedora-mingw.git] / ocaml-csv / mingw32-ocaml-csv.spec
index 0cf54c6..53d7495 100644 (file)
@@ -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 <rjones@redhat.com> - 1.1.7-4
+- Rebuild for mingw32-gcc 4.4
+
+* Sun Nov 23 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-3
+- Rebuild with latest OCaml cross-compiler.
+
+* Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-2
+- Force rebuild with latest OCaml compiler.
+
 * Sat Nov 15 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-1
 - Initial RPM release.