From b3019cbe5cc183602aa5f5f13a1e98b6e80e5aae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 14:35:34 +0200 Subject: update to 4.0.7 --- php-sebastian-comparator4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-sebastian-comparator4.spec') diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec index d2f187b..21ef52b 100644 --- a/php-sebastian-comparator4.spec +++ b/php-sebastian-comparator4.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-sebastian-comparator4 # -# Copyright (c) 2014-2020 Remi Collet +# Copyright (c) 2014-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 55f4261989e546dc112258c7a75935a81a7ce382 +%global gh_commit 7fa545db548c90bdebeb9da0583001a252be5578 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.6 +Version: 4.0.7 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -114,7 +114,7 @@ mkdir vendor : Run upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit9 --no-coverage --verbose || ret=1 @@ -135,6 +135,9 @@ exit $ret %changelog +* Wed Sep 14 2022 Remi Collet - 4.0.7-1 +- update to 4.0.7 + * Tue Oct 27 2020 Remi Collet - 4.0.6-1 - update to 4.0.6 -- cgit