diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-08 12:35:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-08 12:35:41 +0200 |
commit | a3749847c4dfdee8222c270422f32484e8dbec6e (patch) | |
tree | 7d6bd3a4ddca83947af33282dd82dc9557085098 /php-cakephp4.spec | |
parent | d5df823a92a52ebf9e6dd3bcbbc32fa3acea7db9 (diff) |
update to 4.4.5
Diffstat (limited to 'php-cakephp4.spec')
-rw-r--r-- | php-cakephp4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index b160fc5..43ea4a3 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit b053b2d7c457d7a60c67d3e9e6357eb7ef743721 +%global gh_commit 45c91d7ed8a8804d20daf2e001e8e2b292aed77d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -25,7 +25,7 @@ %global chronos_version 2.3.0 Name: php-%{pk_vendor}%{major} -Version: 4.4.4 +Version: 4.4.5 Release: 1%{?dist} Summary: The CakePHP framework @@ -1154,6 +1154,9 @@ exit $ret %changelog +* Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 4.4.5-1 +- update to 4.4.5 + * Mon Aug 8 2022 Remi Collet <remi@remirepo.net> - 4.4.4-1 - update to 4.4.4 |