diff options
| author | Remi Collet <remi@remirepo.net> | 2019-06-02 08:37:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-06-02 08:37:28 +0200 | 
| commit | 46b6f436c36f55431f6b7077a72e1b10558e111c (patch) | |
| tree | e3c7659f1442df9194afae7b5751b51c351cf662 | |
| parent | 0407ffde40767757d19420830d7e6c240387c939 (diff) | |
v3.7.8
| -rw-r--r-- | php-cakephp.spec | 12 | 
1 files changed, 8 insertions, 4 deletions
diff --git a/php-cakephp.spec b/php-cakephp.spec index 3d94cc1..4f94474 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@  #  # https://github.com/cakephp/cakephp/releases -%global gh_commit    b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6 +%global gh_commit    035458f3f4832b25acb685d6d2f47d4ca518cb8b  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     cakephp  %global gh_project   cakephp @@ -18,12 +18,12 @@  %global with_tests   0%{!?_without_tests:1}  # https://github.com/cakephp/chronos/releases -%global chronos_commit  8a2b005a2db173e1b5493002afb8e1e13c71a62a +%global chronos_commit  5af476617f8a2919a829b92df4f8c3c62e23f4c5  %global chronos_short   %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 1.2.5 +%global chronos_version 1.2.6  Name:           php-%{pk_vendor} -Version:        3.7.7 +Version:        3.7.8  Release:        1%{?dist}  Summary:        The CakePHP framework @@ -582,6 +582,10 @@ exit $ret  %changelog +* Sun Jun  2 2019 Remi Collet <remi@remirepo.net> - 3.7.8-1 +- update to 3.7.8 +- use Chronos 1.2.6 +  * Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 3.7.7-1  - update to 3.7.7  - use Chronos 1.2.5  | 
