diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-09 13:58:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-09 13:58:50 +0200 |
commit | 06404369345040fe644c2ed558cd4fc8adf37b79 (patch) | |
tree | 40cceb4740dc4fcdac032354af84249838df30b5 | |
parent | 1435ca3b4fbce0168649368f35f145bff2a26a47 (diff) |
update to 3.10.0
-rw-r--r-- | php-laminas-stdlib.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index 51cb4ed..e45ca05 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 1df1cc0b9c2b8c7d1e322da1669a576386b5da46 +%global gh_commit 449c0405e182bfe77702604a474668fbb63e9907 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-stdlib @@ -23,7 +23,7 @@ %global library Stdlib Name: php-%{gh_project} -Version: 3.9.1 +Version: 3.10.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -175,6 +175,9 @@ exit $ret %changelog +* Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 3.10.0-1 +- update to 3.10.0 + * Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 3.9.1-1 - update to 3.9.1 |