diff options
Diffstat (limited to 'php-phalcon2.spec')
-rw-r--r-- | php-phalcon2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 7365bd4..3b76fb9 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -9,7 +9,7 @@ %{?scl: %scl_package php-phalcon} %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit dc2ab65202d78064cfcb96298d494e967bf19499 +%global gh_commit b346d3b591d01d75fb36870291af31dc79f9ead0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -25,7 +25,7 @@ %endif Name: %{?scl_prefix}php-phalcon2 -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Phalcon Framework @@ -229,6 +229,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- update to 2.0.6 + * Wed Jul 15 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 - update to 2.0.5 |