diff options
| -rw-r--r-- | php-laminas-filter.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 1feb365..e7c5e9d 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    fa2ef11911a5b99e4323ee24e9ed85703f14a983 +%global gh_commit    7835f3f3227b1892676cb7366fbed0e521cac845  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-filter @@ -18,7 +18,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.20.0 +Version:        2.21.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret  %changelog +* Fri Sep 30 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1 +- update to 2.21.0 +  * Thu Sep 22 2022 Remi Collet <remi@remirepo.net> - 2.20.0-1  - update to 2.20.0 | 
