rpms/ocaml-findlib/devel ocaml-findlib-1.2.3-camlp4-META.patch, NONE, 1.1 ocaml-findlib.spec, 1.15, 1.16

Richard W.M. Jones rjones at fedoraproject.org
Thu Dec 4 14:05:35 UTC 2008


Author: rjones

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

Modified Files:
	ocaml-findlib.spec 
Added Files:
	ocaml-findlib-1.2.3-camlp4-META.patch 
Log Message:
camlp4/META: camlp4.lib should depend on dynlink.

ocaml-findlib-1.2.3-camlp4-META.patch:

--- NEW FILE ocaml-findlib-1.2.3-camlp4-META.patch ---
--- findlib-1.2.3.orig/site-lib-src/camlp4.310/META.in	2008-07-23 15:40:52.000000000 +0100
+++ findlib-1.2.3/site-lib-src/camlp4.310/META.in	2008-12-04 13:57:07.000000000 +0000
@@ -15,7 +15,7 @@
 `preprocessor = "'camlp4_cmd`"'
 
 `package "lib" ('
-`  requires = "camlp4"'
+`  requires = "camlp4,dynlink"'
 `  version = "[distributed with Ocaml]"'
 `  description = "Camlp4 library"'
 `  archive(byte) = "camlp4lib.cma"'


Index: ocaml-findlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ocaml-findlib.spec	24 Nov 2008 11:25:03 -0000	1.15
+++ ocaml-findlib.spec	4 Dec 2008 14:05:05 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:           ocaml-findlib
 Version:        1.2.3
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Objective CAML package manager and build helper
 
 Group:          Development/Libraries
@@ -12,6 +12,8 @@
 Source0:        http://download.camlcity.org/download/findlib-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         ocaml-findlib-1.2.3-camlp4-META.patch
+
 BuildRequires:  ocaml >= 3.10.2
 BuildRequires:  ocaml-camlp4-devel
 BuildRequires:  ocaml-labltk-devel
@@ -40,6 +42,7 @@
 
 %prep
 %setup -q -n findlib-%{version}
+%patch0 -p1
 
 
 %build
@@ -109,6 +112,12 @@
 
 
 %changelog
+* Thu Dec  4 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-4
+- camlp4/META: camlp4.lib should depend on dynlink.
+
+* Wed Nov 26 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-3
+- Rebuild for OCaml 3.11.0+rc1.
+
 * Fri Nov 20 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-2
 - Force rebuild.
 




More information about the fedora-extras-commits mailing list