From 4dee18946db783122074c4fbf14994074e94c386 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 10:23:48 +0100 Subject: update to 1.6.0 --- composer.json | 6 +++--- php-laminas-mvc-plugin-fileprg.spec | 17 ++++++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index bb87359..a1428b8 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.29.0" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.4" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", diff --git a/php-laminas-mvc-plugin-fileprg.spec b/php-laminas-mvc-plugin-fileprg.spec index e9f309f..a81171b 100644 --- a/php-laminas-mvc-plugin-fileprg.spec +++ b/php-laminas-mvc-plugin-fileprg.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 407ef6288f03f65132ec72629bc2675d303e7a3c +%global gh_commit 0ad4cbfdb77ccbefc6b0c62c26b81514b79d58f3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mvc-plugin-fileprg @@ -24,11 +24,11 @@ %endif Name: php-%{gh_project} -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library}/%{subproj}/%{subsubp} component -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -40,9 +40,9 @@ BuildRequires: php(language) >= 7.4 BuildRequires: php-reflection # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~2.4.0", -# "phpunit/phpunit": "^9.5.26", -# "psalm/plugin-phpunit": "^0.18.0", -# "vimeo/psalm": "^4.29.0" +# "phpunit/phpunit": "^9.5.27", +# "psalm/plugin-phpunit": "^0.18.4", +# "vimeo/psalm": "^5.4" # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-autoloader(%{gh_owner}/laminas-filter) >= 2.13.1 with php-autoloader(%{gh_owner}/laminas-filter) < 3) @@ -65,7 +65,7 @@ BuildRequires: php-laminas-validator BuildRequires: php-laminas-zendframework-bridge %endif %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.26 +BuildRequires: phpunit9 >= 9.5.27 %endif # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -216,6 +216,9 @@ exit $ret %changelog +* Wed Dec 21 2022 Remi Collet - 1.6.0-1 +- update to 1.6.0 + * Wed Dec 7 2022 Remi Collet - 1.5.0-1 - update to 1.5.0 (no change) -- cgit