diff options
-rw-r--r-- | php-laminas-progressbar.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-progressbar.spec b/php-laminas-progressbar.spec index 6f3e273..b7f70fa 100644 --- a/php-laminas-progressbar.spec +++ b/php-laminas-progressbar.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3efb7e1b4b36dcfc0a6e5580640d109ef57e56c9 +%global gh_commit cb57c459f3c2cef516e6d36218b70f780289d383 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-progressbar @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -193,6 +193,9 @@ exit $ret %changelog +* Mon Aug 1 2022 Remi Collet <remi@remirepo.net> - 2.10.1-1 +- update to 2.10.1 + * Mon Feb 7 2022 Remi Collet <remi@remirepo.net> - 2.10.0-1 - update to 2.10.0 |