diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-11 16:03:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-11 16:03:45 +0200 |
commit | f64915c560d50df4f8918bd1cf8036d6fd9547c9 (patch) | |
tree | c9568d7c6d13e7db218d50f886b191be7e4d1ff0 | |
parent | 9d7dd3ed3a9f8257ae76dabedaf3d05a5659d40b (diff) |
update to 2.15.0
-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 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 <remi@remirepo.net> - 2.15.0-1 +- update to 2.15.0 + * Wed Mar 30 2022 Remi Collet <remi@remirepo.net> - 2.14.1-1 - update to 2.14.1 - lower dependency on PHP 7.3 |