From 7105069476c8e6f0ec760da667c9d8db2d902c2a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Oct 2021 07:30:35 +0200 Subject: update to 4.2.10 --- composer.json | 2 +- php-cakephp4.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b6cffb8..2575cda 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ "@phpstan", "@psalm" ], - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.88 psalm/phar:~4.8.1 && mv composer.backup composer.json", + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.94 psalm/phar:~4.9.3 && mv composer.backup composer.json", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml" }, diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 9a3602f..367ce14 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit f667f708baeaf700bb7f3934fe2cc75c240d77bf +%global gh_commit ea47e927083e2f4bfaed0c404756d9852b617cad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,7 +28,7 @@ %global chronos_version 2.2.0 Name: php-%{pk_vendor}%{major} -Version: 4.2.8 +Version: 4.2.10 Release: 1%{?dist} Summary: The CakePHP framework @@ -1130,6 +1130,12 @@ exit $ret %changelog +* Thu Oct 14 2021 Remi Collet - 4.2.10-1 +- update to 4.2.10 + +* Mon Sep 13 2021 Remi Collet - 4.2.9-1 +- update to 4.2.9 + * Mon Jul 19 2021 Remi Collet - 4.2.8-1 - update to 4.2.8 -- cgit