]> git.pld-linux.org Git - packages/ldc.git/commitdiff
up to 1.29.0
authorJan Palus <atler@pld-linux.org>
Thu, 2 Jun 2022 11:10:18 +0000 (13:10 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 2 Jun 2022 11:10:18 +0000 (13:10 +0200)
ldc.spec

index 323c2f01ffda9e02ba6317c59654bc32ca13a117..fee0190f4a577dc5807ca00c380282c05a8eba30 100644 (file)
--- a/ldc.spec
+++ b/ldc.spec
@@ -5,13 +5,13 @@
 %define        bootstrap_version 1.27.1
 Summary:       LLVM D Compiler
 Name:          ldc
-Version:       1.28.0
-Release:       2
+Version:       1.29.0
+Release:       1
 # The DMD frontend in dmd/* GPL version 1 or artistic license
 # The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
 License:       BSD
 Source0:       https://github.com/ldc-developers/ldc/releases/download/v%{version}/%{name}-%{version}-src.tar.gz
-# Source0-md5: 719213b2ba5e7f7dd3e5092fb3950c48
+# Source0-md5: 34a5314be02d809258267fb1ba62e8a8
 Source1:       https://github.com/ldc-developers/ldc/releases/download/v%{bootstrap_version}/%{name}2-%{bootstrap_version}-linux-x86_64.tar.xz
 # Source1-md5: 1bc671b41ba59848e3d0ffe74c83fc7b
 Source3:       macros.%{name}
@@ -34,7 +34,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        dmdfe_major 2
 %define        dmdfe_minor 0
-%define        dmdfe_bump  98
+%define        dmdfe_bump  99
 %define        dmdfe       %{dmdfe_major}.%{dmdfe_minor}.%{dmdfe_bump}
 
 # Unresolved symbols found: _D4core9exception6_storeG128v
@@ -172,11 +172,14 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_prefix}/lib/ldc/%{_target_platform}
 %dir %{_prefix}/lib/ldc/%{_target_platform}/include
 %dir %{_prefix}/lib/ldc/%{_target_platform}/include/d
+%{_prefix}/lib/ldc/%{_target_platform}/include/d/__builtins.di
 %{_prefix}/lib/ldc/%{_target_platform}/include/d/core
 %{_prefix}/lib/ldc/%{_target_platform}/include/d%{_sysconfdir}
+%{_prefix}/lib/ldc/%{_target_platform}/include/d/importc.h
 %{_prefix}/lib/ldc/%{_target_platform}/include/d/ldc
 %{_prefix}/lib/ldc/%{_target_platform}/include/d/object.d
 %{_prefix}/lib/ldc/%{_target_platform}/include/d/std
+%{_libdir}/ldc_rt.dso.o
 %{_libdir}/libdruntime-ldc-debug-shared.so
 %{_libdir}/libdruntime-ldc-shared.so
 %{_libdir}/libphobos2-ldc-debug-shared.so
This page took 0.124647 seconds and 4 git commands to generate.