diff options
| author | Remi Collet <remi@remirepo.net> | 2021-07-09 06:56:38 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-07-09 06:56:38 +0200 | 
| commit | e6e52c34f615adacc83dcdecd911f5502686a441 (patch) | |
| tree | 30adfe5c54db239f138d63e0a62976d2d7da9ac2 | |
| parent | c6f280bca62f88793451b9aeee6b9c9fc2048db9 (diff) | |
| -rw-r--r-- | php-laminas-cache.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-cache.spec b/php-laminas-cache.spec index 1cb61cc..6f7362c 100644 --- a/php-laminas-cache.spec +++ b/php-laminas-cache.spec @@ -11,7 +11,7 @@  # When buid without laminas-session  %global bootstrap    0 -%global gh_commit    f825aecc67f40e8bc499500373e5de700b95d00b +%global gh_commit    775cf8815cfd5a654f9b7b341ebaf28e72aa457d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-cache @@ -87,7 +87,7 @@  Name:           php-%{gh_project} -Version:        2.11.2 +Version:        2.11.3  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -388,6 +388,9 @@ exit $ret  %changelog +* Fri Jul  9 2021 Remi Collet <remi@remirepo.net> - 2.11.3-1 +- update to 2.11.3 (no change) +  * Fri Jun  4 2021 Remi Collet <remi@remirepo.net> - 2.11.2-1  - update to 2.11.2  - update laminas-cache-storage-adapter-redis to 1.2.0  | 
