diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 10:30:19 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 10:30:19 +0100 |
commit | 2ecdebfd0b6831d3b1d9f9cac6b5274a678f8657 (patch) | |
tree | e6f8c56f7cf224e3fdbacee4a0014731f219af5d /php-laminas-db.spec | |
parent | 1a90e1b27ddd7cf2caf58b057e1088ef9c8a066b (diff) |
update to 2.16.1
Diffstat (limited to 'php-laminas-db.spec')
-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 86f325e..e301f8c 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 0fb9d7a32b40036a158961a5df082ff421321aa7 +%global gh_commit 2bdc91a08d903fb981b451adfb8548eeb8a87c80 %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.0 +Version: 2.16.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 2.16.1-1 +- update to 2.16.1 + * Fri Nov 18 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1 - update to 2.16.0 - lower dependency on PHP 8.0 |