Skip to content

Commit cbab9c9

Browse files
committed
spdlog bump
1 parent 41de896 commit cbab9c9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ is_openbsd = host_machine.system() == 'openbsd'
6969

7070
thread_dep = dependency('threads')
7171
fmt = dependency('fmt', version : ['>=8.1.1'], fallback : ['fmt', 'fmt_dep'])
72-
spdlog = dependency('spdlog', version : ['>=1.10.0'], fallback : ['spdlog', 'spdlog_dep'], default_options : ['external_fmt=enabled', 'std_format=disabled', 'tests=disabled'])
72+
spdlog = dependency('spdlog', version : ['>=1.15.2'], fallback : ['spdlog', 'spdlog_dep'], default_options : ['std_format=disabled', 'tests=disabled'])
7373
wayland_client = dependency('wayland-client')
7474
wayland_cursor = dependency('wayland-cursor')
7575
wayland_protos = dependency('wayland-protocols')

subprojects/spdlog.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = spdlog-1.14.1
3-
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz
4-
source_filename = spdlog-1.14.1.tar.gz
5-
source_hash = 1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
6-
patch_filename = spdlog_1.14.1-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.14.1-1/get_patch
8-
patch_hash = ae878e732330ea1048f90d7e117c40c0cd2a6fb8ae5492c7955818ce3aaade6c
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.14.1-1/spdlog-1.14.1.tar.gz
10-
wrapdb_version = 1.14.1-1
2+
directory = spdlog-1.15.2
3+
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.15.2.tar.gz
4+
source_filename = spdlog-1.15.2.tar.gz
5+
source_hash = 7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d
6+
patch_filename = spdlog_1.15.2-3_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.15.2-3/get_patch
8+
patch_hash = d5ab078661f571ef5113a8e4bc5c4121e16c044e7772a24b44b1ca8f3ee7c6cb
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.15.2-3/spdlog-1.15.2.tar.gz
10+
wrapdb_version = 1.15.2-3
1111

1212
[provide]
1313
spdlog = spdlog_dep

0 commit comments

Comments
 (0)