From 8db5df303570497517bf1a2fc2ab660233000510 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Aug 2020 06:40:41 +0200 Subject: update to 3.9.1 --- composer.json | 2 +- php-cakephp.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3f3c96d..f067f44 100644 --- a/composer.json +++ b/composer.json @@ -103,6 +103,6 @@ "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml", "phpstan": "phpstan analyse -c phpstan.neon -l 2 src/", - "phpstan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan-shim:^0.11 && mv composer.backup composer.json" + "phpstan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan-shim:^0.11 --no-update && composer update && mv composer.backup composer.json" } } diff --git a/php-cakephp.spec b/php-cakephp.spec index 1f40c22..a0afc89 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 2687a47f7f339a66ccc77dff9f9f8eab6fd8fc1d +%global gh_commit 80ab26f311cb2b6b8999c999e294a719ac33a868 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,7 +23,7 @@ %global chronos_version 1.3.0 Name: php-%{pk_vendor} -Version: 3.9.0 +Version: 3.9.1 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Mon Aug 10 2020 Remi Collet - 3.9.1-1 +- update to 3.9.1 + * Mon Jun 22 2020 Remi Collet - 3.9.0-1 - update to 3.9.0 - add dependency on paragonie/random_compat -- cgit