Package coccinelle-demos: Information

  • Default inline alert: Version in the repository: 1.2-alt1

Binary package: coccinelle-demos
Version: 1.1.0-alt2
Architecture: noarch
Build time:  May 11, 2021, 07:26 PM in the task #271464
Source package: coccinelle
Category: Documentation
Report package bug
License: GPL-2.0-only
Summary: Demos of coccinelle semantic patches with C code examples
Description: 
Demos of coccinelle semantic patches with C code examples.

They can be applied to the corresponding C code examples by a command like:

  spatch -sp_file F.cocci F.c

and you'll get a normal patch for this C code example.

The tests from coccinelle are also included in this package; they can be run with:

  spatch --testall --no-update-score-file

in the directory which includes the tests/ subdir (with *.res files).

Maintainer: Vitaly Chikunov


Last changed


May 11, 2021 Vitaly Chikunov 1.1.0-alt2
- spec: Avoid make install race.
March 3, 2021 Vitaly Chikunov 1.1.0-alt1
- Update to 1.1.0 (2021-02-24).
Feb. 25, 2021 Vitaly Chikunov 1.0.8-alt9
- Update to 0e1f2b1f (2021-02-19).
- Add score tests in %check.