diff options
| -rw-r--r-- | php-laminas-filter.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index c049040..5ce24f6 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    c038ae257028b57b1f96df0d4ccb68cfc04eaa40 +%global gh_commit    336b7571820c1d1d2443c34fa46f39884885e67c  %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.27.0 +Version:        2.28.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -225,6 +225,12 @@ exit $ret  %changelog +* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 2.28.1-1 +- update to 2.28.1 (no change) + +* Tue Nov  8 2022 Remi Collet <remi@remirepo.net> - 2.28.0-1 +- update to 2.28.0 +  * Tue Nov  8 2022 Remi Collet <remi@remirepo.net> - 2.27.0-1  - update to 2.27.0  | 
