Jan Engelhardt 2011-01-20 13:46:51 +00:00 committed by Git OBS Bridge
parent 33fb363739
commit 7c9f539b0b
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab4c1ca3a1f9f347248f58c9affe1a4b0370ed593d72853e636f94c858e81647
size 1730366

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d036b24cac67199126e5f25cd8f9466351d09cf6620926a32af16495f0c7905
size 1538224

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 20 13:41:16 UTC 2011 - jengelh@medozas.de
- Update to version 0.2.5-rc2
* Make a very small attempt to parse C++ code, amounting to
accepting identifiers containing ::, tilde, and template
invocations.
* support matching and removing some preprocessor directives
* support for ocaml scripting
* print rule name when a script rule crashes
-------------------------------------------------------------------
Sat Apr 24 19:14:40 UTC 2010 - jengelh@medozas.de

View File

@ -1,14 +1,14 @@
Name: coccinelle
Version: 0.2.2
Version: 0.2.5
Release: 0
Summary: Semantic patch utility
License: GPL2
Group: Productivity/Text/Utilities
URL: http://coccinelle.lip6.fr/
# repacked from http://coccinelle.lip6.fr/distrib/coccinelle-0.2.1.tgz
Source: %{name}-%{version}.tar.bz2
%define rversion %version-rc2
Source: %name-%rversion.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ncurses-devel ocaml python-devel
BuildRequires: ncurses-devel ocaml python-devel xz
Patch1: cocci-cast.diff
%description
@ -24,7 +24,7 @@ structure. Beyond collateral evolutions, Coccinelle is successfully
used (by us and others) for finding and fixing bugs in systems code.
%prep
%setup -q
%setup -qn %name-%rversion
%patch -P 1 -p1
%build