From f64915c560d50df4f8918bd1cf8036d6fd9547c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Apr 2022 16:03:45 +0200 Subject: update to 2.15.0 --- 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 7794f6c..19d0283 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 7daba1149e69dc828ce083844cde1101c0418afa +%global gh_commit 1125ef2e55108bdfcc1f0030d3a0f9b895e09606 %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.14.1 +Version: 2.15.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -202,6 +202,9 @@ exit $ret %changelog +* Mon Apr 11 2022 Remi Collet - 2.15.0-1 +- update to 2.15.0 + * Wed Mar 30 2022 Remi Collet - 2.14.1-1 - update to 2.14.1 - lower dependency on PHP 7.3 -- cgit