Fixes for GCC 4.4.
[fedora-mingw.git] / ocaml-findlib / mingw32-ocaml-findlib.spec
index 55c9ef6..a39860e 100644 (file)
@@ -16,9 +16,9 @@
 # OCAMLFIND_CONF=/etc/i686-pc-mingw32-ocamlfind.conf \
 #   ocamlfind cmd ...
 
-Name:           mingw32-findlib
-Version:        1.2.2
-Release:        3%{?dist}
+Name:           mingw32-ocaml-findlib
+Version:        1.2.3
+Release:        2%{?dist}
 Summary:        MinGW Windows Objective CAML package manager and build helper
 
 License:        BSD
@@ -35,10 +35,18 @@ BuildRequires:  mingw32-filesystem >= 35
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 BuildRequires:  ocaml
-BuildRequires:  mingw32-ocaml
+BuildRequires:  ocaml-camlp4-devel
+BuildRequires:  ocaml-labltk-devel
+BuildRequires:  mingw32-ocaml >= 3.11.0-0.15.beta1
 BuildRequires:  m4
 BuildRequires:  gawk
 
+# Installing this should pull in ocamlfind (native binary).
+Requires:       ocaml-findlib
+
+# Early versions were accidentally misnamed.
+Obsoletes:      mingw32-findlib <= 1.2.2-5
+
 
 %description
 Objective CAML package manager and build helper.
@@ -128,5 +136,20 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-2
+- Rebuild for mingw32-gcc 4.4
+
+* Sun Nov 23 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-1
+- New upstream release 1.2.3.
+- Rebuild against the latest OCaml cross-compiler.
+
+* Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-8
+- Force rebuild against latest OCaml compiler.
+
+* Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-7
+- Use ocamlc now that we have it.
+- Rename package correctly.
+- Pull in ocamlfind binary.
+
 * Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-3
 - Initial RPM release.