diff options
| -rw-r--r-- | php-laminas-mvc.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index d26d0f8..26b4e67 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    16bb3bc6bed6cc42ef4d2e5e7dc4a5c97841c6a2 +%global gh_commit    7ff2bfbe64048aa83c6d1c7edcbab849123f0150  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mvc @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        3.3.2 +Version:        3.3.3  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -286,6 +286,9 @@ exit $ret  %changelog +* Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 3.3.3-1 +- update to 3.3.3 (no change) +  * Wed Feb  9 2022 Remi Collet <remi@remirepo.net> - 3.3.2-1  - update to 3.3.2  | 
