diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-08 10:51:04 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-08 10:51:04 +0200 |
| commit | b6a73dbd1cef0078bd15886b2ebf2daa9ae12ee8 (patch) | |
| tree | cfba183532225b3246cca6d279c0c95f77fc9b40 /php-phpstan-phpdoc-parser.spec | |
| parent | 36e9ff75c4397e30c5485d44fa314dbda3c4ce87 (diff) | |
Diffstat (limited to 'php-phpstan-phpdoc-parser.spec')
| -rw-r--r-- | php-phpstan-phpdoc-parser.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 04e28f0..2987fe7 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,8 +9,6 @@ %bcond_without tests -%global gh_commit a004701b11273a26cd7955a61d67a7f1e525a45a -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpstan %global gh_project phpdoc-parser %global php_home %{_datadir}/php @@ -19,14 +17,14 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 2.3.2 +Version: 2.3.3 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to retrieve test suite -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{version}.tgz Source1: makesrc.sh BuildArch: noarch @@ -69,7 +67,7 @@ Next generation phpDoc parser with support for intersection types and generics. %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{version} %build @@ -101,7 +99,7 @@ sed -e 's:exec://exec:' -i tests/bootstrap.php # use auto_prepend_file to ensure we use new version (not old one pulled by PHPUnit) # ignore test using doctrine/annotations ret=0 -for cmdarg in "php %{phpunit}" php82 php83 php84 php85; do +for cmdarg in "php %{phpunit}" php82 php83 php84 php85 php86; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -127,6 +125,9 @@ exit $ret %changelog +* Wed Jul 8 2026 Remi Collet <remi@remirepo.net> - 2.3.3-1 +- update to 2.3.3 + * Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 |
