diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-19 10:40:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-19 10:40:14 +0100 |
commit | ad5385b46a59890e0ddd7820dbf6661185f82b88 (patch) | |
tree | 585cae0f23e25cb6c6bc6927c87f2af0cc1bb360 | |
parent | b27bc8c0c92685855a054e219f88639c5005655c (diff) |
update to 2.16.3
-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 |