diff options
-rw-r--r-- | zephir.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/zephir.spec b/zephir.spec index cec319e..7a45de4 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit dd5e3f852ef284b700c02264ca6dcb21914e626c +%global gh_commit 98c5a73576e06c73886b7a4eb2bc69dfeafb3840 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -325,6 +325,9 @@ esac %changelog +* Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 0.12.6-2 +- test build for https://github.com/phalcon/zephir/issues/1940 + * Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 0.12.6-1 - update to 0.12.6 |