Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
spdlog
Commits:
d43495bc by Carl Smedstad at 2024-12-29T08:43:44+01:00
upgpkg: 1.15.0-2: fmt 11.1 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = spdlog
pkgdesc = Very fast, header-only/compiled, C++ logging library
pkgver = 1.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gabime/spdlog
arch = x86_64
license = MIT
@@ -13,9 +13,9 @@ pkgbase = spdlog
provides = libspdlog.so
source =
spdlog-1.15.0.tar.gz::https://github.com/gabime/spdlog/archive/v1.15.0.tar.gz
source = spdlog_fmt_external.patch
- source =
fix_build_with_fmt11.patch::https://github.com/gabime/spdlog/commit/d276069a6e916b1e1fd45885b15b72bd8ee000a7.patch
+ source =
fix_update_to_string_view_function_for_fmt_11.1.patch::https://github.com/gabime/spdlog/commit/276ee5f5c0eb13626bd367b006ace5eae9526d8a.patch
sha256sums =
9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
sha256sums =
a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f
- sha256sums =
9208168114b0996d6c4b74cfbdf145ed3209680bef258b9306467c39f1149202
+ sha256sums =
7491e085df3f456b14d3df99629282e2d82105e2fe5d75024fb8f230affddd19
pkgname = spdlog
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=spdlog
pkgver=1.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='Very fast, header-only/compiled, C++ logging library'
arch=('x86_64')
url='https://github.com/gabime/spdlog'
@@ -21,18 +21,19 @@ makedepends=(
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz"
"spdlog_fmt_external.patch"
-
"fix_build_with_fmt11.patch::https://github.com/gabime/spdlog/commit/d276069a6e916b1e1fd45885b15b72bd8ee000a7.patch"
+
"fix_update_to_string_view_function_for_fmt_11.1.patch::https://github.com/gabime/spdlog/commit/276ee5f5c0eb13626bd367b006ace5eae9526d8a.patch"
)
provides=(
'libspdlog.so'
)
sha256sums=('9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f'
- '9208168114b0996d6c4b74cfbdf145ed3209680bef258b9306467c39f1149202')
+ '7491e085df3f456b14d3df99629282e2d82105e2fe5d75024fb8f230affddd19')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 <../spdlog_fmt_external.patch
+ patch -p1 < ../spdlog_fmt_external.patch
+ patch -p1 < ../fix_update_to_string_view_function_for_fmt_11.1.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/d43495bca77e927f96c8c963b3a60ed76f5a7d47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/d43495bca77e927f96c8c963b3a60ed76f5a7d47
You're receiving this email because of your account on gitlab.archlinux.org.