From 8ff876cfc41c36734edfb6affc7316fe117ca425 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jan 2018 06:56:29 +0100 Subject: Update to 3.3.1 using zephir 0.10.7 --- php-phalcon3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 6394612..618b1b3 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-phalcon3 # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -13,14 +13,14 @@ %global pkg_name %{name} %endif -%global gh_commit f0732e9c2ac4c234afa30fcd4dff1b94d24fe24a +%global gh_commit a33c1874754d7c89f2affb2051256095f212eefd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.6 +%global zephir_ver 0.10.7 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -30,7 +30,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.3.0 +Version: 3.3.1 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 +* Wed Jan 10 2018 Remi Collet - 3.3.1-1 +- Update to 3.3.1 using zephir 0.10.7 + * Sun Dec 24 2017 Remi Collet - 3.3.0-1 - Update to 3.3.0 using zephir 0.10.6 -- cgit