From 6715718e0c8f500dec50c82bd5b3ff97bc7a5361 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 10:20:36 +0200 Subject: update to 4.2.8 --- composer.json | 2 +- php-cakephp4.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 84d0710..b6cffb8 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.7.0 && mv composer.backup composer.json", + "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", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml" }, diff --git a/php-cakephp4.spec b/php-cakephp4.spec index ba894a2..9a3602f 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit bd2d476e0b14b21c6103eca789667a016ec14458 +%global gh_commit f667f708baeaf700bb7f3934fe2cc75c240d77bf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,8 +28,8 @@ %global chronos_version 2.2.0 Name: php-%{pk_vendor}%{major} -Version: 4.2.7 -Release: 2%{?dist} +Version: 4.2.8 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 4.2.8-1 +- update to 4.2.8 + * Thu Jun 17 2021 Remi Collet - 4.2.7-2 - update chronos to 2.2.0 -- cgit