Accepting request 348938 from home:dsterba:branches:devel:tools

- Update to 1.0.4

OBS-URL: https://build.opensuse.org/request/show/348938
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=47
This commit is contained in:
Jan Engelhardt 2015-12-15 10:27:01 +00:00 committed by Git OBS Bridge
parent 9bd08e3629
commit 4ceb557a7d
4 changed files with 37 additions and 4 deletions

View File

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

3
coccinelle-1.0.4.tgz Normal file
View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Dec 15 00:00:00 CET 2015 - dsterba@suse.cz
- Update to 1.0.4
** Language:
- Length for statement list metavariables
** Features:
** Bugfix:
- build system: delete pregenerated parsers if menhir is installed
- Update to 1.0.3
** Language:
- Conjunction (analogous to disjunction)
- Drop Circles, Stars
- Drop Unique
- Default values for script metavariables
** Features:
- Removed the extlib and sexp bundles which were not used any more.
- Drop support for OCaml 3.11 which did not allow to compile coccinelle in
native code
- Print metavariables properly for script code.
- Print metavariables properly for cocci code.
- SYSCALL_DEFINE macros, contributed by Jörn Engel
- --indent option, giving default indent, for projects not using tabs
- Introduce .cocciconfig configuration file
- Add some support for MetaStmtList. Allowed at top level of {}.
- timeout of 0 is no timeout, to allow cancelling this option.
- --print-options-only to see accumulated options.
** Bugfix:
- Allow virtual variable definition to contain an =.
- Improvement when exists rule contains when forall.
- The presence of camlp4 is no longer checked when not needed
(only required to compile the bundled OCaml bindings for Python)
-------------------------------------------------------------------
Sat Aug 22 14:30:59 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: coccinelle
Version: 1.0.2
Version: 1.0.4
Release: 0
Summary: Semantic patch utility
License: GPL-2.0