Update to 0.2.5
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=9
This commit is contained in:
parent
33fb363739
commit
7c9f539b0b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab4c1ca3a1f9f347248f58c9affe1a4b0370ed593d72853e636f94c858e81647
|
|
||||||
size 1730366
|
|
3
coccinelle-0.2.5-rc2.tar.xz
Normal file
3
coccinelle-0.2.5-rc2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d036b24cac67199126e5f25cd8f9466351d09cf6620926a32af16495f0c7905
|
||||||
|
size 1538224
|
@ -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
|
Sat Apr 24 19:14:40 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
Name: coccinelle
|
Name: coccinelle
|
||||||
Version: 0.2.2
|
Version: 0.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Semantic patch utility
|
Summary: Semantic patch utility
|
||||||
License: GPL2
|
License: GPL2
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
URL: http://coccinelle.lip6.fr/
|
URL: http://coccinelle.lip6.fr/
|
||||||
# repacked from http://coccinelle.lip6.fr/distrib/coccinelle-0.2.1.tgz
|
%define rversion %version-rc2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %name-%rversion.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ncurses-devel ocaml python-devel
|
BuildRequires: ncurses-devel ocaml python-devel xz
|
||||||
Patch1: cocci-cast.diff
|
Patch1: cocci-cast.diff
|
||||||
|
|
||||||
%description
|
%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.
|
used (by us and others) for finding and fixing bugs in systems code.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %name-%rversion
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user