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 1995fe7..459855f 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@  #  # https://github.com/cakephp/cakephp/releases -%global gh_commit    bf96319a3688c191742d4a3a1680740abef1b371 +%global gh_commit    d01515c90646590183e34bc40cf8d9911f88ef5c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     cakephp  %global gh_project   cakephp @@ -23,7 +23,7 @@  %global chronos_version 1.3.0  Name:           php-%{pk_vendor} -Version:        3.8.7 +Version:        3.8.8  Release:        1%{?dist}  Summary:        The CakePHP framework @@ -583,6 +583,9 @@ exit $ret  %changelog +* Thu Jan  2 2020 Remi Collet <remi@remirepo.net> - 3.8.8-1 +- update to 3.8.8 +  * Mon Dec  9 2019 Remi Collet <remi@remirepo.net> - 3.8.7-1  - update to 3.8.7  | 
