diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-11 09:03:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-11 09:03:24 +0200 |
commit | 9962b88ba395c6646818433250d959126db003ae (patch) | |
tree | a0bd98f6b6294a4625038d09290a6c15e9bf143a | |
parent | d5b2fd68926568529d7c54058bd92637c595e076 (diff) |
update to 2.25.1
-rw-r--r-- | php-laminas-diactoros2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec index e8895b6..6fb0311 100644 --- a/php-laminas-diactoros2.spec +++ b/php-laminas-diactoros2.spec @@ -10,7 +10,7 @@ %global gh_owner laminas %global gh_project laminas-diactoros -%global gh_commit 0e9dd2516460be1a9c26ccdf9091ef293a1c3c6f +%global gh_commit 13f45e5ba09c9b27752247d3be186fc49c2ca3a5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global php_home %{_datadir}/php %global namespace Laminas @@ -37,7 +37,7 @@ %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{gh_project}%{major} -Version: 2.25.0 +Version: 2.25.1 Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} @@ -220,6 +220,9 @@ exit $RETURN_CODE %changelog +* Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 2.25.1-1 +- update to 2.25.1 + * Fri Apr 7 2023 Remi Collet <remi@remirepo.net> - 2.25.0-1 - update to 2.25.0 - raise dependency on psr/http-message 1.1 |