Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package highway for openSUSE:Factory checked in at 2023-03-19 16:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/highway (Old) and /work/SRC/openSUSE:Factory/.highway.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "highway" Sun Mar 19 16:16:32 2023 rev:9 rq:1072726 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/highway/highway.changes 2023-01-21 19:09:50.416709000 +0100 +++ /work/SRC/openSUSE:Factory/.highway.new.31432/highway.changes 2023-03-19 16:16:46.207378022 +0100 @@ -1,0 +2,11 @@ +Fri Mar 17 17:09:46 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.0.4 + * Add PPC8..10, SSE2, AVX3_ZEN4, NEON_WITHOUT_AES targets + * Add Expand, LoadExpand, integer AbsDiff, SumsOf8AbsDiff + * Improved Half/Twice support, codegen for Shift*Same + * Faster KV128 sorting + * Update RISC-V V intrinsics for 1.0-draft +- Remove arm-disable-runtime-dispatch.patch (appears merged) + +------------------------------------------------------------------- Old: ---- 1.0.3.tar.gz arm-disable-runtime-dispatch.patch New: ---- 1.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ highway.spec ++++++ --- /var/tmp/diff_new_pack.PZQU4h/_old 2023-03-19 16:16:48.407388720 +0100 +++ /var/tmp/diff_new_pack.PZQU4h/_new 2023-03-19 16:16:48.411388739 +0100 @@ -19,7 +19,7 @@ %define lname libhwy1 Name: highway -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: C++ library providing SIMD/vector intrinsics License: Apache-2.0 @@ -27,9 +27,6 @@ URL: https://github.com/google/highway Source: https://github.com/google/highway/archive/refs/tags/%version.tar.gz Source1: baselibs.conf -# see https://github.com/google/highway/issues/834 -# we do not currently require neon on armv7hl -Patch0: arm-disable-runtime-dispatch.patch # https://github.com/google/highway/issues/776 %if 0%{?suse_version} > 1550 BuildRequires: c++_compiler @@ -75,6 +72,9 @@ %build export CFLAGS="%optflags -DHWY_COMPILE_ALL_ATTAINABLE" +%ifarch ppc64 ppc64le +CFLAGS="$CFLAGS -maltivec" +%endif export CXXFLAGS="$CFLAGS" %if 0%{?suse_version} < 1550 export CXX=g++-10 @@ -107,6 +107,7 @@ %_includedir/hwy/ %_libdir/libhwy*.so %_libdir/pkgconfig/*.pc +%_libdir/cmake/ %files devel-doc %doc README.md g3doc/* hwy/examples/ ++++++ 1.0.3.tar.gz -> 1.0.4.tar.gz ++++++ ++++ 41439 lines of diff (skipped)