diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-20 06:46:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-20 06:46:18 +0200 |
commit | 8f55adc3b7f995c3b21682b6e1c6a7332fd30bbb (patch) | |
tree | 5ff6eb1a532563127cfc2cdac362b80cc842fcf4 /php-cakephp.spec | |
parent | bb15e69109a6e9b9ba7fc2f402667f4c98c6d36f (diff) |
v3.7.9
Diffstat (limited to 'php-cakephp.spec')
-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 |