update to 1.23.0 [release 1.23.0-1mamba;Thu Oct 22 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:35:05 +01:00
parent 9c047845e8
commit 76a6e71173
2 changed files with 6735 additions and 2 deletions

6728
ldc-1.23.0-llvm-11.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define bootstrap 1 %define bootstrap 1
Name: ldc Name: ldc
Version: 1.21.0 Version: 1.23.0
Release: 1mamba Release: 1mamba
Summary: The LLVM-based D Compiler Summary: The LLVM-based D Compiler
Group: Applications/Development Group: Applications/Development
@ -8,10 +8,10 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://wiki.dlang.org/LDC URL: http://wiki.dlang.org/LDC
## GITSOURCE https://github.com/ldc-developers/ldc.git v1.16.0
Source: https://github.com/ldc-developers/ldc.git/v%{version}/ldc-%{version}.tar.bz2 Source: https://github.com/ldc-developers/ldc.git/v%{version}/ldc-%{version}.tar.bz2
Source1: https://github.com/ldc-developers/ldc/releases/download/v%{version}/ldc2-%{version}-linux-x86_64.tar.xz Source1: https://github.com/ldc-developers/ldc/releases/download/v%{version}/ldc2-%{version}-linux-x86_64.tar.xz
Source2: https://github.com/ldc-developers/ldc/releases/download/v1.2.0/ldc2-1.2.0-linux-x86.tar.xz Source2: https://github.com/ldc-developers/ldc/releases/download/v1.2.0/ldc2-1.2.0-linux-x86.tar.xz
Patch0: ldc-1.23.0-llvm-11.patch
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -21,6 +21,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
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -56,6 +57,7 @@ This package contains libraries and header files for developing applications tha
%else %else
%setup -q %setup -q
%endif %endif
%patch0 -p1
%build %build
%cmake -d build \ %cmake -d build \
@ -122,6 +124,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md %doc README.md
%changelog %changelog
* Thu Oct 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.0-1mamba
- update to 1.23.0
* Wed May 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.0-1mamba * Wed May 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.0-1mamba
- update to 1.21.0 - update to 1.21.0