Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdata for openSUSE:Factory checked in at 2021-07-07 18:30:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdata (Old) and /work/SRC/openSUSE:Factory/.libcdata.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdata" Wed Jul 7 18:30:20 2021 rev:13 rq:904296 version:20210625 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdata/libcdata.changes 2021-06-26 21:26:05.759393450 +0200 +++ /work/SRC/openSUSE:Factory/.libcdata.new.2625/libcdata.changes 2021-07-07 18:31:27.950526633 +0200 @@ -1,0 +2,8 @@ +Mon Jul 5 17:51:51 UTC 2021 - Jan Engelhardt <[email protected]> + +- Disable implicit library-side locking during operations; + performance for e.g. libpff improves by 190%. +- Hard rerun autoreconf to workaround aclocal run failure + in Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdata.spec ++++++ --- /var/tmp/diff_new_pack.PszGee/_old 2021-07-07 18:31:28.518522176 +0200 +++ /var/tmp/diff_new_pack.PszGee/_new 2021-07-07 18:31:28.518522176 +0200 @@ -62,8 +62,10 @@ %autosetup -p1 %build -if [ ! -e configure ]; then ./autogen.sh; fi -%configure --disable-static +autoreconf -fi +# performance killer, benefit of implicit locking unclear +# https://github.com/libyal/libcdata/issues/6 +%configure --disable-static --disable-multi-threading-support %make_build %install
