diff --git a/coccinelle-0.2.2.tar.bz2 b/coccinelle-0.2.2.tar.bz2 deleted file mode 100644 index c61747d..0000000 --- a/coccinelle-0.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab4c1ca3a1f9f347248f58c9affe1a4b0370ed593d72853e636f94c858e81647 -size 1730366 diff --git a/coccinelle-0.2.5-rc2.tar.xz b/coccinelle-0.2.5-rc2.tar.xz new file mode 100644 index 0000000..0fdb4c6 --- /dev/null +++ b/coccinelle-0.2.5-rc2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d036b24cac67199126e5f25cd8f9466351d09cf6620926a32af16495f0c7905 +size 1538224 diff --git a/coccinelle.changes b/coccinelle.changes index 5b13650..773cbd8 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -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 diff --git a/coccinelle.spec b/coccinelle.spec index d54eb64..31c1b44 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -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