diff --git a/spdlog.changes b/spdlog.changes index f287a79..53e0c92 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + +- Fixing rpm build failure for target i586 + +------------------------------------------------------------------- +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..c205bba 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 @@ -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 @@ -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.* 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