From da73ef0e995b92b9b8bf06ee1955e1077454cb6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 11:41:59 +0200 Subject: update to 6.0.2 --- php-sebastian-recursion-context6.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-sebastian-recursion-context6.spec') diff --git a/php-sebastian-recursion-context6.spec b/php-sebastian-recursion-context6.spec index e899084..9b0d754 100644 --- a/php-sebastian-recursion-context6.spec +++ b/php-sebastian-recursion-context6.spec @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit 2f15508e17af4ea35129bbc32ce28a814d9c7426 +%global gh_commit 694d156164372abbd149a4b85ccda2e4670c0e16 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context -%global gh_date 2024-06-17 +%global gh_date 2024-07-03 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -25,7 +25,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.0.1 +Version: 6.0.2 Release: 1%{?dist} Summary: Recursively process PHP variables, version %{major} @@ -84,7 +84,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php82 php83; do +for cmd in php php82 php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit11 || ret=1 @@ -97,8 +97,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md composer.json %dir %{php_home}/%{ns_vendor} @@ -106,6 +104,9 @@ exit $ret %changelog +* Wed Jul 3 2024 Remi Collet - 6.0.2-1 +- update to 6.0.2 + * Tue Jul 2 2024 Remi Collet - 6.0.1-1 - update to 6.0.1 -- cgit