diff options
Diffstat (limited to 'php-laminas-session.spec')
-rw-r--r-- | php-laminas-session.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.16.0-1 +- update to 2.16.0 + * Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1 - update to 2.15.0 |