From a4d469a98359e83e46a6fda7691a12f37d2e98d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Oct 2017 07:35:49 +0200 Subject: v3.2.4 --- php-phalcon3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index aad4028..2fd3383 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit a8635777097ac4b3ad6c51ec6bc1fe5fb86ca90e +%global gh_commit a0560cb3174b37d3b45a46986f5ac7aa1c7ffd81 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -30,7 +30,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.2.3 +Version: 3.2.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -251,6 +251,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 23 2017 Remi Collet - 3.2.4-1 +- Update to 3.2.4 using zephir 0.10.4 + * Fri Oct 13 2017 Remi Collet - 3.2.3-1 - Update to 3.2.3 using zephir 0.10.3 - open https://github.com/phalcon/cphalcon/issues/13117 conflicts -- cgit