summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-27 10:23:59 +0200
committerRemi Collet <remi@php.net>2022-10-27 10:23:59 +0200
commit1ded16c4f832ace6209d1267b6bb25b640e1419d (patch)
treeaadb445a77f640e576d5f1d6d38921b4071a3280
parent4c9a9e5eb3cb4b0f98daf31c90f6c621cb4a6bb4 (diff)
update to 2.15.3
-rw-r--r--php-laminas-log.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-log.spec b/php-laminas-log.spec
index fb5566c..20d011e 100644
--- a/php-laminas-log.spec
+++ b/php-laminas-log.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 178b850d8b4a480e4a9e61a2ae849e8511c17d49
+%global gh_commit 1deab9c4bc484bbe21be5f0119a90e91d0da548c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-log
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.15.2
+Version: 2.15.3
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -226,7 +226,7 @@ exit (class_exists("\\Zend\\%{library}\\Logger") ? 0 : 1);
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} || ret=1
@@ -249,6 +249,9 @@ exit $ret
%changelog
+* Thu Oct 27 2022 Remi Collet <remi@remirepo.net> - 2.15.3-1
+- update to 2.15.3
+
* Fri Jul 22 2022 Remi Collet <remi@remirepo.net> - 2.15.2-1
- update to 2.15.2