diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-18 07:55:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-18 07:55:46 +0200 |
commit | bb15e69109a6e9b9ba7fc2f402667f4c98c6d36f (patch) | |
tree | 0a3b550f0a079c2fa28e07ba4d9ad4958284b46c | |
parent | 5fd6353bdecc84e012725d462773ee124fefd9cb (diff) |
use Chronos 1.2.8
-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 ecdb076..f8a4a37 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -18,13 +18,13 @@ %global with_tests 0%{!?_without_tests:1} # https://github.com/cakephp/chronos/releases -%global chronos_commit c981a911149151d5eceefccf1980f4554fc42619 +%global chronos_commit 0292f06e8cc23fc82f0574889da2d8bf27b613c1 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 1.2.7 +%global chronos_version 1.2.8 Name: php-%{pk_vendor} Version: 3.7.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The CakePHP framework License: MIT @@ -582,6 +582,9 @@ exit $ret %changelog +* Tue Jun 18 2019 Remi Collet <remi@remirepo.net> - 3.7.8-3 +- use Chronos 1.2.8 + * Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 3.7.8-2 - use Chronos 1.2.7 |