[coccinelle] Update to 1.0.0-rc8.

Richard W.M. Jones rjones at fedoraproject.org
Sat Jan 7 18:18:48 UTC 2012


commit 5dd6f952464df13680207a596d4cb6e067afd054
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jan 7 18:13:05 2012 +0000

    Update to 1.0.0-rc8.
    
    - Rebuild for OCaml 3.12.1.

 .gitignore      |    1 +
 coccinelle.spec |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1099d74..1cebb9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ coccinelle-0.2.3rc6.tgz
 /coccinelle-0.2.5-rc4.tgz
 /coccinelle-0.2.5-rc9.tgz
 /coccinelle-1.0.0-rc4.tgz
+/coccinelle-1.0.0-rc8.tgz
diff --git a/coccinelle.spec b/coccinelle.spec
index cc54f47..00920bb 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        1.0.0
-Release:        0.rc4.2%{?dist}
+Release:        0.rc8.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}-rc8.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.
@@ -68,7 +68,7 @@ The %{name}-examples package contains examples for %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}-rc4
+%setup -q -n %{name}-%{version}-rc8
 
 %patch0 -p1
 
@@ -164,6 +164,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan  7 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc8.1
+- Update to 1.0.0-rc8.
+- Rebuild for OCaml 3.12.1.
+
 * Mon Jul 25 2011 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc4.2
 - Update to 1.0.0-rc4.
 - Requires ocaml-findlib (RHBZ#725415).
diff --git a/sources b/sources
index 0bc77e7..fce344c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9a29443f4305fdf511eb0ba0cf532b8  coccinelle-1.0.0-rc4.tgz
+0b8717931b869e6b541bf2be7067dbd8  coccinelle-1.0.0-rc8.tgz


More information about the scm-commits mailing list