Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpng16 for openSUSE:Factory checked in at 2023-05-16 14:15:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpng16 (Old) and /work/SRC/openSUSE:Factory/.libpng16.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpng16" Tue May 16 14:15:47 2023 rev:50 rq:1087176 version:1.6.39 Changes: -------- --- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes 2023-04-21 14:15:52.482198236 +0200 +++ /work/SRC/openSUSE:Factory/.libpng16.new.1533/libpng16.changes 2023-05-16 14:21:46.473802801 +0200 @@ -1,0 +2,5 @@ +Mon May 15 07:30:04 UTC 2023 - pgaj...@suse.com + +- do not use NEON instructions [bsc#1211176] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpng16.spec ++++++ --- /var/tmp/diff_new_pack.6v7VWZ/_old 2023-05-16 14:21:47.089806324 +0200 +++ /var/tmp/diff_new_pack.6v7VWZ/_new 2023-05-16 14:21:47.093806346 +0200 @@ -106,7 +106,11 @@ export CFLAGS="$CFLAGS -Og" %endif %configure \ - --disable-static --enable-hardware-optimizations=yes + --enable-hardware-optimizations=yes \ +%ifarch armv6l armv6hl + --enable-arm-neon=no +%endif + --disable-static %if %{asan_build} sed -i -e 's/^\(CFLAGS.*\)$/\1 -fsanitize=address/' \ -e 's/\(^LIBS =.*\)/\1 -lasan/' Makefile