diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | phpunit13.spec | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 1e7843b..0d55f1a 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "require": { "php": ">=8.4.1", "ext-dom": "*", + "ext-filter": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", diff --git a/phpunit13.spec b/phpunit13.spec index bef1fc3..9a7663e 100644 --- a/phpunit13.spec +++ b/phpunit13.spec @@ -31,7 +31,7 @@ %global ver_minor 2 Name: %{pk_project}%{ver_major} -Version: 13.2.2 +Version: 13.2.3 Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -79,10 +79,10 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # From composer.json, "require": { # "php": ">=8.4.1", # "ext-dom": "*", +# "ext-filter": "*", # "ext-json": "*", # "ext-libxml": "*", # "ext-mbstring": "*", -# "ext-xml": "*", # "ext-xmlwriter": "*", # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", @@ -111,7 +111,6 @@ Requires: php-dom Requires: php-json Requires: php-libxml Requires: php-mbstring -Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) @@ -279,7 +278,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php84 php85; do +for cmd in php php84 php85 php86; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -300,6 +299,9 @@ exit $ret %changelog +* Tue Jul 7 2026 Remi Collet <remi@remirepo.net> - 13.2.3-1 +- update to 13.2.3 + * Wed Jul 1 2026 Remi Collet <remi@remirepo.net> - 13.2.2-1 - update to 13.2.2 |
