diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-27 08:44:13 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-27 08:44:13 +0100 |
commit | 5a0f2a4627ba2e0f1a967ad8cdfdcbc4c9736bfb (patch) | |
tree | 3a21b85b3591430aca5051f583453821ff9917af | |
parent | 55e9a30d0a51e5b937bd0007895a47856324b74e (diff) |
add TODO
-rw-r--r-- | php-pecl-yac.spec | 4 |
1 files changed, 4 insertions, 0 deletions
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 |