From 07fc1c7af654b7f668c34e932ecdde8cedbbd896 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 09:58:51 +0100 Subject: update to 2.16.0 --- composer.json | 2 +- php-laminas-session.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ed051cb..6fb5dad 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "mongodb/mongodb": "~1.13.0", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.30" + "vimeo/psalm": "^5.0" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", diff --git a/php-laminas-session.spec b/php-laminas-session.spec index 635aa76..37d5413 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 175957825cb7a43bcb6e132a5fad89800c12884f +%global gh_commit 9c845a0361625d5775cad6f043716196201ad41f %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.15.0 +Version: 2.16.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -57,7 +57,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "mongodb/mongodb": "v1.13.0", # "phpunit/phpunit": "^9.5.26", # "psalm/plugin-phpunit": "^0.18.0", -# "vimeo/psalm": "^4.30.0" +# "vimeo/psalm": "^5.0" # ignore versions 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.15 with php-autoloader(%{gh_owner}/laminas-db) < 3) @@ -233,6 +233,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet - 2.16.0-1 +- update to 2.16.0 + * Wed Nov 16 2022 Remi Collet - 2.15.0-1 - update to 2.15.0 -- cgit