diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-07 05:59:54 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-07 05:59:54 +0200 |
| commit | b8de52439644b7d7af43f98557f8366569610d68 (patch) | |
| tree | 5aadbbda140efe2e01a9f088a84f7ee79ad19d10 /phpunit13.spec | |
| parent | 9bd025101636b9ac1fa5e75cbff124bc1998578f (diff) | |
Diffstat (limited to 'phpunit13.spec')
| -rw-r--r-- | phpunit13.spec | 10 |
1 files changed, 6 insertions, 4 deletions
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 |
