rebuilt with ocaml-ctypes 0.20.0-2mamba and ocaml-integers 0.6.0 [release 13.0.1-2mamba;Wed Feb 09 2022]
This commit is contained in:
parent
60859e8f17
commit
e7314d8826
14
llvm.spec
14
llvm.spec
@ -1,8 +1,8 @@
|
|||||||
%define gccver %(gcc -dumpversion)
|
%define gccver %(gcc -dumpversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 13.0.0
|
Version: 13.0.1
|
||||||
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
|
||||||
@ -24,6 +24,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-bigarray-compat-devel
|
||||||
BuildRequires: ocaml-ctypes-devel
|
BuildRequires: ocaml-ctypes-devel
|
||||||
BuildRequires: ocaml-integers
|
BuildRequires: ocaml-integers
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -31,7 +32,8 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: ocaml >= 4.11.1
|
BuildRequires: ocaml >= 4.11.1
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ctypes >= 0.17.1
|
BuildRequires: ocaml-ctypes-devel >= 0.20.0-2mamba
|
||||||
|
BuildRequires: ocaml-integers >= 0.6.0
|
||||||
%ifnarch aarch64
|
%ifnarch aarch64
|
||||||
BuildRequires: ocaml-ounit
|
BuildRequires: ocaml-ounit
|
||||||
%endif
|
%endif
|
||||||
@ -269,6 +271,12 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%{_docdir}/llvm/ocaml-html/*
|
%{_docdir}/llvm/ocaml-html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.1-2mamba
|
||||||
|
- rebuilt with ocaml-ctypes 0.20.0-2mamba and ocaml-integers 0.6.0
|
||||||
|
|
||||||
|
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 13.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 15 2021 Automatic Build System <autodist@mambasoft.it> 13.0.0-1mamba
|
* Fri Oct 15 2021 Automatic Build System <autodist@mambasoft.it> 13.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user