diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-29 10:22:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-29 10:22:27 +0200 |
commit | 260c729221084ae7675cb5ca6449bc4239e659bb (patch) | |
tree | ffea91e9a4ebe0128a413592de91ee2acebf0cf6 | |
parent | 2f4fb88e54247bec96d890ec8f4598e643df427b (diff) |
update to 2.11.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 bbc69fa..51ff944 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 d1bc565b23c2040fafde398a8a5db083c47928c0 +%global gh_commit 25b11d422c2e5dad868f68619888763b30f91e2d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global php_home %{_datadir}/php %global namespace Laminas @@ -36,7 +36,7 @@ %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{gh_project}%{major} -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} @@ -223,6 +223,9 @@ exit $RETURN_CODE %changelog +* Wed Jun 29 2022 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 + * Tue May 17 2022 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 |