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

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


commit d4677d4c6455617f943f629f40450c4b787299ab
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jan 7 18:32:30 2012 +0000

    Use Fedora ocaml-sexplib, ocaml-pcre instead of forked embedded one.

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