diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-23 13:18:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-23 13:18:18 +0100 |
commit | b5d9c75c7064303e24b9704e1dd8f86c083fe9f7 (patch) | |
tree | 577f9ffce6775306deeca8b263fe2246267821b9 /php-phalcon3.spec | |
parent | 78ad98e8eead2b685e688ae8ea823ec18b5ede63 (diff) |
v3.1.0
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 0593712..2e4c8d9 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 2f52d45cdc1dfb9d9dac40a63a7ca333d785e68c +%global gh_commit 60ed9dd842015a05cfd7e0360c972154d85b3172 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.0.4 +Version: 3.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -246,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 23 2017 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- Update to 3.1.0 + * Tue Feb 21 2017 Remi Collet <remi@fedoraproject.org> - 3.0.4-1 - update to 3.0.4 |