From 2f5bea08d7b3a979a5f3aa10cdc21836a7c39d5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Nov 2020 08:23:11 +0100 Subject: update to 4.1.6 --- composer.json | 2 +- php-cakephp4.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 23bd51e..d5ed4a0 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,7 @@ "@phpstan", "@psalm" ], - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.48 psalm/phar:~3.16 && mv composer.backup composer.json" + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.49 psalm/phar:~3.18.1 && mv composer.backup composer.json" }, "config": { "sort-packages": true, diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 918b058..d90302a 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -11,7 +11,7 @@ # Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View # https://github.com/cakephp/cakephp/releases -%global gh_commit 3d409286a21a4b95106426ab383b89050d561585 +%global gh_commit d8c526bb3e5640235282d189fb071e9c800b4f49 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,7 +27,7 @@ %global chronos_version 2.0.6 Name: php-%{pk_vendor}%{major} -Version: 4.1.5 +Version: 4.1.6 Release: 1%{?dist} Summary: The CakePHP framework @@ -1135,6 +1135,9 @@ exit $ret %changelog +* Mon Nov 9 2020 Remi Collet - 4.1.6-1 +- update to 4.1.6 + * Mon Oct 5 2020 Remi Collet - 4.1.5-1 - update to 4.1.5 -- cgit