From 8c806a84a70408731dae99baa333dc0dabdbefaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jul 2019 07:05:21 +0200 Subject: v3.4.4 --- php-phalcon3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index a40fb2a..26e980d 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,7 +17,7 @@ %global pkg_name %{name} %endif -%global gh_commit 08e7bfc7091250349bcbb39f22f99399ad0c09c4 +%global gh_commit cc0cde0eb28faef05e9074e03c07e55d8ff0ed34 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,8 +34,8 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.3 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.4.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework License: MIT @@ -253,6 +253,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jul 1 2019 Remi Collet - 3.4.4-1 +- update to 3.4.4 + * Fri Jun 28 2019 Remi Collet - 3.4.3-4 - rebuild using zephir 0.10.16 for https://github.com/phalcon/cphalcon/issues/14160 -- cgit