diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-02 08:16:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-02 08:16:10 +0200 |
commit | 18c93643f6cbaba7b224bbb570805d749084cb98 (patch) | |
tree | 089765baaba76a605fa7530efad1eedcc4092a68 | |
parent | cd33f46c6e6b3071ffd9e56a63bc1131f9594881 (diff) |
v3.6.12
-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 a0b630a..fc21626 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit ddbfcdb479cfaa59f6e8c3433bf85aa71bff492d +%global gh_commit cb3034e636e256e8726e3a4383e5ae77fe4e86ef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -24,7 +24,7 @@ %global chronos_version 1.1.4 Name: php-%{pk_vendor} -Version: 3.6.11 +Version: 3.6.12 Release: 1%{?dist} Summary: The CakePHP framework @@ -443,6 +443,9 @@ exit $ret %changelog +* Tue Oct 2 2018 Remi Collet <remi@remirepo.net> - 3.6.12-1 +- update to 3.6.12 + * Mon Sep 3 2018 Remi Collet <remi@remirepo.net> - 3.6.11-1 - update to 3.6.11 |