From 5a0f2a4627ba2e0f1a967ad8cdfdcbc4c9736bfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Mar 2020 08:44:13 +0100 Subject: add TODO --- php-pecl-yac.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 3e79388..920f85d 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -14,6 +14,10 @@ %scl_package php-pecl-yac %endif +# TODO use --enable-msgpack +# See https://github.com/laruence/yac/issues/107 - Serializer choice at runtime +# And https://github.com/laruence/yac/pull/106 - module dep + %global gh_commit 7e5a9edfcfb6ad064c165a0b6abf8d11218fe4b5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laruence -- cgit