diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-06 14:25:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-06 14:25:00 +0200 |
commit | 15ad7122222f488e5784fcddb1ffd848c8491e47 (patch) | |
tree | f6a6f8dd80184287b18d2ac23875761598c5f3b5 | |
parent | 29fec307d91889d60d5b715106ff6217693787b2 (diff) |
update to 2.12.0
-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 |