automatic version update by autodist [release 18.1.1-1mamba;Thu Mar 14 2024]

This commit is contained in:
Automatic Build System 2024-03-19 19:44:55 +01:00
parent 39da44d8c9
commit 74870730af

View File

@ -2,8 +2,8 @@
%define MAJver %(echo %version | cut -d. -f1)
%define majver %(echo %version | cut -d. -f1-2)
Name: clang
Version: 17.0.6
Release: 2mamba
Version: 18.1.1
Release: 1mamba
Summary: C language family frontend for LLVM
Group: Development/Languages
Vendor: openmamba
@ -28,7 +28,8 @@ BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: llvm = %{version}
BuildRequires: llvm >= 14.0.3-3mamba
BuildRequires: python-recommonmark-py310
BuildRequires: python-recommonmark-py3
BuildRequires: python-myst_parser-py3
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -193,6 +194,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
%{_datadir}/doc/Clang/clang/html/.buildinfo
%changelog
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 18.1.1-1mamba
- automatic version update by autodist
* Thu Jan 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 17.0.6-2mamba
- removed BUILD_SHARED_LIBS=ON see https://github.com/llvm/llvm-project/issues/46461
- added -DLLVM_LINK_LLVM_DYLIB=ON