diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-07 10:32:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-07 10:32:33 +0200 |
commit | 09ef7df750e28cc45deeb02f5e26b79c09b95b7e (patch) | |
tree | a26b7675fcd4ac5b842c616e900636cb1f32e092 /php-cakephp.spec | |
parent | fc9db120db56b595e4815da5ea3472b5ad29ea08 (diff) |
v3.8.5
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 49ec045..eca1549 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit a2ff473a20f467458680b6841a3fdb190eef113d +%global gh_commit ea64434740f0d2a53438f95a3de414de63a11101 %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.2.8 Name: php-%{pk_vendor} -Version: 3.8.4 +Version: 3.8.5 Release: 1%{?dist} Summary: The CakePHP framework @@ -582,6 +582,9 @@ exit $ret %changelog +* Mon Oct 7 2019 Remi Collet <remi@remirepo.net> - 3.8.5-1 +- update to 3.8.5 + * Mon Sep 16 2019 Remi Collet <remi@remirepo.net> - 3.8.4-1 - update to 3.8.4 |