diff options
| -rw-r--r-- | php-cakephp.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-cakephp.spec b/php-cakephp.spec index 19bd207..dd9aa2d 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@  #  # https://github.com/cakephp/cakephp/releases -%global gh_commit    9a67c9d7158d5e299418f9956d1a8af39128cf57 +%global gh_commit    171923fc1fd83fad95bc49858b866f04b0a7223a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     cakephp  %global gh_project   cakephp @@ -24,7 +24,7 @@  %global chronos_version 1.1.4  Name:           php-%{pk_vendor} -Version:        3.6.7 +Version:        3.6.8  Release:        1%{?dist}  Summary:        The CakePHP framework @@ -443,6 +443,9 @@ exit $ret  %changelog +* Tue Jul 24 2018 Remi Collet <remi@remirepo.net> - 3.6.8-1 +- update to 3.6.8 +  * Mon Jul  9 2018 Remi Collet <remi@remirepo.net> - 3.6.7-1  - update to 3.6.7 | 
