diff options
-rw-r--r-- | php-cakephp4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 0b4d1bb..4005942 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 94ab7ac1b1e82a48bfec6c01b8ce603b01cb76a0 +%global gh_commit 2c0273a37023044b96a4d6471092f48f51225f8d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,7 +27,7 @@ %global chronos_version 2.0.5 Name: php-%{pk_vendor}%{major} -Version: 4.1.2 +Version: 4.1.3 Release: 1%{?dist} Summary: The CakePHP framework @@ -1136,6 +1136,9 @@ exit $ret %changelog +* Mon Aug 17 2020 Remi Collet <remi@remirepo.net> - 4.1.3-1 +- update to 4.1.3 + * Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.1.2-1 - update to 4.1.2 |