diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-14 11:33:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-14 11:33:49 +0100 |
commit | b27bc8c0c92685855a054e219f88639c5005655c (patch) | |
tree | ee4ef5201acd4e382279ce333e32de124196d8c0 /php-laminas-db.spec | |
parent | 2ecdebfd0b6831d3b1d9f9cac6b5274a678f8657 (diff) |
update to 2.16.2
Diffstat (limited to 'php-laminas-db.spec')
-rw-r--r-- | php-laminas-db.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.16.2-1 +- update to 2.16.2 + * Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 2.16.1-1 - update to 2.16.1 |