Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blake3 for openSUSE:Factory checked in at 2026-04-28 16:10:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blake3 (Old) and /work/SRC/openSUSE:Factory/.blake3.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blake3" Tue Apr 28 16:10:01 2026 rev:5 rq:1349765 version:1.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/blake3/blake3.changes 2026-04-08 17:14:48.285637479 +0200 +++ /work/SRC/openSUSE:Factory/.blake3.new.11940/blake3.changes 2026-04-28 16:10:02.632155851 +0200 @@ -1,0 +2,6 @@ +Tue Apr 28 10:41:53 UTC 2026 - Jan Engelhardt <[email protected]> + +- Unbreak i586 build by adding the necessary tbb.pc <> tbb32.pc + substitution on openSUSE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blake3.spec ++++++ --- /var/tmp/diff_new_pack.y6KPC6/_old 2026-04-28 16:10:03.460189870 +0200 +++ /var/tmp/diff_new_pack.y6KPC6/_new 2026-04-28 16:10:03.460189870 +0200 @@ -87,6 +87,13 @@ %autosetup -p1 -a1 -n BLAKE3-%{version} %build +# Original tbb is broken and gives its .pc file name an arch-dependent name; +# openSUSE fixes that in and for tbb, but blake3 is still expecting the +# alternate name (the openSUSE-ism needs to be carried forward into all tbb +# users). +# +perl -i -lpe 's{set\(TBB_PC_NAME tbb32\)}{set(TBB_PC_NAME tbb)}' c/CMakeLists.txt + b="$PWD" %if 0%{?with_b3sum}
