automatic version update by autodist [release 18.1.1-1mamba;Thu Mar 14 2024]
This commit is contained in:
parent
39da44d8c9
commit
74870730af
10
clang.spec
10
clang.spec
@ -2,8 +2,8 @@
|
|||||||
%define MAJver %(echo %version | cut -d. -f1)
|
%define MAJver %(echo %version | cut -d. -f1)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 17.0.6
|
Version: 18.1.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: C language family frontend for LLVM
|
Summary: C language family frontend for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -28,7 +28,8 @@ BuildRequires: perl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: llvm = %{version}
|
BuildRequires: llvm = %{version}
|
||||||
BuildRequires: llvm >= 14.0.3-3mamba
|
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}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -193,6 +194,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
|||||||
%{_datadir}/doc/Clang/clang/html/.buildinfo
|
%{_datadir}/doc/Clang/clang/html/.buildinfo
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- removed BUILD_SHARED_LIBS=ON see https://github.com/llvm/llvm-project/issues/46461
|
||||||
- added -DLLVM_LINK_LLVM_DYLIB=ON
|
- added -DLLVM_LINK_LLVM_DYLIB=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user