summaryrefslogtreecommitdiffstats
path: root/php-cakephp4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-20 08:28:15 +0100
committerRemi Collet <remi@remirepo.net>2021-01-20 08:28:15 +0100
commit69d343290503e115524de3d23889d51ae8187237 (patch)
tree6a1836be7a87d6bc5d4075c58972e3ccafeecc2c /php-cakephp4.spec
parent0397bd8f09d713eead433669245e8541d21358b1 (diff)
update chronos to 2.1.0
Diffstat (limited to 'php-cakephp4.spec')
-rw-r--r--php-cakephp4.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index c7ebf63..caa2d4d 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -23,13 +23,13 @@
%global major 4
# https://github.com/cakephp/chronos/releases
-%global chronos_commit 30baea51824076719921c6c2d720bfd6b49e6dca
+%global chronos_commit 3f119d1eb8105ed2c43bb72e8fc5c78487620089
%global chronos_short %(c=%{chronos_commit}; echo ${c:0:7})
-%global chronos_version 2.0.6
+%global chronos_version 2.1.0
Name: php-%{pk_vendor}%{major}
Version: 4.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The CakePHP framework
License: MIT
@@ -952,12 +952,9 @@ sed -e 's:vendor/phpunit/phpunit/src/::' -i \
export LANG=fr_FR.UTF-8
ret=0
: Run chronos test suite
-%{_bindir}/phpunit8 tests2 --verbose || ret=1
-
-# https://github.com/cakephp/cakephp/pull/15229
-sed -e 's/BinaryUuiditems/BinaryUuidItems/' \
- -e 's/BinaryUuidItemsBinaryUuidtags/BinaryUuiditemsBinaryUuidtags/' \
- -i tests/TestCase/ORM/Association/BelongsToManyTest.php
+%{_bindir}/phpunit8 tests2 \
+ --filter '^((?!(testDiffInMonthsIgnoreTimezone)).)*$' \
+ --verbose || ret=1
: Run cakephp test suite
# testEmailDeep|testConfigContext|testDataAvailable|testAddresses|testHost are online
@@ -1135,6 +1132,9 @@ exit $ret
%changelog
+* Wed Jan 20 2021 Remi Collet <remi@remirepo.net> - 4.2.2-2
+- update chronos to 2.1.0
+
* Thu Jan 7 2021 Remi Collet <remi@remirepo.net> - 4.2.2-1
- update to 4.2.2