Compare commits
8 Commits
17.0.6-2ma
...
18.1.8-1ma
Author | SHA1 | Date | |
---|---|---|---|
cac5fb3218 | |||
beac436c67 | |||
d41942d98b | |||
9521b669f8 | |||
a88a192214 | |||
6730a3d729 | |||
3863838b5b | |||
74870730af |
31
clang.spec
31
clang.spec
@ -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.8
|
||||
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,30 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
||||
%{_datadir}/doc/Clang/clang/html/.buildinfo
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 18.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 08 2024 Automatic Build System <autodist@openmamba.org> 18.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 20 2024 Automatic Build System <autodist@openmamba.org> 18.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 18.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2024 Automatic Build System <autodist@openmamba.org> 18.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 12 2024 Automatic Build System <autodist@openmamba.org> 18.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 21 2024 Automatic Build System <autodist@openmamba.org> 18.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user