diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-08 07:43:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-08 07:43:13 +0200 |
commit | 2bc39cc815eb04ed091a044ba91e69812feaea0a (patch) | |
tree | 0bd4c5fc644c0436cfabc33c4eab1cd323df72a8 | |
parent | edb24a11ea3d8cbc9b26a1b81f47891b4d050ad0 (diff) |
v3.8.12
-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 0c2ff08..24a5804 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 74f2083bc612b438f30bb9bff86bea65d6bd19bf +%global gh_commit e6a6342dd238ea0eed656808262cfc02ef44a0f2 %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.8.11 +Version: 3.8.12 Release: 1%{?dist} Summary: The CakePHP framework @@ -583,6 +583,9 @@ exit $ret %changelog +* Fri May 8 2020 Remi Collet <remi@remirepo.net> - 3.8.12-1 +- update to 3.8.12 + * Mon Apr 6 2020 Remi Collet <remi@remirepo.net> - 3.8.11-1 - update to 3.8.11 |