From ed8becef047336a40b3ac11438d826e930e0e986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 08:36:38 +0100 Subject: v3.4.5 --- 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 26e980d..78b9973 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,7 +17,7 @@ %global pkg_name %{name} %endif -%global gh_commit cc0cde0eb28faef05e9074e03c07e55d8ff0ed34 +%global gh_commit 3ef7dbbfb43df4d1e68bd5b578e966f87bea77a1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,7 +34,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.4 +Version: 3.4.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -253,6 +253,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Oct 31 2019 Remi Collet - 3.4.5-1 +- update to 3.4.5 + * Mon Jul 1 2019 Remi Collet - 3.4.4-1 - update to 3.4.4 -- cgit