diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-30 09:32:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-30 09:32:22 +0200 |
commit | c24007e24e59eecc8b5f19fe6706957a41d92848 (patch) | |
tree | f521aa6d942d7e6aebe60ff11f01279676294420 | |
parent | 27aa014a7e6a5ea6f4901363693f900986773b40 (diff) |
update to 4.0.5
-rw-r--r-- | php-cakephp4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 72cdfc6..714f79a 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -11,7 +11,7 @@ # Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View # https://github.com/cakephp/cakephp/releases -%global gh_commit 0be143baa8592a110489406905ca3e074993efa5 +%global gh_commit 0838ec85670337d1f7da1b903f39ae16deacf1cf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,8 +27,8 @@ %global chronos_version 2.0.3 Name: php-%{pk_vendor}%{major} -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.0.5 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 4.0.5-1 +- update to 4.0.5 + * Sat Feb 22 2020 Remi Collet <remi@remirepo.net> - 4.0.4-2 - update chronos to 2.0.3 |