diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-04 08:04:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-04 08:04:21 +0200 |
commit | 3813ed647a67b9dd5ddc1c0cfb962e0b96cccae4 (patch) | |
tree | 38b65094379c8f3667d65d39f45f497851ad2b8c | |
parent | 42286fb7f995250ed05910c1a04192b93c4a90c7 (diff) |
v4.0.7
-rw-r--r-- | php-cakephp4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 51084b0..085f9d6 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -11,7 +11,7 @@ # Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View # https://github.com/cakephp/cakephp/releases -%global gh_commit 776a053fd360ac9c030730027bf37c7b7f69fba8 +%global gh_commit efd878ce4158eebcb3d124372d498ad947738aeb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,8 +27,8 @@ %global chronos_version 2.0.4 Name: php-%{pk_vendor}%{major} -Version: 4.0.6 -Release: 2%{?dist} +Version: 4.0.7 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Mon May 4 2020 Remi Collet <remi@remirepo.net> - 4.0.7-1 +- update to 4.0.7 + * Tue Apr 21 2020 Remi Collet <remi@remirepo.net> - 4.0.6-2 - update chronos to 2.0.4 |