Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leancrypto for openSUSE:Factory checked in at 2026-08-11 17:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leancrypto (Old) and /work/SRC/openSUSE:Factory/.leancrypto.new.17972 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leancrypto" Tue Aug 11 17:09:51 2026 rev:14 rq:1370506 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/leancrypto/leancrypto.changes 2026-07-08 17:36:43.273852224 +0200 +++ /work/SRC/openSUSE:Factory/.leancrypto.new.17972/leancrypto.changes 2026-08-11 17:10:10.844366638 +0200 @@ -1,0 +2,5 @@ +Wed Aug 5 11:54:45 UTC 2026 - Guillaume GARDET <[email protected]> + +- Workaround for armv6 build (leancrypto assumes 32-bit is armv7) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leancrypto.spec ++++++ --- /var/tmp/diff_new_pack.No46tV/_old 2026-08-11 17:10:13.532480574 +0200 +++ /var/tmp/diff_new_pack.No46tV/_new 2026-08-11 17:10:13.548481251 +0200 @@ -133,6 +133,10 @@ %prep %autosetup -p1 -n %{pkgname}-%{version} +%ifarch armv6l armv6hl +# Fix build on armv6 +sed -i "s/'arm'/'none'/" meson.build +%endif %if %{with kmp} set -- *
