Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xxhash for openSUSE:Factory checked in at 2021-12-21 18:40:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xxhash (Old) and /work/SRC/openSUSE:Factory/.xxhash.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xxhash" Tue Dec 21 18:40:15 2021 rev:7 rq:941635 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xxhash/xxhash.changes 2021-12-18 20:29:53.994231010 +0100 +++ /work/SRC/openSUSE:Factory/.xxhash.new.2520/xxhash.changes 2021-12-21 18:40:17.581855605 +0100 @@ -1,0 +2,5 @@ +Mon Dec 20 10:27:32 UTC 2021 - Dirk M??ller <[email protected]> + +- fix racy check execution + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xxhash.spec ++++++ --- /var/tmp/diff_new_pack.OdON72/_old 2021-12-21 18:40:18.177856140 +0100 +++ /var/tmp/diff_new_pack.OdON72/_new 2021-12-21 18:40:18.181856143 +0100 @@ -67,7 +67,8 @@ rm -rf %{buildroot}%{_libdir}/libxxhash.a %check -%make_build test +# not safe for parallel execution as it removes xxhash.o and recreates it with different flags +%make_build -j1 test %post -n libxxhash0 -p /sbin/ldconfig %postun -n libxxhash0 -p /sbin/ldconfig
