summaryrefslogtreecommitdiffstats
path: root/php-phalcon3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r--php-phalcon3.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.4.4-1
+- update to 3.4.4
+
* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 3.4.3-4
- rebuild using zephir 0.10.16 for
https://github.com/phalcon/cphalcon/issues/14160