Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdata for openSUSE:Factory 
checked in at 2022-08-09 15:28:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdata (Old)
 and      /work/SRC/openSUSE:Factory/.libcdata.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdata"

Tue Aug  9 15:28:15 2022 rev:16 rq:993968 version:20220115

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdata/libcdata.changes        2022-01-16 
23:19:34.690386721 +0100
+++ /work/SRC/openSUSE:Factory/.libcdata.new.1521/libcdata.changes      
2022-08-09 15:28:49.533706306 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 11:37:44 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Add forced symvers
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcdata.spec ++++++
--- /var/tmp/diff_new_pack.dWQzE1/_old  2022-08-09 15:28:49.905707370 +0200
+++ /var/tmp/diff_new_pack.dWQzE1/_new  2022-08-09 15:28:49.913707392 +0200
@@ -65,9 +65,17 @@
 
 %build
 autoreconf -fi
-# performance killer, benefit of implicit locking unclear
-# https://github.com/libyal/libcdata/issues/6
-%configure --disable-static --disable-multi-threading-support
+# Enabling MTS in libcdata means data structures are protected by
+# libcdata itself, with an implicit rwlock. Every downstream use
+# (e.g. by libpff) suffers, even if libpff already made sure that any
+# one libcdata object is not used concurrently. Therefore, we disable
+# MTS. - https://github.com/libyal/libcdata/issues/6
+#
+# Enforce symver. The SO library version means nothing during
+# exp/alpha/beta, symbols can and do change.
+#
+echo "V_%version { global: *; };" >v.sym
+%configure --disable-static --disable-multi-threading-support 
LDFLAGS="-Wl,--version-script=$PWD/v.sym"
 %make_build
 
 %install

Reply via email to