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 3dbfc05..6a54bb0 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 20668423818ede9878df06a9d0621c77a5514dba +%global gh_commit ad188775dde89ad758dad9923ff558900914d59c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -25,8 +25,8 @@ %global chronos_version 2.3.2 Name: php-%{pk_vendor}%{major} -Version: 4.4.7 -Release: 2%{?dist} +Version: 4.4.8 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1155,6 +1155,9 @@ exit $ret %changelog +* Fri Dec 2 2022 Remi Collet <remi@remirepo.net> - 4.4.8-1 +- update to 4.4.8 + * Tue Nov 8 2022 Remi Collet <remi@remirepo.net> - 4.4.7-2 - update chronos to 2.3.2 |