diff --git a/_service b/_service index 1206abc..b93f9d8 100644 --- a/_service +++ b/_service @@ -3,14 +3,14 @@ https://github.com/coccinelle/coccinelle.git git @PARENT_TAG@ - d678c34afc0cfb479ad34f2225c57b1b8d3ebeae + 25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd coccinelle bundles/menhirLib bundles/parmap bundles/pcre - diff --git a/coccinelle-1.0.8.tar.xz b/coccinelle-1.0.8.tar.xz deleted file mode 100644 index e9da145..0000000 --- a/coccinelle-1.0.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78c8e64daf3b9e47be8760c8346fa1bf91b66960680c091625c7dd228a0f44f1 -size 1319948 diff --git a/coccinelle-1.1.0.tar.xz b/coccinelle-1.1.0.tar.xz new file mode 100644 index 0000000..5e73b4c --- /dev/null +++ b/coccinelle-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee39a2851361ec5b0b409d26606714b8284b3270b5a13e15d08b54f74b19ae89 +size 1183460 diff --git a/coccinelle.changes b/coccinelle.changes index 3535046..22b4b56 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 13 13:13:13 UTC 2021 - ohering@suse.de + +- update to version 1.1.0 + See included changes.txt for details + ------------------------------------------------------------------- Tue Apr 28 08:11:49 UTC 2020 - Jan Engelhardt diff --git a/coccinelle.spec b/coccinelle.spec index b028aa1..203219e 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -17,7 +17,7 @@ Name: coccinelle -Version: 1.0.8 +Version: 1.1.0 Release: 0 Summary: Semantic patch utility License: GPL-2.0-only @@ -29,14 +29,15 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes BuildRequires: ncurses-devel -BuildRequires: ocaml-findlib -BuildRequires: ocaml-menhir-devel -BuildRequires: ocaml-ocamlbuild -BuildRequires: ocaml-ocamldoc >= 3.11 -BuildRequires: ocaml-parmap-devel -BuildRequires: ocaml-pcre-devel -BuildRequires: python-rpm-macros BuildRequires: ocaml(ocaml.opt) +BuildRequires: ocaml-ocamldoc >= 3.11 +BuildRequires: ocamlfind(findlib) +BuildRequires: ocamlfind(menhir) +BuildRequires: ocamlfind(parmap) +BuildRequires: ocamlfind(pcre) +BuildRequires: ocamlfind(pyml) +BuildRequires: ocamlfind(stdcompat) +BuildRequires: python-rpm-macros BuildRequires: pkgconfig(python3) Requires: python3-base