diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-09 12:54:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-09 12:54:36 +0200 |
commit | 133b2e452a88bfcc42698069d614e9ca9a083c22 (patch) | |
tree | 6845c6c5ee8cb3628579d3f532e7c37628d3f224 /php-sabre-http7.spec | |
parent | 7debcb349923a19442986c0487e7068434947b5c (diff) |
Diffstat (limited to 'php-sabre-http7.spec')
-rw-r--r-- | php-sabre-http7.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/php-sabre-http7.spec b/php-sabre-http7.spec index ad1355f..50e1e15 100644 --- a/php-sabre-http7.spec +++ b/php-sabre-http7.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 5666164e1656808ac5f6ce8502e5aef0841bafab +%global gh_commit 925aa1203680e0e5e63d05dd14d65169eb7ba02f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project http @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Library for dealing with http requests and responses -Version: 7.0.4 +Version: 7.0.5 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -41,11 +41,11 @@ BuildRequires: php-curl BuildRequires: (php-composer(sabre/event) >= 6.0 with php-composer(sabre/event) < 7) BuildRequires: (php-composer(sabre/uri) >= 2.3 with php-composer(sabre/uri) < 4) # From composer.json, "require-dev" : { -# "friendsofphp/php-cs-fixer": "^3.64", -# "phpstan/phpstan": "^1.11", +# "friendsofphp/php-cs-fixer": "^3.87", +# "phpstan/phpstan": "^1.12", # "phpstan/phpstan-phpunit": "^1.4", # "phpstan/phpstan-strict-rules": "^1.6", -# "phpstan/extension-installer": "^1.3", +# "phpstan/extension-installer": "^1.4", # "phpunit/phpunit" : "^9.6" BuildRequires: phpunit9 >= 9.6 %global phpunit %{_bindir}/phpunit9 @@ -156,7 +156,7 @@ PHPPID=$! : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -179,6 +179,9 @@ exit $ret %changelog +* Tue Sep 9 2025 Remi Collet <remi@remirepo.net> - 7.0.5-1 +- update to 7.0.5 + * Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 7.0.4-1 - update to 7.0.4 - raise dependency on PHP 7.4 |