diff options
| -rw-r--r-- | php-laminas-db.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-db.spec b/php-laminas-db.spec index 0ce1c89..4eb6a89 100644 --- a/php-laminas-db.spec +++ b/php-laminas-db.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-laminas-db  # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    dadd9a19d2f9e89aa59205572b928892b91ff1da +%global gh_commit    9020ba27ffa4966c03cac743144bfd6716fdab60  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-db @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        2.16.3 +Version:        2.17.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret  %changelog +* Thu Feb  2 2023 Remi Collet <remi@remirepo.net> - 2.17.0-1 +- update to 2.17.0 +  * Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 2.16.3-1  - update to 2.16.3  | 
