[coccinelle] Use Fedora ocaml-sexplib instead of forked embedded one.

Richard W.M. Jones rjones at fedoraproject.org
Sat Jan 7 18:25:19 UTC 2012


commit 772287102a5049628052aa275be83e5d23b5c6bd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jan 7 18:25:12 2012 +0000

    Use Fedora ocaml-sexplib instead of forked embedded one.

 coccinelle.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/coccinelle.spec b/coccinelle.spec
index 00920bb..c422f6e 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        1.0.0
-Release:        0.rc8.1%{?dist}
+Release:        0.rc8.2%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -28,6 +28,7 @@ Patch0:         coccinelle-1.0.0-rc4-remove-use-of-hashtbl_of_sexp.patch
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
+BuildRequires:  ocaml-sexplib-devel
 
 BuildRequires:  python-devel
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -164,9 +165,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Jan  7 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc8.1
+* Sat Jan  7 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc8.2
 - Update to 1.0.0-rc8.
 - Rebuild for OCaml 3.12.1.
+- Use Fedora ocaml-sexplib instead of forked embedded one.
 
 * Mon Jul 25 2011 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc4.2
 - Update to 1.0.0-rc4.


More information about the scm-commits mailing list