Update to 1.30.0

epel9
Kalev Lember 2 years ago
parent 4c7c570dc1
commit f84da8ee4d

1
.gitignore vendored

@ -51,3 +51,4 @@
/ldc-1.25.0-src.tar.gz
/ldc-1.25.1-src.tar.gz
/ldc-1.27.1-src.tar.gz
/ldc-1.30.0-src.tar.gz

@ -1,11 +1,5 @@
%global dmdfe_major 2
%global dmdfe_minor 0
%global dmdfe_bump 97
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
#global pre beta1
%global llvm_version 12
%global soversion 100
# bootstrapping is used for updating LDC to a newer version: it relies on an
# older, working LDC compiler in the buildroot, which is then used to build a
@ -18,8 +12,8 @@
Name: ldc
Epoch: 1
Version: 1.27.1%{?pre:~%{pre}}
Release: 4%{?dist}
Version: 1.30.0%{?pre:~%{pre}}
Release: 1%{?dist}
Summary: LLVM D Compiler
# The DMD frontend in dmd/* GPL version 1 or artistic license
@ -153,6 +147,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%dir %{_prefix}/lib/ldc/%{_target_platform}
%dir %{_prefix}/lib/ldc/%{_target_platform}/include
%{_prefix}/lib/ldc/%{_target_platform}/include/d/
%{_libdir}/ldc_rt.dso.o
%{_libdir}/libdruntime-ldc-debug-shared.so
%{_libdir}/libdruntime-ldc-shared.so
%{_libdir}/libphobos2-ldc-debug-shared.so
@ -164,19 +159,18 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%files libs
%license runtime/druntime/LICENSE.txt
%license runtime/phobos/LICENSE_1_0.txt
%{_libdir}/libdruntime-ldc-debug-shared.so.%dmdfe
%{_libdir}/libdruntime-ldc-debug-shared.so.%dmdfe_bump
%{_libdir}/libdruntime-ldc-shared.so.%dmdfe
%{_libdir}/libdruntime-ldc-shared.so.%dmdfe_bump
%{_libdir}/libphobos2-ldc-debug-shared.so.%dmdfe
%{_libdir}/libphobos2-ldc-debug-shared.so.%dmdfe_bump
%{_libdir}/libphobos2-ldc-shared.so.%dmdfe
%{_libdir}/libphobos2-ldc-shared.so.%dmdfe_bump
%{_libdir}/libdruntime-ldc-debug-shared.so.%{soversion}*
%{_libdir}/libdruntime-ldc-shared.so.%{soversion}*
%{_libdir}/libphobos2-ldc-debug-shared.so.%{soversion}*
%{_libdir}/libphobos2-ldc-shared.so.%{soversion}*
%files phobos-geany-tags
%{_datadir}/geany/tags/phobos.d.tags
%changelog
* Tue Jul 26 2022 Kalev Lember <klember@redhat.com> - 1:1.30.0-1
- Update to 1.30.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.27.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +1 @@
SHA512 (ldc-1.27.1-src.tar.gz) = d10118c9c52a26510f3f9d8d93b38f89144aca7b861ef663e807df0bcf1bb3bc12d1410e6617891e58a3f2cfe160e31bb8478bb1f39f79d026c97ce7e72a9f65
SHA512 (ldc-1.30.0-src.tar.gz) = 6da36e70cdb7e298b103642d40465fad7a08f05e5424ca9205783c9db867a2e75058d4d3b0124fe305ac69d853cd3dae41e179f80c5359d771f206b76a8b7e80

Loading…
Cancel
Save