2021-12-29 22:23:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de
|
|
|
|
|
2021-12-29 22:58:45 +01:00
|
|
|
- trim list of supported archs to aarch64 ppc64le s390x x86_64
|
2021-12-29 22:23:12 +01:00
|
|
|
|
2021-12-10 16:24:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de
|
|
|
|
|
|
|
|
- update to version 1.1.1
|
|
|
|
See included changes.txt for details
|
2021-12-10 17:32:04 +01:00
|
|
|
- install ocaml support, add coccinelle.rpmlintrc (bsc#1192695)
|
2021-12-10 16:24:31 +01:00
|
|
|
|
2021-09-25 02:08:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
|
|
|
|
- Further testing shows that grep, which and findutils are also
|
|
|
|
required.
|
|
|
|
|
2021-09-21 09:21:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 21 00:36:44 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
|
|
|
|
- Fix totally broken python support, set the correct python3
|
|
|
|
interpreter, otherwise it defaults to python, which in our case
|
|
|
|
is python 2.7. (changed kill-env.diff, spec)
|
|
|
|
|
2021-09-14 09:58:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
|
|
|
|
|
|
|
- build with VERBOSE=yes
|
|
|
|
|
2021-04-14 14:33:14 +02:00
|
|
|
-------------------------------------------------------------------
|
2021-05-25 12:47:49 +02:00
|
|
|
Tue May 25 10:47:33 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Add wrapper script to set COCCINELLE_HOME [boo#1184563]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-04-14 14:33:14 +02:00
|
|
|
Tue Apr 13 13:13:13 UTC 2021 - ohering@suse.de
|
|
|
|
|
|
|
|
- update to version 1.1.0
|
|
|
|
See included changes.txt for details
|
|
|
|
|
2020-04-28 10:21:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 28 08:11:49 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Switch to python3
|
|
|
|
|
2020-02-18 12:18:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 18 11:11:11 UTC 2020 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- The used buildsystem relies on ocaml.opt
|
|
|
|
|
2020-01-15 18:11:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 15 17:10:38 UTC 2020 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- Use _service file to trim the bundles directory
|
|
|
|
|
2020-01-10 11:35:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 10 10:35:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to new source URL.
|
|
|
|
|
2020-01-07 09:08:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 7 07:45:29 UTC 2020 - nick wang <nwang@suse.com>
|
|
|
|
|
2020-01-10 11:35:58 +01:00
|
|
|
- bsc#1160194, change the python library to site-packages hierarchy.
|
2020-01-07 09:08:51 +01:00
|
|
|
|
2019-10-26 13:34:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 24 13:10:02 UTC 2019 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.8
|
|
|
|
See included changes.txt for details
|
|
|
|
- Remove usage of camlp4
|
|
|
|
- Remove pkg-config. It is not required, but pulled in anyway
|
|
|
|
by other packages
|
|
|
|
- Disable parallel build due to internal copy of stdcompat
|
|
|
|
|
2019-08-22 16:05:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 22 14:04:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.7
|
|
|
|
* Allow constraints on any metavariables. Constraints can be
|
|
|
|
specified by comprehension (= { … } or != { … }, with each
|
|
|
|
item referring to a constant identifier or an inherited
|
|
|
|
meta-variable, and curly-brackets can be omitted for a single
|
|
|
|
item), regular expression (~ "..." or !~ "..."), integer
|
|
|
|
comparison (<, <, >=, >) or scripts (:script:…). Constraints
|
|
|
|
can be used in conjunctions (&&), disjunctions (||) and can
|
|
|
|
be negated (!) and parenthesed.
|
|
|
|
* Allow script finalizers for parallel computation. See
|
|
|
|
tests/countcalls.cocci and tests/countcalls_python.cocci
|
|
|
|
* Allow disjunctions on a wider range of syntactic
|
2020-01-10 11:35:58 +01:00
|
|
|
constructions (function definitions, variable declarations
|
2019-08-22 16:05:35 +02:00
|
|
|
…).
|
|
|
|
|
2019-08-05 14:16:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 29 09:43:52 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Drop pre-shipped binaries for spgen and spgen.opt: since these
|
|
|
|
are x86_64 binaries, they would not be usable on i586 builds of
|
|
|
|
coccinella.
|
|
|
|
|
2018-01-24 12:32:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 24 11:30:59 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Build under rpm 4.14
|
|
|
|
|
2017-11-28 11:27:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 10:25:02 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Add kill-env.diff
|
|
|
|
|
2017-11-28 11:23:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 01:14:03 UTC 2017 - aavindraa@gmail.com
|
|
|
|
|
|
|
|
- use %make_install macro
|
|
|
|
- remove useless directory creation
|
|
|
|
|
2017-11-26 23:48:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 26 22:45:58 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.6
|
|
|
|
* Allow \ in #define in semantic patch rules, to allow body
|
|
|
|
with multiple lines, potentially including changes. As a side
|
|
|
|
effect, \ is also allowed in when specifications, again to
|
|
|
|
allow patterns to stretch over multiple lines.
|
|
|
|
* Add identifier list metavariables for #define parameter lists
|
|
|
|
* Support for Python 3. Pycaml has been patched.
|
2017-11-26 23:48:38 +01:00
|
|
|
- Remove coccinelle-1.0.4.patch (merged)
|
2017-11-26 23:48:19 +01:00
|
|
|
|
2016-05-30 10:53:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 08:22:09 UTC 2016 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- Use ocamlfind(camlp4) to refer to camlp4
|
2016-07-26 12:52:54 +02:00
|
|
|
- Add coccinelle-1.0.4.patch
|
2016-05-30 10:53:38 +02:00
|
|
|
|
2016-05-24 16:32:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 24 14:20:12 UTC 2016 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- Fix build with ocaml-4.03
|
|
|
|
Use ocaml-parmap and ocaml-menhir instead of old built-in copies
|
|
|
|
Use ocaml-pcre
|
|
|
|
|
2015-12-15 11:27:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 15 00:00:00 CET 2015 - dsterba@suse.cz
|
|
|
|
|
|
|
|
- Update to 1.0.4
|
2015-12-15 11:36:49 +01:00
|
|
|
* 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.
|
2015-12-15 11:27:01 +01:00
|
|
|
|
2015-08-23 10:16:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 22 14:30:59 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 1.0.2
|
|
|
|
* Positions of C tokens are now computed while lexing rather than
|
|
|
|
during a distinct pass. This makes use of the Lexing.new_line
|
|
|
|
function which has been introduced in OCaml 3.11. Coccinelle
|
|
|
|
can thus no longer be compiled with OCaml 3.10. --use-gitgrep
|
|
|
|
falls back to --use-coccigrep for a non-git repository.
|
|
|
|
* ocaml coccilib allows propagating identifiers, expressions,
|
|
|
|
statements, listlens, and positions to subsequent matching rules
|
|
|
|
* Allow @S, for statement metavariable S on expressions
|
|
|
|
* Exploit explicit positive constraints (no regexps) on
|
|
|
|
identifiers in file filtering
|
|
|
|
* Ability to declare a rule as matching an identifier. Doesn't
|
|
|
|
work properly for names of typedefs, enums, structures, or
|
|
|
|
unions.
|
|
|
|
* Iso: allow mixed for model for the case where the model is just
|
|
|
|
a metavar
|
|
|
|
* Allow ! to propagate into == or other ops in more cases.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 5 14:22:01 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 1.0.1
|
|
|
|
* Language:
|
|
|
|
+ allow static on type-level declarers
|
|
|
|
* Features:
|
|
|
|
+ add --use-gitgrep option, for scanning with git grep
|
|
|
|
* Bugfix:
|
|
|
|
+ Take into account constraints when determining whether a
|
|
|
|
metavar is pure don't add switch fall through when a default
|
|
|
|
is hidden under another case label.
|
|
|
|
|
2015-05-05 14:51:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 5 12:43:14 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to release 1.0.0
|
|
|
|
* see changes.txt for full list of changes
|
|
|
|
|
2015-02-20 14:12:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 20 00:00:00 CET 2015 - dsterba@suse.cz
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0~rc24
|
|
|
|
* global expression x
|
|
|
|
* Varargs support
|
|
|
|
* Inline in function prototypes
|
|
|
|
* #ifdef on kernel version
|
|
|
|
* Parallelism in Coccinelle
|
|
|
|
* --jobs <int>: Run the specified number of jobs in parallel.
|
|
|
|
* --chunksize <int>. The specified number of files are dispatched as a
|
|
|
|
single unit of parallelism.
|
|
|
|
- Update to new upstream release 1.0.0~rc23
|
|
|
|
* Ability to add, but not match or remove, attributes.
|
|
|
|
* Some parsing and pretty printing improvements.
|
|
|
|
|
2014-11-27 14:48:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 27 13:21:13 UTC 2014 - jslaby@suse.com
|
|
|
|
|
|
|
|
- fix spatch link. The target did not exist.
|
|
|
|
|
2014-10-02 17:20:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 2 15:01:42 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0~rc22
|
|
|
|
* Limited matching of decimal format strings, with the --ibm option
|
|
|
|
* Better support for functions that have no specified return type.
|
|
|
|
- Drop fix-no_prepare_ocamlcocci-arguments.patch (merged)
|
|
|
|
|
2014-09-10 01:23:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 9 14:25:25 UTC 2013 - mcgrof@suse.com
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0~rc21
|
|
|
|
* Support decimal type with the --ibm option
|
|
|
|
* Support some matching on pragmas
|
|
|
|
* Initialize and finalize rules contain a metavariable declaration
|
|
|
|
region.
|
|
|
|
* Allow some parameters of a function not to have names.
|
|
|
|
* Eliminate the reliance on grep in most cases for worth trying,
|
|
|
|
to improve performance.
|
|
|
|
* Allow multidecls when removing variable names or when modifying
|
|
|
|
type.
|
|
|
|
* Take fresh declarations into account when computing
|
|
|
|
get_constants to create dependencies
|
|
|
|
* Leave ifdefs-like directives in unparsed code, if they don't have
|
|
|
|
beginning or ending counterparts.
|
|
|
|
* Improve type inference performance when many files included by
|
|
|
|
using maps.
|
2014-09-10 01:35:47 +02:00
|
|
|
- Add fix-no_prepare_ocamlcocci-arguments.patch: fix incorrect
|
|
|
|
call to two functions
|
2014-09-10 01:23:27 +02:00
|
|
|
|
2013-05-09 19:52:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 9 17:51:39 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Switch to using pkgconfig()-type BuildRequires
|
|
|
|
|
2013-05-03 08:39:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 3 06:30:09 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0~rc17
|
|
|
|
* allow __ at the beginning of a struct or union name
|
|
|
|
* unparsing with precedence (insertion of parentheses when needed)
|
|
|
|
* Type metavariables no longer match a case where there is no type
|
|
|
|
in the C code.
|
|
|
|
* An expression list metavariable can now be attached with @ to a
|
|
|
|
parameter list metavariable, to allow using the parameter names as
|
|
|
|
an argument list.
|
|
|
|
|
2012-10-03 18:37:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 3 16:18:10 UTC 2012 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0~rc15
|
|
|
|
* See http://coccinelle.lip6.fr/distrib/changes.html for
|
|
|
|
the (quite large) set of new features and bugfixes
|
|
|
|
|
2012-09-06 03:17:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 6 01:17:08 UTC 2012 - jengelh@inai.de
|
|
|
|
|
|
|
|
- spatch requires the python base modules (like site.py) to run
|
|
|
|
|
2012-02-13 12:15:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 10:45:09 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
|
2011-06-25 22:25:31 +02:00
|
|
|
-------------------------------------------------------------------
|
2011-07-10 21:11:12 +02:00
|
|
|
Sun Jul 10 19:08:55 UTC 2011 - jengelh@medozas.de
|
2011-06-25 22:25:31 +02:00
|
|
|
|
2011-07-10 21:11:12 +02:00
|
|
|
- Update to new upstream release 1.0.0
|
2011-06-25 22:25:31 +02:00
|
|
|
* Addition of initializer list metavariables.
|
|
|
|
* Allow multiple position variables per token
|
|
|
|
* ++ can now be associated with - code
|
|
|
|
* Allow /* */ comments as smpl comments, not only as + code
|
|
|
|
* Add support for && (label addresses)
|
|
|
|
* local idexpression metavariable no longer matches static local x
|
2011-09-20 17:13:51 +02:00
|
|
|
* see http://coccinelle.lip6.fr/distrib/changes.html for details
|
2011-06-25 22:25:31 +02:00
|
|
|
|
2011-01-20 14:46:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2011-01-20 21:23:41 +01:00
|
|
|
- Fix python x.y.0 detection
|
2011-01-20 14:46:51 +01:00
|
|
|
|
2010-04-24 21:15:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 24 19:14:40 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- disable stripping on ocaml -custom binaries to make program
|
|
|
|
usable
|
|
|
|
|
2010-03-25 01:52:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 25 00:51:20 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- install all files required by spatch, not just the binary itself
|
|
|
|
(otherwise it does not even run)
|
|
|
|
|
2010-03-15 13:29:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 15 12:25:23 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- new upstream release: 0.2.2
|
|
|
|
|
2010-02-25 09:29:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 25 00:34:23 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Initial submission of version 0.2.1
|
|
|
|
|