[coccinelle] Fix path to source file.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 30 11:15:16 UTC 2012


commit 0a57d20652b929e2a6d33ed8dedfd552ebdefe08
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 30 12:15:09 2012 +0100

    Fix path to source file.

 coccinelle.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/coccinelle.spec b/coccinelle.spec
index f8b5549..7b1721f 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -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}-rc9.tgz
+Source0:        http://coccinelle.lip6.fr/distrib/%{name}-%{version}-rc12.tgz
 
 # Non-upstream patch to remove use of a couple of functions from the
 # forked ocaml sexpr project, so we can use the Fedora one instead.
@@ -70,7 +70,7 @@ The %{name}-examples package contains examples for %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}-rc9
+%setup -q -n %{name}-%{version}-rc12
 
 %patch0 -p1
 


More information about the scm-commits mailing list