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-07-19 15:24:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdlog (Old)
 and      /work/SRC/openSUSE:Factory/.spdlog.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdlog"

Fri Jul 19 15:24:59 2024 rev:37 rq:1187333 version:1.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes    2024-06-11 
18:27:13.064323864 +0200
+++ /work/SRC/openSUSE:Factory/.spdlog.new.17339/spdlog.changes 2024-07-19 
15:25:06.993885780 +0200
@@ -1,0 +2,16 @@
+Sat Jul 13 18:36:24 UTC 2024 - Bernd Ritter <com...@opensuse.org>
+
+- added rpm group
+
+-------------------------------------------------------------------
+Sat Jul 13 18:29:13 UTC 2024 - Bernd Ritter <com...@opensuse.org>
+
+- Factory has libfmt 11 now, updated pkgconfig 
+
+-------------------------------------------------------------------
+Sat Jul 13 12:35:46 UTC 2024 - Bernd Ritter <com...@opensuse.org>
+
+- update spec to fix build failure. Option is called SPDLOG_BUILD_EXAMPLE, and 
has to be
+  turned off, to avoid upstream issue with libfmt (see 
https://github.com/gabime/spdlog/issues/3129).
+
+-------------------------------------------------------------------
@@ -6,0 +23 @@
+

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

Other differences:
------------------
++++++ spdlog.spec ++++++
--- /var/tmp/diff_new_pack.DBSESI/_old  2024-07-19 15:25:07.913922388 +0200
+++ /var/tmp/diff_new_pack.DBSESI/_new  2024-07-19 15:25:07.913922388 +0200
@@ -23,11 +23,10 @@
 Release:        0
 Summary:        C++ logging library
 License:        MIT
+Group:          Development/Libraries/C and C++
 URL:            https://github.com/gabime/spdlog
 Source0:        
https://github.com/gabime/%{name}/archive/refs/tags/v%{version}.tar.gz
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM 2827.patch -- Added missing square bracket to fix the 
level_to_string_view
-#Patch0:         
https://patch-diff.githubusercontent.com/raw/gabime/spdlog/pull/2827.patch
 BuildRequires:  cmake >= 3.10
 %if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++ >= 13
@@ -37,7 +36,7 @@
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  (pkgconfig(catch2) >= 3)
-BuildRequires:  (pkgconfig(fmt) >= 10.0.0)
+BuildRequires:  (pkgconfig(fmt) >= 11)
 BuildRequires:  pkgconfig(libsystemd)
 
 %description
@@ -88,7 +87,7 @@
     -DSPDLOG_BUILD_BENCH=OFF \
     -DSPDLOG_FMT_EXTERNAL=ON \
     -DCMAKE_BUILD_TYPE=Release \
-    -DSPDLOG_BUILD_EXAMPLES=OFF \
+    -DSPDLOG_BUILD_EXAMPLE=OFF \
     -DSPDLOG_BUILD_SHARED=ON \
     -DCMAKE_SHARED_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,-z,now  
-Wl,--version-script=$v" \
 ..

Reply via email to