From b744829c7b1a37420a16fb696e1378eb121c9ff0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 11:31:49 +0200 Subject: test build for https://github.com/phalcon/zephir/issues/1940 --- zephir.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.12.6-2 +- test build for https://github.com/phalcon/zephir/issues/1940 + * Fri Oct 4 2019 Remi Collet - 0.12.6-1 - update to 0.12.6 -- cgit