From 472c4b763651bb275b6719e95d82a71a78aa79bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Mar 2020 11:36:38 +0100 Subject: v2.9.2 --- composer.json | 2 +- php-laminas-session.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5354e66..4cf916f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "laminas/laminas-validator": "^2.6", "mongodb/mongodb": "^1.0.1", "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", diff --git a/php-laminas-session.spec b/php-laminas-session.spec index 524d9c9..d53cea3 100644 --- a/php-laminas-session.spec +++ b/php-laminas-session.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 60b5cc844e09627d4f1a2a547e13268f376ccb3d +%global gh_commit fdba34c1b257235dba2fff6ed4df1844390f85f6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-session @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.9.1 +Version: 2.9.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -55,14 +55,14 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "laminas/laminas-validator": "^2.6", # "mongodb/mongodb": "^1.0.1", # "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0", -# "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" +# "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" BuildRequires: (php-composer(container-interop/container-interop) >= 1.1 with php-composer(container-interop/container-interop) < 2) BuildRequires: (php-autoloader(%{gh_owner}/laminas-cache) >= 2.6.1 with php-autoloader(%{gh_owner}/laminas-cache) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-db) >= 2.7 with php-autoloader(%{gh_owner}/laminas-db) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-http) >= 2.5.4 with php-autoloader(%{gh_owner}/laminas-http) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.0.3 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-validator) >= 2.6 with php-autoloader(%{gh_owner}/laminas-validator) < 3) -# remirepo:6 +# remirepo:11 %else BuildRequires: php-laminas-eventmanager BuildRequires: php-laminas-stdlib @@ -74,7 +74,7 @@ BuildRequires: php-laminas-http BuildRequires: php-laminas-servicemanager BuildRequires: php-laminas-validator %endif -BuildRequires: phpunit7 +BuildRequires: phpunit7 >= 7.5.20 BuildRequires: php-mock-phpunit2 >= 2.1.0 %endif # Autoloader @@ -105,7 +105,7 @@ Suggests: php-autoloader(%{gh_owner}/laminas-http) Suggests: php-autoloader(%{gh_owner}/laminas-servicemanager) Suggests: php-autoloader(%{gh_owner}/laminas-validator) Suggests: php-composer(mongodb/mongodb) -# remirepo:6 +# remirepo:5 %else Requires: php-laminas-eventmanager Requires: php-laminas-stdlib @@ -121,6 +121,7 @@ Requires: php-pcre Requires: php-session Requires: php-spl +# remirepo:2 Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} # Compatibily ensure by the bridge @@ -232,6 +233,9 @@ exit $ret %changelog +* Fri Mar 6 2020 Remi Collet - 2.9.2-1 +- update to 2.9.2 + * Tue Jan 14 2020 Remi Collet - 2.9.1-1 - switch to Laminas -- cgit