From b27bc8c0c92685855a054e219f88639c5005655c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Dec 2022 11:33:49 +0100 Subject: update to 2.16.2 --- php-laminas-db.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-db.spec b/php-laminas-db.spec index e301f8c..fabf366 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 2bdc91a08d903fb981b451adfb8548eeb8a87c80 +%global gh_commit f382589868928e628118d80144321223944625ca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-db @@ -22,11 +22,11 @@ %endif Name: php-%{gh_project} -Version: 2.16.1 +Version: 2.16.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -198,6 +198,9 @@ exit $ret %changelog +* Wed Dec 14 2022 Remi Collet - 2.16.2-1 +- update to 2.16.2 + * Tue Dec 6 2022 Remi Collet - 2.16.1-1 - update to 2.16.1 -- cgit