diff options
-rw-r--r-- | php-cakephp.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cakephp.spec b/php-cakephp.spec index f8a4a37..ed29011 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 035458f3f4832b25acb685d6d2f47d4ca518cb8b +%global gh_commit 1e89aa0399ce4c0f9af764e3b61aa24826278feb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,8 +23,8 @@ %global chronos_version 1.2.8 Name: php-%{pk_vendor} -Version: 3.7.8 -Release: 3%{?dist} +Version: 3.7.9 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -582,6 +582,9 @@ exit $ret %changelog +* Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 3.7.9-1 +- update to 3.7.9 + * Tue Jun 18 2019 Remi Collet <remi@remirepo.net> - 3.7.8-3 - use Chronos 1.2.8 |