diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-06 14:48:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-06 14:48:22 +0100 |
commit | 62790ff9f69e66d25b1c18cd4c532e03526a9b33 (patch) | |
tree | 1f9bdb1dc767f24cd06327be10c8d74ffbadbd4c | |
parent | 582950f268ade910c42ee22724f48ad20a1a3232 (diff) |
update to 4.2.1
-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 1f707ea..889f5dd 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit d4b68a6dd2404d0b8cc7431838a39ec44b3f5f6b +%global gh_commit 9fb456002f603517c658ccf2c3cfdf50ed0d472f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,7 +28,7 @@ %global chronos_version 2.0.6 Name: php-%{pk_vendor}%{major} -Version: 4.2.0 +Version: 4.2.1 Release: 1%{?dist} Summary: The CakePHP framework @@ -1135,6 +1135,9 @@ exit $ret %changelog +* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1 +- update to 4.2.1 + * Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 4.2.0-1 - update to 4.2.0 - add dependency on league/container |