From 4ceb557a7d08fed65d529d00e50a80b70046f09b4133d8f8594b5800ca206fba Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Dec 2015 10:27:01 +0000 Subject: [PATCH 1/2] 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 --- coccinelle-1.0.2.tgz | 3 --- coccinelle-1.0.4.tgz | 3 +++ coccinelle.changes | 33 +++++++++++++++++++++++++++++++++ coccinelle.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 coccinelle-1.0.2.tgz create mode 100644 coccinelle-1.0.4.tgz 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 From bc85ccd3a43fba2184915e0de78d38992d5cb297d9564fdbd1c589aefda28d2a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Dec 2015 10:36:49 +0000 Subject: [PATCH 2/2] trim changelog and adhere to format OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=48 --- coccinelle.changes | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/coccinelle.changes b/coccinelle.changes index c7c1199..d402e73 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -2,34 +2,19 @@ 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) +* Language: +* Length for statement list metavariables +* Conjunction (analogous to disjunction) +* Drop Circles, Stars +* Drop Unique +* Default values for script metavariables +* Features: +* 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. +* Bugfixes: +* Allow virtual variable definition to contain an =. +* Improvement when exists rule contains when forall. ------------------------------------------------------------------- Sat Aug 22 14:30:59 UTC 2015 - mpluskal@suse.com