diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-10 06:39:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-10 06:39:30 +0100 |
commit | e584a934608eecf270fd9de89c782457ca4d5a2b (patch) | |
tree | a744d148a7d4dece76f0f057591747c693d0a18c | |
parent | 4e46ee121f059c2c0242fa7897cc7581ecb627f8 (diff) |
update to 3.9.8
-rw-r--r-- | php-cakephp.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cakephp.spec b/php-cakephp.spec index 6c3589a..3bd0a31 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 48baa11e233b59de1fa5bea4c51d883d897d3c3e +%global gh_commit b0e43e810132a8b1f66cf89b038b54c090811c32 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,7 +23,7 @@ %global chronos_version 1.3.0 Name: php-%{pk_vendor} -Version: 3.9.7 +Version: 3.9.8 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 3.9.8-1 +- update to 3.9.8 + * Mon Mar 8 2021 Remi Collet <remi@remirepo.net> - 3.9.7-1 - update to 3.9.7 |