summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-27 07:55:29 +0100
committerRemi Collet <remi@remirepo.net>2020-02-27 07:55:29 +0100
commit27aa014a7e6a5ea6f4901363693f900986773b40 (patch)
tree8fedb1785901fd0052aa66a04e46232b065c14ad
parentcb13c929b30c403a4fbd85a861b13e25c8750f7a (diff)
update chronos to 2.0.3
-rw-r--r--php-cakephp4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index 1093a24..72cdfc6 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -22,13 +22,13 @@
%global major 4
# https://github.com/cakephp/chronos/releases
-%global chronos_commit e1044d27cabf12d19097b436001aa96a3c2e4b0a
+%global chronos_commit 0b176c8e8abb18b552b789f60250188a74d534ab
%global chronos_short %(c=%{chronos_commit}; echo ${c:0:7})
-%global chronos_version 2.0.2
+%global chronos_version 2.0.3
Name: php-%{pk_vendor}%{major}
Version: 4.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The CakePHP framework
License: MIT
@@ -1134,6 +1134,9 @@ exit $ret
%changelog
+* Sat Feb 22 2020 Remi Collet <remi@remirepo.net> - 4.0.4-2
+- update chronos to 2.0.3
+
* Sat Feb 22 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1
- update to 4.0.4
- provides the full framework as php-cakephp4