diff options
Diffstat (limited to 'php-laminas-diactoros2.spec')
-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 7d678ef..d29c203 100644 --- a/php-laminas-diactoros2.spec +++ b/php-laminas-diactoros2.spec @@ -11,7 +11,7 @@ %global gh_owner laminas %global gh_project laminas-diactoros %global zf_name zend-diactoros -%global gh_commit 5ab185dba63ec655a2380c97711b09adc7061f89 +%global gh_commit 2ffc7cc816f6207b27923ee15edf6fac668390aa %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.3.0 +Version: 2.3.1 Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} @@ -252,6 +252,9 @@ exit $RETURN_CODE %changelog +* Wed Jul 8 2020 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Tue Apr 28 2020 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |