summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-recursion-context7.spec20
1 files changed, 14 insertions, 6 deletions
diff --git a/php-sebastian-recursion-context7.spec b/php-sebastian-recursion-context7.spec
index 40bfb29..9f45ef6 100644
--- a/php-sebastian-recursion-context7.spec
+++ b/php-sebastian-recursion-context7.spec
@@ -7,14 +7,13 @@
# Please, preserve the changelog entries
#
-# disabled until phpunit12 available
-%bcond_with tests
+%bcond_without tests
-%global gh_commit c405ae3a63e01b32eb71577f8ec1604e39858a7c
+%global gh_commit 0b01998a7d5b1f122911a66bebcb8d46f0c82d8c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project recursion-context
-%global gh_date 2025-02-07
+%global gh_date 2025-08-13
# Packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -25,7 +24,7 @@
%global php_home %{_datadir}/php
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 7.0.0
+Version: 7.0.1
Release: 1%{?dist}
Summary: Recursively process PHP variables, version %{major}
@@ -83,7 +82,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php83 php84; do
+for cmd in php php83 php84 php85; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit12 || ret=1
@@ -103,6 +102,15 @@ exit $ret
%changelog
+* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1
+- update to 7.0.1
+
+* Thu Jun 26 2025 Remi Collet <remi@remirepo.net> - 7.0.0-3
+- add upstream patch for test suite with phpunit 12.2
+
+* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2
+- enable test suite
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1
- update to 7.0.0
- raise dependency on PHP 8.3