rpms/ocaml-camlimages/devel camlimages-3.0.2-add-image_intf.patch, NONE, 1.1 ocaml-camlimages.spec, 1.26, 1.27

Richard W.M. Jones rjones at fedoraproject.org
Tue Feb 16 15:54:17 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-camlimages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31050

Modified Files:
	ocaml-camlimages.spec 
Added Files:
	camlimages-3.0.2-add-image_intf.patch 
Log Message:
Fix FTBFS RHBZ#564798.

camlimages-3.0.2-add-image_intf.patch:
 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE camlimages-3.0.2-add-image_intf.patch ---
--- camlimages-3.0.2.orig/src/Makefile.am	2009-10-26 12:42:03.000000000 +0000
+++ camlimages-3.0.2/src/Makefile.am	2010-02-16 15:51:39.815603366 +0000
@@ -91,7 +91,8 @@
 	          xvthumb.mli \
 	          oXvthumb.mli \
 		  colorhist.mli \
-		  geometry.mli 
+		  geometry.mli \
+		  image_intf.mli
 
 CSOURCES_CORE = 
 


Index: ocaml-camlimages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- ocaml-camlimages.spec	13 Jan 2010 15:12:18 -0000	1.26
+++ ocaml-camlimages.spec	16 Feb 2010 15:54:13 -0000	1.27
@@ -4,7 +4,7 @@
 
 Name:           ocaml-camlimages
 Version:        3.0.2
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        OCaml image processing library
 
 Group:          Development/Libraries
@@ -30,6 +30,10 @@ Patch2:         camlimages-oversized-tif
 # macros.
 Patch3:         camlimages-3.0.2-ocaml-autoconf.patch
 
+# image_intf.mli is not declared anywhere in the Makefile.
+# NOT upstream.
+Patch4:         camlimages-3.0.2-add-image_intf.patch
+
 BuildRequires:  ocaml >= 3.10.1
 BuildRequires:  ocaml-lablgtk-devel
 BuildRequires:  ocaml-x11
@@ -77,6 +81,7 @@ Includes documentation provided by ocaml
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 aclocal -I .
 automake
 autoconf
@@ -123,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 12 2010 Richard W.M. Jones <rjones at redhat.com> - 3.0.2-4
+- Fix FTBFS RHBZ#564798.
+
 * Wed Jan 12 2010 Richard W.M. Jones <rjones at redhat.com> - 3.0.2-2
 - Ignore broken dependency from submodule (Image_intf).
 



More information about the ocaml-devel mailing list