[coccinelle] Ignore Regexp (internal module).

Richard W.M. Jones rjones at fedoraproject.org
Thu Jan 12 13:32:44 UTC 2012


commit b47b54aa2363f89d39c4aaf50452150c7ec49bb6
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jan 12 13:32:33 2012 +0000

    Ignore Regexp (internal module).

 coccinelle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/coccinelle.spec b/coccinelle.spec
index 0c5a29f..396ea7c 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        1.0.0
-Release:        0.rc8.3%{?dist}
+Release:        0.rc8.4%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -36,7 +36,7 @@ BuildRequires:  python-devel
 
 BuildRequires:  chrpath
 
-%global __ocaml_requires_opts -i Ast_c -i Token_c -i Type_cocci -i Ast_cocci -i Common -i Oassocb -i ANSITerminal -i Oseti -i Sexplib -i Oassoch -i Setb -i Oassoc_buffer -i Ograph2way -i SetPt -i Mapb -i Dumper -i Osetb -i Flag
+%global __ocaml_requires_opts -i Ast_c -i Token_c -i Type_cocci -i Ast_cocci -i Common -i Oassocb -i ANSITerminal -i Oseti -i Sexplib -i Oassoch -i Setb -i Oassoc_buffer -i Ograph2way -i SetPt -i Mapb -i Dumper -i Osetb -i Flag -i Regexp
 
 # RHBZ#725415.
 Requires:       ocaml-findlib
@@ -166,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 12 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc8.4
+- Ignore Regexp (internal module).
+
 * 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.


More information about the scm-commits mailing list