diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-21 08:54:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-21 08:54:14 +0100 |
commit | a6d8491b44a6693cd7c089b894b0cd54a876b127 (patch) | |
tree | 11de393f2cfd4534cb57d8901222d12e72d5cad6 /php-laminas-paginator.spec | |
parent | 9a9392dc56bb8b3b60cfb0dd24e7eb6e2dbd15b7 (diff) |
update to 2.15.1
Diffstat (limited to 'php-laminas-paginator.spec')
-rw-r--r-- | php-laminas-paginator.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-paginator.spec b/php-laminas-paginator.spec index a32e9e6..2b08819 100644 --- a/php-laminas-paginator.spec +++ b/php-laminas-paginator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 83c3ff8d5d35afd2b1287d5a80ece9eb9164f639 +%global gh_commit 7070769de9b3d94270154c4bf24d4884e65c29f3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-paginator @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.15.0 +Version: 2.15.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -214,6 +214,9 @@ exit $ret %changelog +* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 2.15.1-1 +- update to 2.15.1 + * Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1 - update to 2.15.0 - raise dependency on PHP 8.0 |