diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-01 14:33:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-01 14:33:23 +0200 |
commit | f47fc40ed25ff2f613e61db0035a579251bdb298 (patch) | |
tree | c2c7972278302778c3ec0e269be6e86ad1f17be1 /php-laminas-progressbar.spec | |
parent | 1bbc84fc6a414cc69adeae7f2b40806a9e4d8b91 (diff) |
update to 2.10.1
Diffstat (limited to 'php-laminas-progressbar.spec')
-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 |