Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dub for openSUSE:Factory checked in at 2025-04-22 17:31:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dub (Old) and /work/SRC/openSUSE:Factory/.dub.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dub" Tue Apr 22 17:31:13 2025 rev:27 rq:1271890 version:1.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dub/dub.changes 2025-04-20 19:51:31.951785126 +0200 +++ /work/SRC/openSUSE:Factory/.dub.new.30101/dub.changes 2025-04-22 17:31:25.995020894 +0200 @@ -1,0 +2,5 @@ +Tue Apr 22 12:56:54 UTC 2025 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix unit tests when ldc2 is used instead of dmd + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dub.spec ++++++ --- /var/tmp/diff_new_pack.Gx6iSo/_old 2025-04-22 17:31:26.507042401 +0200 +++ /var/tmp/diff_new_pack.Gx6iSo/_new 2025-04-22 17:31:26.507042401 +0200 @@ -73,6 +73,9 @@ -version=DubUseCurl -Isource -L-lcurl @build-files.txt %check +%if %{without dcompiler_dmd} +export DC=ldc2 +%endif for unit_test in simple mutex variables version; do DUB=bin/%{name} PATH=$PATH:bin test/run-unittest.sh $unit_test done