diff options
| author | Remi Collet <remi@remirepo.net> | 2022-11-22 09:37:32 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-11-22 09:37:32 +0100 | 
| commit | 32d65ccbe22c2f406f8466d55ea32fdef450b88a (patch) | |
| tree | 107b24064f7da8fe4633e59db21a227d7df53cad | |
| parent | 13fd17eb097a5c3cc753d25aab2d799f7bbe1c59 (diff) | |
update to 2.22.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 8eaed91..f056f6d 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    e5b6419fea007b8b4a71034edc8ec96c88d4c57d +%global gh_commit    df8c7f9e11d854269f4aa7c06ffa38caa42e4405  %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.21.0 +Version:       2.22.0  Release:       1%{?gh_release}%{?dist}  Summary:       PSR HTTP Message implementations v%{major} @@ -220,6 +220,9 @@ exit $RETURN_CODE  %changelog +* Tue Nov 22 2022 Remi Collet <remi@remirepo.net> - 2.22.0-1 +- update to 2.22.0 +  * Mon Nov 14 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1  - update to 2.21.0 | 
