rebuilt with ocaml 4.14.1 [release 16.0.6-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
40770ea842
commit
2011646367
13
llvm.spec
13
llvm.spec
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 16.0.6
|
Version: 16.0.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -30,13 +30,15 @@ BuildRequires: ocaml
|
|||||||
BuildRequires: ocaml-bigarray-compat-devel
|
BuildRequires: ocaml-bigarray-compat-devel
|
||||||
BuildRequires: ocaml-ctypes-devel
|
BuildRequires: ocaml-ctypes-devel
|
||||||
BuildRequires: ocaml-integers
|
BuildRequires: ocaml-integers
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml >= 4.11.1
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
BuildRequires: ocaml-bigarray-compat-devel >= 1.1.0-2mamba
|
||||||
BuildRequires: ocaml-integers >= 0.7.0
|
BuildRequires: ocaml-ctypes-devel >= 0.20.2
|
||||||
|
BuildRequires: ocaml-integers >= 0.7.0-2mamba
|
||||||
%ifnarch aarch64
|
%ifnarch aarch64
|
||||||
BuildRequires: ocaml-ounit
|
BuildRequires: ocaml-ounit
|
||||||
%endif
|
%endif
|
||||||
@ -277,6 +279,9 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0.6-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Wed Jun 14 2023 Automatic Build System <autodist@mambasoft.it> 16.0.6-1mamba
|
* Wed Jun 14 2023 Automatic Build System <autodist@mambasoft.it> 16.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user