diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-24 08:14:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-24 08:14:20 +0200 |
commit | 0407ffde40767757d19420830d7e6c240387c939 (patch) | |
tree | 1f4460c78f2966bf95a44a4091dda3fa697c126d /php-cakephp.spec | |
parent | 28919e3ba8e1cdc17faa2bf6829d852bddc4601e (diff) |
update to 3.7.7
use Chronos 1.2.5
Diffstat (limited to 'php-cakephp.spec')
-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 648e5e7..3d94cc1 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit e5d50ddf5ca1069a029c16bac58413bb01b205ab +%global gh_commit b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6 %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 ebda7326d4a65e53bc5bb915ebbbeee98f1926b0 +%global chronos_commit 8a2b005a2db173e1b5493002afb8e1e13c71a62a %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 1.2.4 +%global chronos_version 1.2.5 Name: php-%{pk_vendor} -Version: 3.7.6 +Version: 3.7.7 Release: 1%{?dist} Summary: The CakePHP framework @@ -582,6 +582,10 @@ exit $ret %changelog +* Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 3.7.7-1 +- update to 3.7.7 +- use Chronos 1.2.5 + * Wed Apr 10 2019 Remi Collet <remi@remirepo.net> - 3.7.6-1 - update to 3.7.6 |