rpms/coccinelle/devel coccinelle.spec,1.14,1.15

Richard W.M. Jones rjones at fedoraproject.org
Sat Jul 24 14:25:18 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/coccinelle/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13991

Modified Files:
	coccinelle.spec 
Log Message:
Ignore some bogus generated requires.


Index: coccinelle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coccinelle/devel/coccinelle.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- coccinelle.spec	24 Jul 2010 09:15:41 -0000	1.14
+++ coccinelle.spec	24 Jul 2010 14:25:18 -0000	1.15
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        0.2.3
-Release:        0.rc6.1%{?dist}
+Release:        0.rc6.2%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -32,6 +32,8 @@ BuildRequires:  python-devel
 
 BuildRequires:  chrpath
 
+%global __ocaml_requires_opts -i Ast_c -i Token_c -i Type_cocci -i Ast_cocci -i Common
+
 
 %description
 Coccinelle is a tool to utilize semantic patches for manipulating C
@@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 24 2010 Richard W.M. Jones <rjones at redhat.com> - 0.2.3-0.rc6.2
+- Ignore some bogus generated requires.
+
 * Fri Jul 23 2010 Richard W.M. Jones <rjones at redhat.com> - 0.2.3-0.rc6.1
 - Fix for Python 2.7.
 



More information about the scm-commits mailing list