From 2ecdebfd0b6831d3b1d9f9cac6b5274a678f8657 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 10:30:19 +0100 Subject: update to 2.16.1 --- php-laminas-db.spec | 7 +++++-- 1 file 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 - 2.16.1-1 +- update to 2.16.1 + * Fri Nov 18 2022 Remi Collet - 2.16.0-1 - update to 2.16.0 - lower dependency on PHP 8.0 -- cgit