spdlog ver. bump

This commit is contained in:
Rmys
2024-08-18 19:03:55 +03:00
parent a11c239dd2
commit 380cdc365e
2 changed files with 27 additions and 2 deletions
@@ -0,0 +1,15 @@
diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
index 24361f30..6b4fc14c 100644
--- a/include/spdlog/tweakme.h
+++ b/include/spdlog/tweakme.h
@@ -71,7 +71,9 @@
// In this case spdlog will try to include <fmt/format.h> so set your -I flag
// accordingly.
//
-// #define SPDLOG_FMT_EXTERNAL
+#ifndef SPDLOG_FMT_EXTERNAL
+#define SPDLOG_FMT_EXTERNAL
+#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
+12 -2
View File
@@ -13,13 +13,16 @@
<PartOf>programming.library</PartOf> <PartOf>programming.library</PartOf>
<Summary>Fast C++ logging library.</Summary> <Summary>Fast C++ logging library.</Summary>
<Description>Very fast, header-only/compiled, C++ logging library.</Description> <Description>Very fast, header-only/compiled, C++ logging library.</Description>
<Archive sha1sum="b0d3106fe0e3c81a51c1bf710b6ac06daa496435" type="targz"> <Archive sha1sum="1f35eb7f07ae7ce424dce7a8b7f96b27e589d4c4" type="targz">
https://github.com/gabime/spdlog/archive/refs/tags/v1.11.0.tar.gz https://github.com/gabime/spdlog/archive/refs/tags/v1.12.0.tar.gz
</Archive> </Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>fmt-devel</Dependency> <Dependency>fmt-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches>
<Patch level="1">spdlog_fmt_external.patch</Patch>
</Patches>
</Source> </Source>
<Package> <Package>
@@ -47,6 +50,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2024-08-18</Date>
<Version>1.12.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2022-11-10</Date> <Date>2022-11-10</Date>
<Version>1.11.0</Version> <Version>1.11.0</Version>