summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-03 10:00:00 +0200
committerRemi Collet <remi@php.net>2023-07-03 10:00:00 +0200
commitceb825333084f9968a1a26996027e05a2d471582 (patch)
tree4d372675f1f5f9ccd136e1ed281f078a5fe39e6a
parentec4c02c3a0929d5e4aa59569c40040321293e578 (diff)
update to 1.22.1
-rw-r--r--php-phpstan-phpdoc-parser.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec
index bad1abb..8acf354 100644
--- a/php-phpstan-phpdoc-parser.spec
+++ b/php-phpstan-phpdoc-parser.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit ec58baf7b3c7f1c81b3b00617c953249fb8cf30c
+%global gh_commit 65c39594fbd8c67abfc68bb323f86447bab79cc0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpstan
%global gh_project phpdoc-parser
@@ -19,7 +19,7 @@
%global major %nil
Name: php-%{gh_owner}-%{gh_project}%{major}
-Version: 1.22.0
+Version: 1.22.1
Release: 1%{?dist}
Summary: PHPDoc parser with support for nullable, intersection and generic types
@@ -90,8 +90,9 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.p
\Fedora\Autoloader\Autoload::addPsr4('%{namespace}\\%{library}\\', dirname(__DIR__) . '/tests/%{namespace}');
EOF
-: ignore tests using symfony/process
+: ignore tests using symfony/process and abnfgen
rm tests/PHPStan/Parser/FuzzyTest.php
+sed -e 's:exec://exec:' -i tests/bootstrap.php
: upstream test suite
# use auto_prepend_file to ensure we use new version (not old one pulled by PHPUnit)
@@ -125,6 +126,9 @@ exit $ret
%changelog
+* Mon Jul 3 2023 Remi Collet <remi@remirepo.net> - 1.22.1-1
+- update to 1.22.1
+
* Fri Jun 2 2023 Remi Collet <remi@remirepo.net> - 1.22.0-1
- update to 1.22.0