summaryrefslogtreecommitdiffstats
path: root/php-sebastian-recursion-context6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 11:41:59 +0200
committerRemi Collet <remi@php.net>2024-07-03 11:41:59 +0200
commitda73ef0e995b92b9b8bf06ee1955e1077454cb6d (patch)
tree5a23c00a0f42feaa76e0d536212b491d4fbafd52 /php-sebastian-recursion-context6.spec
parent1a226ec48f2b199e9e1b20f9278728620c8779ae (diff)
update to 6.0.2HEADmaster
Diffstat (limited to 'php-sebastian-recursion-context6.spec')
-rw-r--r--php-sebastian-recursion-context6.spec13
1 files changed, 7 insertions, 6 deletions
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 <remi@remirepo.net> - 6.0.2-1
+- update to 6.0.2
+
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 6.0.1-1
- update to 6.0.1