From 658260e864963a992d13839ac79ad119bf2cc365 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 07:51:22 +0100 Subject: update to 1.7.0 --- composer.json | 8 ++++---- php-laminas-mvc-i18n.spec | 19 +++++++++++-------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 4fca816..d706b90 100644 --- a/composer.json +++ b/composer.json @@ -43,10 +43,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.29.0" + "phpspec/prophecy-phpunit": "^2.0.1", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^5.0.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", diff --git a/php-laminas-mvc-i18n.spec b/php-laminas-mvc-i18n.spec index b3fe974..cfa452c 100644 --- a/php-laminas-mvc-i18n.spec +++ b/php-laminas-mvc-i18n.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b073da7b27ec8a8e8cf6df770cd58c1ba38af096 +%global gh_commit 571f3e34afbff14351677c450f872a0dd19f9d28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mvc-i18n @@ -23,7 +23,7 @@ %endif Name: php-%{gh_project} -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library}/%{subproj} component @@ -48,11 +48,11 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-validator) >= 2.19 BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.2 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~2.4.0", -# "phpspec/prophecy-phpunit": "^2.0", -# "phpunit/phpunit": "^9.5", -# "psalm/plugin-phpunit": "^0.17.0", -# "vimeo/psalm": "^4.29.0" -BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0 with php-composer(phpspec/prophecy-phpunit) < 3) +# "phpspec/prophecy-phpunit": "^2.0.1", +# "phpunit/phpunit": "^9.5.26", +# "psalm/plugin-phpunit": "^0.18.0", +# "vimeo/psalm": "^5.0.0" +BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0.1 with php-composer(phpspec/prophecy-phpunit) < 3) # remirepo:9 %else BuildRequires: php-laminas-i18n @@ -64,7 +64,7 @@ BuildRequires: php-laminas-zendframework-bridge BuildRequires: php-phpspec-prophecy-phpunit %endif %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5 +BuildRequires: phpunit9 >= 9.5.26 %endif # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -214,6 +214,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet - 1.7.0-1 +- update to 1.7.0 + * Mon Oct 24 2022 Remi Collet - 1.6.0-1 - update to 1.6.0 - raise dependency on PHP 8.0 -- cgit