summaryrefslogtreecommitdiffstats
path: root/php-laminas-session.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-session.spec')
-rw-r--r--php-laminas-session.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-session.spec b/php-laminas-session.spec
index 8c1d285..635aa76 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 d4498592e0af23ab800f7b28b8e13072487af4b3
+%global gh_commit 175957825cb7a43bcb6e132a5fad89800c12884f
%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.14.0
+Version: 2.15.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -56,7 +56,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0
# "laminas/laminas-validator": "^2.28",
# "mongodb/mongodb": "v1.13.0",
# "phpunit/phpunit": "^9.5.26",
-# "psalm/plugin-phpunit": "^0.17.0",
+# "psalm/plugin-phpunit": "^0.18.0",
# "vimeo/psalm": "^4.30.0"
# ignore versions
BuildRequires: (php-autoloader(%{gh_owner}/laminas-cache) >= 2.6.1 with php-autoloader(%{gh_owner}/laminas-cache) < 3)
@@ -233,6 +233,9 @@ exit $ret
%changelog
+* Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1
+- update to 2.15.0
+
* Tue Nov 15 2022 Remi Collet <remi@remirepo.net> - 2.14.0-1
- update to 2.14.0
- raise dependency on PHP 8.0