Accepting request 885332 from devel:languages:ocaml
- update to version 1.1.0 See included changes.txt for details OBS-URL: https://build.opensuse.org/request/show/885332 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=79
This commit is contained in:
parent
d5cd9edd16
commit
b4205e4f73
4
_service
4
_service
@ -3,14 +3,14 @@
|
||||
<param name="url">https://github.com/coccinelle/coccinelle.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">d678c34afc0cfb479ad34f2225c57b1b8d3ebeae</param>
|
||||
<param name="revision">25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd</param>
|
||||
<param name="filename">coccinelle</param>
|
||||
<param name="exclude">bundles/menhirLib</param>
|
||||
<param name="exclude">bundles/parmap</param>
|
||||
<param name="exclude">bundles/pcre</param>
|
||||
<!--
|
||||
<param name="exclude">bundles/pyml</param>
|
||||
<param name="exclude">bundles/stdcompat</param>
|
||||
<!--
|
||||
-->
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78c8e64daf3b9e47be8760c8346fa1bf91b66960680c091625c7dd228a0f44f1
|
||||
size 1319948
|
3
coccinelle-1.1.0.tar.xz
Normal file
3
coccinelle-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee39a2851361ec5b0b409d26606714b8284b3270b5a13e15d08b54f74b19ae89
|
||||
size 1183460
|
@ -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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user