forked from pool/coccinelle
Accepting request 742607 from devel:languages:ocaml
- 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 OBS-URL: https://build.opensuse.org/request/show/742607 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=67
This commit is contained in:
parent
4bb8ca3d3f
commit
02c09c593c
3
coccinelle-1.0.8.tar.gz
Normal file
3
coccinelle-1.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f994bf98bc88c333ac7a54a03d4fa1826122eec7016a1f22c6b2ef2a6a4347f
|
||||
size 2670961
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 14:04:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: coccinelle
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Semantic patch utility
|
||||
License: GPL-2.0-only
|
||||
@ -38,8 +38,6 @@ BuildRequires: ocaml-ocamlbuild
|
||||
BuildRequires: ocaml-ocamldoc >= 3.11
|
||||
BuildRequires: ocaml-parmap-devel
|
||||
BuildRequires: ocaml-pcre-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: ocamlfind(camlp4)
|
||||
BuildRequires: pkgconfig(python)
|
||||
Requires: python-base
|
||||
|
||||
@ -64,7 +62,7 @@ rm -fv tools/spgen/source/spgen{,.opt}
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
make #{?_smp_mflags}
|
||||
|
||||
%install
|
||||
# "because it is simply not possible to strip ocaml binaries that are built
|
||||
|
Loading…
Reference in New Issue
Block a user