Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpng16 for openSUSE:Factory checked in at 2026-09-15 17:09:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpng16 (Old) and /work/SRC/openSUSE:Factory/.libpng16.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpng16" Tue Sep 15 17:09:28 2026 rev:67 rq:1377841 version:1.6.58 Changes: -------- --- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes 2026-07-26 11:26:40.231000953 +0200 +++ /work/SRC/openSUSE:Factory/.libpng16.new.383539/libpng16.changes 2026-09-15 17:10:12.890844294 +0200 @@ -1,0 +2,5 @@ +Fri Sep 11 07:37:59 UTC 2026 - Guillaume GARDET <[email protected]> + +- Fix build on armv6 by really disabling neon support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpng16.spec ++++++ --- /var/tmp/diff_new_pack.AVQ4IX/_old 2026-09-15 17:10:14.377906529 +0200 +++ /var/tmp/diff_new_pack.AVQ4IX/_new 2026-09-15 17:10:14.380906654 +0200 @@ -105,6 +105,10 @@ %endif # autoreconf required by Patch1 autoreconf -f +%ifarch armv6l armv6hl +# Neon support is forced for all arm*, so disable it for armv6 +sed -i 's/enable_arm_neon=yes/enable_arm_neon=no/' configure +%endif %configure \ --enable-hardware-optimizations=yes \ %ifarch armv6l armv6hl
