diff options
Diffstat (limited to 'php-cakephp4.spec')
-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 edf2437..d9a9b91 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit fe9a4e932d1008b65c165aea2b2ee599bd1fc3d3 +%global gh_commit 243a54d83438d9e9d5e3f4ccc1e379dcd20b5a38 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,8 +28,8 @@ %global chronos_version 2.1.2 Name: php-%{pk_vendor}%{major} -Version: 4.2.5 -Release: 2%{?dist} +Version: 4.2.6 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Thu May 6 2021 Remi Collet <remi@remirepo.net> - 4.2.6-1 +- update to 4.2.6 + * Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 4.2.5-2 - update chronos to 2.1.2 |