rpms/ocaml-pa-monad/devel ocaml-pa-monad-1.2.0-no-warn-error.patch, NONE, 1.1 ocaml-pa-monad.spec, 1.3, 1.4

Richard W.M. Jones rjones at fedoraproject.org
Fri Dec 5 13:43:49 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-pa-monad/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19245

Modified Files:
	ocaml-pa-monad.spec 
Added Files:
	ocaml-pa-monad-1.2.0-no-warn-error.patch 
Log Message:
Remove -warn-error which caused tests to fail.

ocaml-pa-monad-1.2.0-no-warn-error.patch:

--- NEW FILE ocaml-pa-monad-1.2.0-no-warn-error.patch ---
--- ocaml-pa-monad-1.2.0.orig/Makefile	2007-08-23 22:06:52.000000000 +0100
+++ ocaml-pa-monad-1.2.0/Makefile	2008-12-05 13:35:34.000000000 +0000
@@ -86,7 +86,7 @@
 
 
 # Flags for both OCaml compilers
-OCAMLFLAGS := -warn-error AX -g #-dtypes
+OCAMLFLAGS := -g #-dtypes
 
 
 # Flags to compile a syntax extension


Index: ocaml-pa-monad.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-pa-monad/devel/ocaml-pa-monad.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-pa-monad.spec	24 Nov 2008 11:47:41 -0000	1.3
+++ ocaml-pa-monad.spec	5 Dec 2008 13:43:18 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           ocaml-pa-monad
 Version:        1.2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        OCaml syntax extension for monads
 
 Group:          Development/Libraries
@@ -12,6 +12,8 @@
 Source0:        http://www.cas.mcmaster.ca/~carette/pa_monad/pa_monad.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         ocaml-pa-monad-1.2.0-no-warn-error.patch
+
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
@@ -30,6 +32,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 
 %build
@@ -60,6 +63,9 @@
 
 
 %changelog
+* Fri Dec  5 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.0-7
+- Remove -warn-error which caused tests to fail.
+
 * Wed Nov 19 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.0-6
 - Rebuild for OCaml 3.11.0
 




More information about the fedora-extras-commits mailing list