diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-04 11:31:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-04 11:31:49 +0200 |
commit | b744829c7b1a37420a16fb696e1378eb121c9ff0 (patch) | |
tree | 2b725abd6fb6c2a8cf5f9e5f675e1b60a835f01a | |
parent | 02d4ad6171721ec76e213815fc671f1816008289 (diff) |
test build for https://github.com/phalcon/zephir/issues/1940
-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 |