diff --git a/.gitattributes b/.gitattributes index 1631641..a0f5811 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,8 @@ # Use `binary` to make sure certain files are never auto-detected as text. # #*.png binary + +spdlog-bench/spdlog-bench/bench_src symlink=dir +spdlog-tests/spdlog-tests/tests_src symlink=dir +spdlog/spdlog/include symlink=dir +spdlog/spdlog/src symlink=dir diff --git a/spdlog-bench/manifest b/spdlog-bench/manifest index 6923794..0fc143a 100644 --- a/spdlog-bench/manifest +++ b/spdlog-bench/manifest @@ -1,6 +1,6 @@ : 1 name: spdlog-bench -version: 1.10.0+3 +version: 1.11.0 project: spdlog summary: Benchmarks package for spdlog topics: logging, C++ diff --git a/spdlog-tests/manifest b/spdlog-tests/manifest index 48e852c..bfad7da 100644 --- a/spdlog-tests/manifest +++ b/spdlog-tests/manifest @@ -1,6 +1,6 @@ : 1 name: spdlog-tests -version: 1.10.0+3 +version: 1.11.0 project: spdlog summary: Tests package for spdlog topics: logging, C++ diff --git a/spdlog/manifest b/spdlog/manifest index d535c3a..721eb38 100644 --- a/spdlog/manifest +++ b/spdlog/manifest @@ -1,6 +1,6 @@ : 1 name: spdlog -version: 1.10.0+3 +version: 1.11.0 project: spdlog summary: Fast C++ logging library. license: MIT ; MIT License @@ -20,6 +20,6 @@ requires: c++ >= 11 depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 -depends: fmt ^8.1.1 +depends: fmt ^9.1.0 build-exclude: linux_debian_10-emcc_2.0.25 ; Compiler error, use at your own risks. diff --git a/upstream b/upstream index 76fb40d..ad0e89c 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 76fb40d95455f249bd70824ecfcae7a8f0930fa3 +Subproject commit ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36