diff options
| -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 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 <remi@remirepo.net> - 2.16.1-1 +- update to 2.16.1 +  * Fri Nov 18 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1  - update to 2.16.0  - lower dependency on PHP 8.0  | 
