From fe716ef20039c9e32f9f370965977cbfb8c912883fc94b7d3239ec40c068faf2 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Wed, 1 May 2024 19:00:41 +0000 Subject: [PATCH 1/3] - Update spdlog to 1.14.1 - Release nots 1.14.1: * Fixed compatibility issue between c++17 and c++11 (#3081). * Fixed creating folders under windows when full path with drive letter is given (#3079). * Added mdc sample. Note: mdc is not supported in async loggers. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=100 --- spdlog.changes | 10 ++++++++++ spdlog.spec | 2 +- v1.14.0.tar.gz | 3 --- v1.14.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v1.14.0.tar.gz create mode 100644 v1.14.1.tar.gz diff --git a/spdlog.changes b/spdlog.changes index f287a79..2fd55b2 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 1 18:59:39 UTC 2024 - Bernd Ritter + +- Update spdlog to 1.14.1 + +- Release nots 1.14.1: + * Fixed compatibility issue between c++17 and c++11 (#3081). + * Fixed creating folders under windows when full path with drive letter is given (#3079). + * Added mdc sample. Note: mdc is not supported in async loggers. + ------------------------------------------------------------------- Fri Apr 26 06:15:49 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index 27f7f13..de69820 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -19,7 +19,7 @@ Name: spdlog %define lname libspdlog1_14 %define sover 1.14 -Version: 1.14.0 +Version: 1.14.1 Release: 0 Summary: C++ logging library License: MIT diff --git a/v1.14.0.tar.gz b/v1.14.0.tar.gz deleted file mode 100644 index 13c214e..0000000 --- a/v1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc -size 270013 diff --git a/v1.14.1.tar.gz b/v1.14.1.tar.gz new file mode 100644 index 0000000..3e58341 --- /dev/null +++ b/v1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b +size 270896 From 2406a60bfa2660df11268c8dea12b18ea25b500da44c7388823228f16058aefa Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Fri, 3 May 2024 14:27:37 +0000 Subject: [PATCH 2/3] - Fixing rpm build failure for target i586 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=101 --- spdlog.changes | 5 +++++ spdlog.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/spdlog.changes b/spdlog.changes index 2fd55b2..7e23469 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 3 14:27:01 UTC 2024 - Bernd Ritter + +- Fixing rpm build failure for target i586 + ------------------------------------------------------------------- Wed May 1 18:59:39 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index de69820..0090240 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -112,6 +112,7 @@ export LD_LIBRARY_PATH="$PWD/build" %{_libdir}/libspdlog.so %{_libdir}/cmake/spdlog/ %{_libdir}/pkgconfig/spdlog.pc +%{_libdir}/cmake %files -n %{lname} %{_libdir}/libspdlog.so.* From e685cb55cf7b41c0c58f2b58304507cc16e35a334970eff62066599a6b61e756 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Fri, 3 May 2024 15:11:52 +0000 Subject: [PATCH 3/3] - update fmt dependency to verrsion 10.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=102 --- spdlog.changes | 5 +++++ spdlog.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/spdlog.changes b/spdlog.changes index 7e23469..53e0c92 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 3 15:11:30 UTC 2024 - Bernd Ritter + +- update fmt dependency to verrsion 10.0 + ------------------------------------------------------------------- Fri May 3 14:27:01 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index 0090240..c205bba 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -37,7 +37,7 @@ BuildRequires: gcc8-c++ BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: (pkgconfig(catch2) >= 3) -BuildRequires: pkgconfig(fmt) >= 8.0.0 +BuildRequires: (pkgconfig(fmt) >= 10.0.0) BuildRequires: pkgconfig(libsystemd) %description