From 2bd3e106f9c7d7ac2a1b39dff63d2ad019cdee5b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Mar 2021 09:50:21 +0100 Subject: update to 2.11.0 (no change) --- php-laminas-filter.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-laminas-filter.spec') diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index f99f0f3..0248b22 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit cfb40b104e92a0b52bee696b74f958798ad8faa4 +%global gh_commit dd295a15f5c13d0c13d69ca0107190b1f2083d91 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-filter @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.10.0 +Version: 2.11.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -50,7 +50,9 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "pear/archive_tar": "^1.4.3", # "phpspec/prophecy-phpunit": "^2.0", # "phpunit/phpunit": "^9.3", -# "psr/http-factory": "^1.0" +# "psalm/plugin-phpunit": "^0.15.1", +# "psr/http-factory": "^1.0", +# "vimeo/psalm": "^4.6" BuildRequires: (php-autoloader(%{gh_owner}/laminas-crypt) >= 3.2.1 with php-autoloader(%{gh_owner}/laminas-crypt) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.3 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-uri) >= 2.6 with php-autoloader(%{gh_owner}/laminas-uri) < 3) @@ -224,6 +226,9 @@ exit $ret %changelog +* Wed Mar 17 2021 Remi Collet - 2.11.0-1 +- update to 2.11.0 (no change) + * Wed Jan 6 2021 Remi Collet - 2.10.0-1 - update to 2.10.0 - raise dependency on PHP 7.3 -- cgit