diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-25 07:57:28 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-25 07:57:28 +0200 |
| commit | ef21e9734180b879728685ab4b01d85f97f4ec47 (patch) | |
| tree | 6e7eb8fba606a3abb884fd6b5fec5b36ba4d9c86 | |
| parent | dc6e7979334fd9b7372bbb9fb949b567473dcd77 (diff) | |
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | php-phpunit-php-code-coverage14.spec | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6cd6cdf..45702e0 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "php": ">=8.4", "ext-dom": "*", "ext-libxml": "*", + "ext-mbstring": "*", "ext-xmlwriter": "*", "nikic/php-parser": "^5.7.0", "phpunit/php-text-template": "^6.0", diff --git a/php-phpunit-php-code-coverage14.spec b/php-phpunit-php-code-coverage14.spec index 1dd9b1e..24c4e5e 100644 --- a/php-phpunit-php-code-coverage14.spec +++ b/php-phpunit-php-code-coverage14.spec @@ -22,7 +22,7 @@ %global ver_major 14 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 14.1.4 +Version: 14.1.6 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -51,6 +51,7 @@ BuildRequires: (php-composer(theseer/tokenizer) >= 2.0.1 with BuildRequires: php-dom BuildRequires: php-json BuildRequires: php-libxml +BuildRequires: php-mbstring BuildRequires: php-tokenizer BuildRequires: php-xmlwriter # From composer.json, "require-dev": { @@ -63,6 +64,7 @@ BuildRequires: php-xdebug # "php": ">=8.3", # "ext-dom": "*", # "ext-libxml": "*", +# "ext-mbstring": "*", # "ext-xmlwriter": "*", # "nikic/php-parser": "^5.7.0", # "phpunit/php-text-template": "^6.0", @@ -75,6 +77,7 @@ BuildRequires: php-xdebug Requires: php(language) >= 8.3 Requires: php-dom Requires: php-libxml +Requires: php-mbstring Requires: php-xmlwriter Requires: (php-composer(nikic/php-parser) >= 5.7.0 with php-composer(nikic/php-parser) < 6) Requires: (php-composer(phpunit/php-text-template) >= 6.0 with php-composer(phpunit/php-text-template) < 7) @@ -158,6 +161,7 @@ export XDEBUG_MODE=coverage cat << 'EOF' | tee -a tests/bootstrap.php define('TEST_FILES_PATH', __DIR__ . '/_files/'); \Fedora\Autoloader\Dependencies::required([ + TEST_FILES_PATH . '/Target/TraitOne.php', TEST_FILES_PATH . '/CoveredClass.php', ]); EOF @@ -187,6 +191,9 @@ exit $ret %changelog +* Sat Apr 25 2026 Remi Collet <remi@remirepo.net> - 14.1.6-1 +- update to 14.1.6 + * Fri Apr 24 2026 Remi Collet <remi@remirepo.net> - 14.1.4-1 - update to 14.1.4 |
