diff --git a/llvm.spec b/llvm.spec index 45884b7..a06717b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,8 +1,8 @@ %define gccver %(gcc -dumpversion) %define majver %(echo %version | cut -d. -f1-2) Name: llvm -Version: 14.0.3 -Release: 3mamba +Version: 14.0.4 +Release: 1mamba Summary: The Low Level Virtual Machine Group: Development/Languages Vendor: openmamba @@ -106,8 +106,9 @@ This package includes the LLVM ocaml API documentation. %debug_package %prep -%setup -q -n %{name}-%{version}.src -D -T -:<< _EOF +%setup -q -n %{name}-%{version}.src +#-D -T +#:<< _EOF %patch6 -p1 @@ -268,6 +269,9 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo %changelog +* Thu May 26 2022 Automatic Build System 14.0.4-1mamba +- automatic version update by autodist + * Fri May 20 2022 Silvan Calarco 14.0.3-3mamba - re-add LLVM_ENABLE_RTTI=ON