diff options
| -rw-r--r-- | php-laminas-server.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-server.spec b/php-laminas-server.spec index 9d867f3..5780070 100644 --- a/php-laminas-server.spec +++ b/php-laminas-server.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-php-laminas-server  # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4 +%global gh_commit    b91fd8aed71a6b45addc55eda4bb4c3adb21b698  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-server @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        2.9.1 +Version:        2.9.2  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component @@ -186,6 +186,9 @@ exit $ret  %changelog +* Fri Apr  9 2021 Remi Collet <remi@remirepo.net> - 2.9.2-1 +- update to 2.9.2 +  * Wed Dec  2 2020 Remi Collet <remi@remirepo.net> - 2.9.1-1  - update to 2.9.1  | 
