diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-25 10:00:45 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-25 10:00:45 +0100 |
| commit | ec09c41d46e36a9cbb0cc0f8781c96ca49745ed7 (patch) | |
| tree | 2957a0f2ffdedc8791be3cd9dfed78aea795d707 | |
| parent | 0976a46e2a34af0f734942ee944435f0111f0911 (diff) | |
raise dependency on nikic/php-parser 5.7.0
raise dependency on sebastian/environment 7.2.1
raise dependency on theseer/tokenizer 1.3.1
| -rw-r--r-- | composer.json | 8 | ||||
| -rwxr-xr-x | makesrc.sh | 2 | ||||
| -rw-r--r-- | php-phpunit-php-code-coverage11.spec | 34 |
3 files changed, 25 insertions, 19 deletions
diff --git a/composer.json b/composer.json index 9dc28d1..a62cbb9 100644 --- a/composer.json +++ b/composer.json @@ -33,18 +33,18 @@ "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^5.4.0", + "nikic/php-parser": "^5.7.0", "phpunit/php-file-iterator": "^5.1.0", "phpunit/php-text-template": "^4.0.1", "sebastian/code-unit-reverse-lookup": "^4.0.1", "sebastian/complexity": "^4.0.1", - "sebastian/environment": "^7.2.0", + "sebastian/environment": "^7.2.1", "sebastian/lines-of-code": "^3.0.1", "sebastian/version": "^5.0.2", - "theseer/tokenizer": "^1.2.3" + "theseer/tokenizer": "^1.3.1" }, "require-dev": { - "phpunit/phpunit": "^11.5.2" + "phpunit/phpunit": "^11.5.46" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -21,7 +21,7 @@ else echo "Getting commit..." pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit1 + git checkout $COMMIT || exit 1 cp composer.json ../composer.json popd diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index 3d55631..7089ac0 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -11,11 +11,11 @@ %bcond_without tests # Github -%global gh_commit 4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4 +%global gh_commit 2c1ed04922802c15e1de5d7447b4856de949cf56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2025-08-27 +%global gh_date 2025-12-24 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,7 +26,7 @@ %global ver_major 11 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 11.0.11 +Version: 11.0.12 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -44,23 +44,23 @@ BuildArch: noarch BuildRequires: php(language) >= 8.2 BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} -BuildRequires: (php-composer(nikic/php-parser) >= 5.4.0 with php-composer(nikic/php-parser) < 6) +BuildRequires: (php-composer(nikic/php-parser) >= 5.7.0 with php-composer(nikic/php-parser) < 6) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6) BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5) BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 4.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 5) BuildRequires: (php-composer(sebastian/complexity) >= 4.0.1 with php-composer(sebastian/complexity) < 5) -BuildRequires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8) +BuildRequires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) BuildRequires: (php-composer(sebastian/lines-of-code) >= 3.0.1 with php-composer(sebastian/lines-of-code) < 4) BuildRequires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6) -BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2) +BuildRequires: (php-composer(theseer/tokenizer) >= 1.3.1 with php-composer(theseer/tokenizer) < 2) BuildRequires: php-dom BuildRequires: php-json BuildRequires: php-libxml BuildRequires: php-tokenizer BuildRequires: php-xmlwriter # From composer.json, "require-dev": { -# "phpunit/phpunit": "^11.5.2" -BuildRequires: phpunit11 >= 11.5.2 +# "phpunit/phpunit": "^11.5.46" +BuildRequires: phpunit11 >= 11.5.46 BuildRequires: php-xdebug %endif @@ -69,28 +69,28 @@ BuildRequires: php-xdebug # "ext-dom": "*", # "ext-libxml": "*", # "ext-xmlwriter": "*", -# "nikic/php-parser": "^5.4.0", +# "nikic/php-parser": "^5.7.0", # "phpunit/php-file-iterator": "^5.1.0", # "phpunit/php-text-template": "^4.0.1", # "sebastian/code-unit-reverse-lookup": "^4.0.1", # "sebastian/complexity": "^4.0.1", -# "sebastian/environment": "^7.2.0", +# "sebastian/environment": "^7.2.1", # "sebastian/lines-of-code": "^3.0.1", # "sebastian/version": "^5.0.2", -# "theseer/tokenizer": "^1.2.3" +# "theseer/tokenizer": "^1.3.1" Requires: php(language) >= 8.2 Requires: php-dom Requires: php-libxml Requires: php-xmlwriter -Requires: (php-composer(nikic/php-parser) >= 5.4.0 with php-composer(nikic/php-parser) < 6) +Requires: (php-composer(nikic/php-parser) >= 5.7.0 with php-composer(nikic/php-parser) < 6) Requires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6) Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5) Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 4.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 5) Requires: (php-composer(sebastian/complexity) >= 4.0.1 with php-composer(sebastian/complexity) < 5) -Requires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8) +Requires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) Requires: (php-composer(sebastian/lines-of-code) >= 3.0.1 with php-composer(sebastian/lines-of-code) < 4) Requires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6) -Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2) +Requires: (php-composer(theseer/tokenizer) >= 1.3.1 with php-composer(theseer/tokenizer) < 2) # From composer.json, suggest # "ext-pcov": "*", # "ext-xdebug": "*" @@ -193,6 +193,12 @@ exit $ret %changelog +* Thu Dec 25 2025 Remi Collet <remi@remirepo.net> - 11.0.12-1 +- update to 11.0.12 +- raise dependency on nikic/php-parser 5.7.0 +- raise dependency on sebastian/environment 7.2.1 +- raise dependency on theseer/tokenizer 1.3.1 + * Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 11.0.11-1 - update to 11.0.11 |
