[coccinelle] Ignore a lot more symbols leaked by the library.

Richard W.M. Jones rjones at fedoraproject.org
Sat Apr 27 20:13:05 UTC 2013


commit be2a17213bd262a0f284425233cfba08ea60defe
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Apr 27 21:11:18 2013 +0100

    Ignore a lot more symbols leaked by the library.

 coccinelle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/coccinelle.spec b/coccinelle.spec
index 7c638d7..e4624a3 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        1.0.0
-Release:        0.rc17.1%{?dist}
+Release:        0.rc17.2%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -32,7 +32,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 -i Regexp
+%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 -i Visitor_c -i Token_annot -i Seti -i Pretty_print_c -i Parser_c -i Oset -i Ograph_extended -i Ocollection -i Objet -i Oassoc -i Lib_parsing_c -i Lexer_c -i Iteration -i Externalanalysis -i Exposed_modules -i Control_flow_c -i Config -i Commands -i Ast0_cocci
 
 # RHBZ#725415.
 Requires:       ocaml-findlib
@@ -158,6 +158,9 @@ $RPM_BUILD_ROOT%{_bindir}/spatch -sp_file demos/simple.cocci demos/simple.c
 
 
 %changelog
+* Sat Apr 27 2013 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc17.2
+- Ignore a lot more symbols leaked by the library.
+
 * Fri Apr 26 2013 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc17.1
 - New upstream version 1.0.0-rc17.
 


More information about the scm-commits mailing list