From dd502921478ee7eeaeace500929d294a09487a28 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 3 Dec 2019 04:01:10 +0100 Subject: rebuild against libfmt-6.1.0 The soname didn't change but it still broke. --- community/spdlog/APKBUILD | 9 ++++++--- community/spdlog/cassert.patch | 25 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 community/spdlog/cassert.patch (limited to 'community/spdlog') diff --git a/community/spdlog/APKBUILD b/community/spdlog/APKBUILD index fe5ecaffc1..9c51439d72 100644 --- a/community/spdlog/APKBUILD +++ b/community/spdlog/APKBUILD @@ -2,14 +2,16 @@ # Maintainer: Leo pkgname=spdlog pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Fast C++ logging library" url="https://github.com/gabime/spdlog" arch="all" license="MIT" makedepends="cmake fmt-dev" subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz + cassert.patch + " build() { mkdir build @@ -51,4 +53,5 @@ dev() { rmdir -p "$pkgdir"/usr/lib/spdlog || true } -sha512sums="886b489138a1bdf363b5eab65a7d973f570a01c399ff5b910fcfee172ad4ff4d42a45dc2ae24e77b07130df527fb13a86b3e55ac992e72c418aebb232e27eabf spdlog-1.4.2.tar.gz" +sha512sums="886b489138a1bdf363b5eab65a7d973f570a01c399ff5b910fcfee172ad4ff4d42a45dc2ae24e77b07130df527fb13a86b3e55ac992e72c418aebb232e27eabf spdlog-1.4.2.tar.gz +f3db0d78bcb6a3e29a061a67cec1583a2f4aee2ecd3309b29315f5c205482dc271eadac49ff186ec36547ab2e7c429b090da73bead82a8bed15b514af53710d8 cassert.patch" diff --git a/community/spdlog/cassert.patch b/community/spdlog/cassert.patch new file mode 100644 index 0000000000..18c87b816c --- /dev/null +++ b/community/spdlog/cassert.patch @@ -0,0 +1,25 @@ +diff --git a/include/spdlog/details/pattern_formatter-inl.h b/include/spdlog/details/pattern_formatter-inl.h +index 1b95eb6..a77a472 100644 +--- a/include/spdlog/details/pattern_formatter-inl.h ++++ b/include/spdlog/details/pattern_formatter-inl.h +@@ -15,6 +15,7 @@ + + #include + #include ++#include + #include + #include + #include +diff --git a/include/spdlog/details/thread_pool-inl.h b/include/spdlog/details/thread_pool-inl.h +index 77d0b1f..c773149 100644 +--- a/include/spdlog/details/thread_pool-inl.h ++++ b/include/spdlog/details/thread_pool-inl.h +@@ -9,6 +9,8 @@ + + #include "spdlog/common.h" + ++#include ++ + namespace spdlog { + namespace details { + -- cgit v1.2.3