[coccinelle] - New upstream version 0.2.5-rc1. - Remove upstream patch for Python 2.7. - Rebuild for OCaml 3.12.0

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 7 14:48:08 UTC 2011


commit e44f9a1b6391be320458f4b01b0ec275d38ab4f6
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 7 14:47:43 2011 +0000

    - New upstream version 0.2.5-rc1.
    - Remove upstream patch for Python 2.7.
    - Rebuild for OCaml 3.12.0.

 .gitignore                           |    1 +
 coccinelle-0.2.3rc6-python-2.7.patch |   51 ----------------------------------
 coccinelle.spec                      |   18 ++++++------
 sources                              |    2 +-
 4 files changed, 11 insertions(+), 61 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02b9594..142dcb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 coccinelle-0.2.3rc6.tgz
+/coccinelle-0.2.5-rc1.tgz
diff --git a/coccinelle.spec b/coccinelle.spec
index bad8ba6..4d69d6e 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -7,8 +7,8 @@
 %endif
 
 Name:           coccinelle
-Version:        0.2.3
-Release:        0.rc6.3%{?dist}
+Version:        0.2.5
+Release:        0.rc1.1%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -18,10 +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}rc6.tgz
-
-# Fix for Python 2.7.
-Patch0:         coccinelle-0.2.3rc6-python-2.7.patch
+Source0:        http://coccinelle.lip6.fr/distrib/%{name}-%{version}-rc1.tgz
 
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
@@ -63,9 +60,7 @@ The %{name}-examples package contains examples for %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}rc6
-
-%patch0 -p1
+%setup -q -n %{name}-%{version}-rc1
 
 # Remove .cvsignore files.
 find -name .cvsignore -delete
@@ -158,6 +153,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan  7 2011 Richard W.M. Jones <rjones at redhat.com> - 0.2.5-0.rc1.1
+- New upstream version 0.2.5-rc1.
+- Remove upstream patch for Python 2.7.
+- Rebuild for OCaml 3.12.0.
+
 * Wed Jul 28 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.2.3-0.rc6.3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 7457a6a..63bc1a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-467fbdb5c9d9978f5f8a86c10cc8461d  coccinelle-0.2.3rc6.tgz
+901e623514f84eb4fc76dd8c649c324b  coccinelle-0.2.5-rc1.tgz


More information about the scm-commits mailing list