summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-09 07:52:55 +0200
committerRemi Collet <remi@php.net>2022-06-09 07:52:55 +0200
commit1435ca3b4fbce0168649368f35f145bff2a26a47 (patch)
tree8bad1155f59c02b4411cea7d65c01f1d04a979ed
parent2601883bb8a8585ad88cef12c293b34360bffcfe (diff)
update to 3.9.1
-rw-r--r--php-laminas-stdlib.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec
index 3fd767f..51cb4ed 100644
--- a/php-laminas-stdlib.spec
+++ b/php-laminas-stdlib.spec
@@ -13,7 +13,7 @@
%bcond_without tests
%endif
-%global gh_commit bcd869e2fe88d567800057c1434f2380354fe325
+%global gh_commit 1df1cc0b9c2b8c7d1e322da1669a576386b5da46
%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.7.1
+Version: 3.9.1
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -145,7 +145,7 @@ EOF
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} $filter --verbose || ret=1
@@ -175,6 +175,9 @@ exit $ret
%changelog
+* Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 3.9.1-1
+- update to 3.9.1
+
* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 3.7.1-1
- update to 3.7.1