Bump all spec releases for mass rebuild to mingw32-gcc 4.4
[fedora-mingw.git] / ocaml-calendar / mingw32-ocaml-calendar.spec
index 5ee09cb..69d1cca 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-ocaml-calendar
 Version:        2.0.4
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows OCaml library for managing dates and times
 
 License:        LGPLv2+
@@ -21,8 +21,8 @@ BuildArch:      noarch
 BuildRequires:  mingw32-filesystem >= 35
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
-BuildRequires:  mingw32-ocaml >= 3.11.0+beta1-8
-BuildRequires:  mingw32-ocaml-findlib >= 1.2.2-5
+BuildRequires:  mingw32-ocaml >= 3.11.0-0.15.beta1
+BuildRequires:  mingw32-ocaml-findlib >= 1.2.2-7
 
 
 %description
@@ -39,7 +39,9 @@ export OCAMLFIND_CONF=/etc/i686-pc-mingw32-ocamlfind.conf
 %{_mingw32_configure} \
   --libdir=%{_libdir} \
   OCAMLC=i686-pc-mingw32-ocamlc \
+  OCAMLCDOTOPT=i686-pc-mingw32-ocamlc \
   OCAMLOPT=i686-pc-mingw32-ocamlopt \
+  OCAMLOPTDOTOPT=i686-pc-mingw32-ocamlopt \
   OCAMLDEP=i686-pc-mingw32-ocamldep
 make
 
@@ -65,5 +67,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-5
+- Rebuild for mingw32-gcc 4.4
+
+* Sun Nov 23 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-4
+- Rebuild with newly named mingw32-ocaml cross-compiler.
+
+* Thu Nov 20 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-3
+- Override ocamlc.opt, ocamlopt.opt in case a compatible native
+  compiler is also installed.
+
+* Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-2
+- Force rebuild with latest OCaml compiler.
+
 * Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-1
 - Initial RPM release.