Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package highway for openSUSE:Factory checked in at 2022-11-02 12:46:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/highway (Old) and /work/SRC/openSUSE:Factory/.highway.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "highway" Wed Nov 2 12:46:44 2022 rev:4 rq:1032665 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/highway/highway.changes 2022-09-22 14:50:37.174541992 +0200 +++ /work/SRC/openSUSE:Factory/.highway.new.2275/highway.changes 2022-11-02 12:47:15.521603715 +0100 @@ -1,0 +2,15 @@ +Tue Nov 1 08:29:19 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.0.2 + * Add ExclusiveNeither, FindKnownFirstTrue, Ne128 + * Add 16-bit SumOfLanes/ReorderWidenMulAccumulate/ReorderDemote2To + * Faster sort for low-entropy input, improved pivot selection + * Support static dispatch to SVE2_128 and SVE_256 +- Leap just needs a modern gcc, no need for clang + +------------------------------------------------------------------- +Wed Oct 26 16:47:07 UTC 2022 - Tom Mbrt <tom.m...@googlemail.com> + +- Fix build on openSUSE Leap by using clang + +------------------------------------------------------------------- Old: ---- 1.0.1.tar.gz New: ---- 1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ highway.spec ++++++ --- /var/tmp/diff_new_pack.YKWhKQ/_old 2022-11-02 12:47:16.017606233 +0100 +++ /var/tmp/diff_new_pack.YKWhKQ/_new 2022-11-02 12:47:16.021606254 +0100 @@ -20,7 +20,7 @@ %define lname libhwy1 Name: highway -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: C++ library providing SIMD/vector intrinsics License: Apache-2.0 @@ -29,13 +29,9 @@ Source: https://github.com/google/highway/archive/refs/tags/%version.tar.gz # https://github.com/google/highway/issues/776 %if 0%{?suse_version} > 1550 -%ifarch aarch64 -BuildRequires: gcc11-c++ -%else BuildRequires: c++_compiler -%endif %else -BuildRequires: c++_compiler +BuildRequires: gcc10-c++ %endif BuildRequires: cmake BuildRequires: pkg-config @@ -77,10 +73,8 @@ %build export CFLAGS="%optflags -DHWY_COMPILE_ALL_ATTAINABLE" export CXXFLAGS="$CFLAGS" -%if 0%{?suse_version} > 1550 -%ifarch aarch64 -export CXX=g++-11 -%endif +%if 0%{?suse_version} < 1550 +export CXX=g++-10 %endif %cmake \ ++++++ 1.0.1.tar.gz -> 1.0.2.tar.gz ++++++ ++++ 6192 lines of diff (skipped)