spdlog: update to 1.15.1

This commit is contained in:
Biswapriyo Nath
2025-02-06 05:57:27 +00:00
parent 3191200fef
commit db8dddbd70

View File

@@ -3,8 +3,8 @@
_realname=spdlog
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.15.0
pkgrel=2
pkgver=1.15.1
pkgrel=1
pkgdesc='Very fast, header-only/compiled, C++ logging library (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -16,10 +16,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja")
depends=("${MINGW_PACKAGE_PREFIX}-fmt")
source=("https://github.com/gabime/spdlog/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"fix_update_to_string_view_function_for_fmt_11.1.patch::https://github.com/gabime/spdlog/commit/276ee5f5c0eb13626bd367b006ace5eae9526d8a.patch"
001-spdlog_fmt_external.patch)
sha256sums=('9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5'
'7491e085df3f456b14d3df99629282e2d82105e2fe5d75024fb8f230affddd19'
sha256sums=('25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f')
apply_patch_with_msg() {
@@ -35,7 +33,6 @@ prepare() {
# copied from https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/blob/189f1145/spdlog_fmt_external.patch
apply_patch_with_msg \
fix_update_to_string_view_function_for_fmt_11.1.patch \
001-spdlog_fmt_external.patch
find . -name "*.orig" -exec rm -f {} \;