diff options
| -rw-r--r-- | php-laminas-db.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-db.spec b/php-laminas-db.spec index fabf366..0ce1c89 100644 --- a/php-laminas-db.spec +++ b/php-laminas-db.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    f382589868928e628118d80144321223944625ca +%global gh_commit    dadd9a19d2f9e89aa59205572b928892b91ff1da  %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.2 +Version:        2.16.3  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret  %changelog +* Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 2.16.3-1 +- update to 2.16.3 +  * Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 2.16.2-1  - update to 2.16.2  | 
