From eff0e4f2c8657147c1547cbcc2d491c157ffbeaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Sep 2022 13:41:25 +0200 Subject: update to 2.13.1 --- php-laminas-xmlrpc.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-laminas-xmlrpc.spec') diff --git a/php-laminas-xmlrpc.spec b/php-laminas-xmlrpc.spec index b17e800..13f0faa 100644 --- a/php-laminas-xmlrpc.spec +++ b/php-laminas-xmlrpc.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-xmlrpc # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit fd41d5fbcffc52d3d707d08d15ede95008e739f7 +%global gh_commit f04ac9d5f33c2297b49b9fac78127a57fa90fa5f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-xmlrpc @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.13.0 +Version: 2.13.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -201,7 +201,7 @@ exit (class_exists("\\Zend\\%{library}\\Server") ? 0 : 1); : 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} --verbose || ret=1 @@ -224,6 +224,9 @@ exit $ret %changelog +* Wed Sep 21 2022 Remi Collet - 2.13.1-1 +- update to 2.13.1 + * Tue Dec 7 2021 Remi Collet - 2.13.0-1 - update to 2.13.0 -- cgit