diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-16 09:17:35 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-16 09:17:35 +0100 |
commit | 237d39f0f39aa4671b3a0fe57c22d6c46354420f (patch) | |
tree | e3d85399de23945dd0db8c352daa87b9f67e1d89 /php-cakephp.spec | |
parent | 2cf4fde34e0b399873c1e5de5d29e55534380c60 (diff) |
update to 3.9.4
Diffstat (limited to 'php-cakephp.spec')
-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 6cb8212..830fb25 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 74f60e2e1f15c8fd27653db2ee835d426b59ee83 +%global gh_commit 00364a31ddc8f713a63a01949f805c293a1c1422 %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.3 +Version: 3.9.4 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Mon Nov 16 2020 Remi Collet <remi@remirepo.net> - 3.9.4-1 +- update to 3.9.4 + * Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 3.9.3-1 - update to 3.9.3 |