diff options
-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 |