rebuilt with llvm 14.0.3 [release 1.29.0-2mamba;Mon May 02 2022]
This commit is contained in:
parent
0711b0e74c
commit
a4aacdf7a9
15
ldc.spec
15
ldc.spec
@ -1,7 +1,7 @@
|
|||||||
%define bootstrap 1
|
%define bootstrap 1
|
||||||
Name: ldc
|
Name: ldc
|
||||||
Version: 1.28.1
|
Version: 1.29.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The LLVM-based D Compiler
|
Summary: The LLVM-based D Compiler
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,7 +20,7 @@ BuildRequires: libllvm-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libllvm-devel >= 11.0.0
|
BuildRequires: libllvm-devel >= 14.0.3
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -112,6 +112,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/d/object.d
|
%{_includedir}/d/object.d
|
||||||
%dir %{_includedir}/d/std
|
%dir %{_includedir}/d/std
|
||||||
%{_includedir}/d/std/*
|
%{_includedir}/d/std/*
|
||||||
|
%{_includedir}/d/__builtins.di
|
||||||
|
%{_includedir}/d/importc.h
|
||||||
|
%{_libdir}/ldc_rt.dso.o
|
||||||
%{_libdir}/libdruntime-ldc-debug-shared.so
|
%{_libdir}/libdruntime-ldc-debug-shared.so
|
||||||
%{_libdir}/libdruntime-ldc-shared.so
|
%{_libdir}/libdruntime-ldc-shared.so
|
||||||
#%{_libdir}/libldc-jit-rt.a
|
#%{_libdir}/libldc-jit-rt.a
|
||||||
@ -121,6 +124,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.29.0-2mamba
|
||||||
|
- rebuilt with llvm 14.0.3
|
||||||
|
|
||||||
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jan 14 2022 Automatic Build System <autodist@mambasoft.it> 1.28.1-1mamba
|
* Fri Jan 14 2022 Automatic Build System <autodist@mambasoft.it> 1.28.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user