diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-31 08:36:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-31 08:36:38 +0100 |
commit | ed8becef047336a40b3ac11438d826e930e0e986 (patch) | |
tree | dcffe9aa11487db931032f66ef2ac83078a040a9 /php-phalcon3.spec | |
parent | 8c806a84a70408731dae99baa333dc0dabdbefaf (diff) |
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r-- | php-phalcon3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 3.4.5-1 +- update to 3.4.5 + * Mon Jul 1 2019 Remi Collet <remi@remirepo.net> - 3.4.4-1 - update to 3.4.4 |