diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-02 10:35:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-02 10:35:34 +0100 |
commit | 0301e7aa29ad5f5e8aee2fff74f2dad4fdefbcac (patch) | |
tree | bc86fdb440dd61340e7d8eddf8e475bd6dd18d19 | |
parent | a3659e5c5702a7db2e525f06ba8fe34371825b26 (diff) |
update to 2.9.1
-rw-r--r-- | php-laminas-server.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-server.spec b/php-laminas-server.spec index aeba71d..9d867f3 100644 --- a/php-laminas-server.spec +++ b/php-laminas-server.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9cce0abbdff0d873add767e36389b9df348bc0b5 +%global gh_commit 9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4 %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.0 +Version: 2.9.1 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -186,6 +186,9 @@ exit $ret %changelog +* Wed Dec 2 2020 Remi Collet <remi@remirepo.net> - 2.9.1-1 +- update to 2.9.1 + * Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 2.9.0-1 - update to 2.9.0 - raise dependency on PHP 7.3 |