diff --git a/coccinelle-1.0.2.tgz b/coccinelle-1.0.2.tgz deleted file mode 100644 index 7e170ae..0000000 --- a/coccinelle-1.0.2.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e45b904f42c9b84732168782d491c8c1ab23bb85db06c4b9ba2762bea8ac679 -size 2790829 diff --git a/coccinelle-1.0.4.tgz b/coccinelle-1.0.4.tgz new file mode 100644 index 0000000..b214f00 --- /dev/null +++ b/coccinelle-1.0.4.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d +size 2484218 diff --git a/coccinelle.changes b/coccinelle.changes index a255ea7..c7c1199 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -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 diff --git a/coccinelle.spec b/coccinelle.spec index 69935f4..4eaefdc 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -17,7 +17,7 @@ Name: coccinelle -Version: 1.0.2 +Version: 1.0.4 Release: 0 Summary: Semantic patch utility License: GPL-2.0