From 0777c6d14a9145939172a9e06600b86f73807d9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Apr 2021 08:57:32 +0200 Subject: update chronos to 2.1.2 --- php-cakephp4.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index a230005..edf2437 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -23,21 +23,20 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit 5929b743aec34b3a2f74c70c383706f7f12e2725 +%global chronos_commit 1d187c71587c97520c00491f626e0f255144953e %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.1.1 +%global chronos_version 2.1.2 Name: php-%{pk_vendor}%{major} Version: 4.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT URL: https://cakephp.org/ Source0: %{name}-%{version}-%{gh_short}.tgz -Source1: makesrc.sh -Source2: %{name}-chronos-%{chronos_version}-%{chronos_short}.tgz -Source3: makesrc2.sh +Source1: %{name}-chronos-%{chronos_version}-%{chronos_short}.tgz +Source2: makesrc.sh BuildArch: noarch BuildRequires: php-cli @@ -603,7 +602,7 @@ that can validate arbitrary arrays of data with ease. %prep -%setup -q -n %{gh_project}-%{gh_commit} -a 2 +%setup -q -n %{gh_project}-%{gh_commit} -a 1 mv chronos-*/src src/Chronos mv chronos-*/tests tests2 @@ -953,7 +952,6 @@ export LANG=fr_FR.UTF-8 ret=0 : Run chronos test suite %{_bindir}/phpunit8 tests2 \ - --filter '^((?!(testDiffInMonthsIgnoreTimezone)).)*$' \ --verbose || ret=1 : Run cakephp test suite @@ -1132,6 +1130,9 @@ exit $ret %changelog +* Wed Apr 7 2021 Remi Collet - 4.2.5-2 +- update chronos to 2.1.2 + * Tue Apr 6 2021 Remi Collet - 4.2.5-1 - update to 4.2.5 -- cgit