summaryrefslogtreecommitdiffstats
path: root/php-laminas-code4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-21 09:41:58 +0100
committerRemi Collet <remi@php.net>2022-11-21 09:41:58 +0100
commitd540260e304d08fbbb5afd9950dc5534a294d2f0 (patch)
tree721896e3a1bebb2193682b6bc848b27e6efd252e /php-laminas-code4.spec
parent737b62059f59878c41712b620a3eb33aa82716da (diff)
update to 4.7.1
Diffstat (limited to 'php-laminas-code4.spec')
-rw-r--r--php-laminas-code4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec
index ba2dd03..463b535 100644
--- a/php-laminas-code4.spec
+++ b/php-laminas-code4.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 0337d9265bc2e6376babad8c511500821620cb30
+%global gh_commit 91aabc066d5620428120800c0eafc0411e441a62
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-code
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_project}%{major}
-Version: 4.7.0
+Version: 4.7.1
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -134,7 +134,7 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.p
EOF
ret=0
-for cmd in php php74 php80 php81 php82; do
+for cmd in php php80 php81 php82; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 --verbose || ret=1
fi
@@ -156,6 +156,9 @@ exit $ret
%changelog
+* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 4.7.1-1
+- update to 4.7.1
+
* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 4.7.0-1
- update to 4.7.0