[coccinelle] - Update to 0.2.5-rc9. - Ignore a bunch more false dependencies.

Richard W.M. Jones rjones at fedoraproject.org
Wed Mar 30 13:52:23 UTC 2011


commit f67e5617a2c6a0b31bc4c5aacd1e6feab0f87401
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 30 14:52:13 2011 +0100

    - Update to 0.2.5-rc9.
    - Ignore a bunch more false dependencies.

 .gitignore      |    1 +
 coccinelle.spec |   12 ++++++++----
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47487c0..5b5c6dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 coccinelle-0.2.3rc6.tgz
 /coccinelle-0.2.5-rc1.tgz
 /coccinelle-0.2.5-rc4.tgz
+/coccinelle-0.2.5-rc9.tgz
diff --git a/coccinelle.spec b/coccinelle.spec
index f2775c7..3d8016f 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        0.2.5
-Release:        0.rc4.3%{?dist}
+Release:        0.rc9.1%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x ppc64
 
 URL:            http://coccinelle.lip6.fr/
-Source0:        http://coccinelle.lip6.fr/distrib/%{name}-%{version}-rc4.tgz
+Source0:        http://coccinelle.lip6.fr/distrib/%{name}-%{version}-rc9.tgz
 
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
@@ -29,7 +29,7 @@ BuildRequires:  python-devel
 
 BuildRequires:  chrpath
 
-%global __ocaml_requires_opts -i Ast_c -i Token_c -i Type_cocci -i Ast_cocci -i Common
+%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
 
 
 %description
@@ -60,7 +60,7 @@ The %{name}-examples package contains examples for %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}-rc4
+%setup -q -n %{name}-%{version}-rc9
 
 # Remove .cvsignore files.
 find -name .cvsignore -delete
@@ -153,6 +153,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 30 2011 Richard W.M. Jones <rjones at redhat.com> - 0.2.5-0.rc9.1
+- Update to 0.2.5-rc9.
+- Ignore a bunch more false dependencies.
+
 * Sat Mar  5 2011 Richard W.M. Jones <rjones at redhat.com> - 0.2.5-0.rc4.3
 - Bump and rebuild to try to fix dependency issue.
 
diff --git a/sources b/sources
index 114b6df..aeec95c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48d5c4ca278574288bc29e1b154628be  coccinelle-0.2.5-rc4.tgz
+600e731cecaaba1ab37fe1da84ab6c26  coccinelle-0.2.5-rc9.tgz


More information about the scm-commits mailing list