diff options
| -rw-r--r-- | php-laminas-mvc-plugin-flashmessenger.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-laminas-mvc-plugin-flashmessenger.spec b/php-laminas-mvc-plugin-flashmessenger.spec index 6bf40e2..c60328c 100644 --- a/php-laminas-mvc-plugin-flashmessenger.spec +++ b/php-laminas-mvc-plugin-flashmessenger.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    86bb1c654e5fafaf34d4deaa7dc9af721fbcb42d +%global gh_commit    7293ba47e068304e3c1cacd4013ac2e615f96625  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mvc-plugin-flashmessenger @@ -24,7 +24,7 @@  %endif  Name:           php-%{gh_project} -Version:        1.8.0 +Version:        1.8.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library}/%{subproj}/%{subsubp} component @@ -201,6 +201,9 @@ exit $ret  %changelog +* Wed Aug  3 2022 Remi Collet <remi@remirepo.net> - 1.8.1-1 +- update to 1.8.1 (no change) +  * Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.8.0-1  - update to 1.8.0 | 
