Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spdlog for openSUSE:Factory checked 
in at 2024-01-03 12:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdlog (Old)
 and      /work/SRC/openSUSE:Factory/.spdlog.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdlog"

Wed Jan  3 12:23:03 2024 rev:32 rq:1136092 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes    2023-12-28 
22:54:42.831643363 +0100
+++ /work/SRC/openSUSE:Factory/.spdlog.new.28375/spdlog.changes 2024-01-03 
12:23:07.975409997 +0100
@@ -1,0 +2,5 @@
+Sat Dec 30 16:58:29 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update symbol versioning pattern to actually match symbols
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spdlog.spec ++++++
--- /var/tmp/diff_new_pack.X3qtAd/_old  2024-01-03 12:23:08.627433828 +0100
+++ /var/tmp/diff_new_pack.X3qtAd/_new  2024-01-03 12:23:08.627433828 +0100
@@ -79,8 +79,8 @@
 test -x "$(type -p g++-8)" && export CXX=g++-8
 
 # spdlog embodies fmt ABI; add some symvers so both ld.so and rpm notice the 
change.
-v=$(rpm -q --qf="%%{VERSION}" --whatprovides "pkgconfig(fmt)" | sed -e 
's/\..*//')
-echo "FMT_$v { global: _ZN6spdlog*N3fmt${#v}v${v}; };" >spdlog.sym
+v=v$(rpm -q --qf="%%{VERSION}" --whatprovides "pkgconfig(fmt)" | sed -e 
's/\..*//')
+echo "FMT_$v { global: _ZN6spdlog*N3fmt${#v}${v}*; };" >spdlog.sym
 v="$PWD/spdlog.sym"
 
 %cmake -G Ninja \

Reply via email to