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 b3436bf..003c437 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 78846cbce0550ec174508a646f46fd6dee76099b +%global gh_commit 54d4682ac51c005db15c50543e76796a86606fe9 %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.2 +Version: 2.12.0 Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} @@ -223,6 +223,9 @@ exit $RETURN_CODE %changelog +* Wed Jul 6 2022 Remi Collet <remi@remirepo.net> - 2.12.0-1 +- update to 2.12.0 + * Thu Jun 30 2022 Remi Collet <remi@remirepo.net> - 2.11.2-1 - update to 2.11.2 |