diff options
Diffstat (limited to 'php-sabre-http5.spec')
-rw-r--r-- | php-sabre-http5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec index 47c55f2..293d405 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit abb019d9415d8c6c39c377e212ef34ad727b711f +%global gh_commit dedff73f3995578bc942fa4c8484190cac14f139 %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: 5.1.11 +Version: 5.1.12 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -39,7 +39,7 @@ BuildRequires: php-ctype BuildRequires: (php-composer(sabre/event) >= 4.0 with php-composer(sabre/event) < 6) BuildRequires: (php-composer(sabre/uri) >= 2.0 with php-composer(sabre/uri) < 3) # From composer.json, "require-dev" : { -# "friendsofphp/php-cs-fixer": "~2.17.1", +# "friendsofphp/php-cs-fixer": "~2.17.1||^3.63", # "phpstan/phpstan": "^0.12", # "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" BuildRequires: phpunit9 >= 9.6 @@ -181,6 +181,9 @@ exit $ret %changelog +* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 5.1.12-1 +- update to 5.1.12 (no change, CS only) + * Fri Jul 26 2024 Remi Collet <remi@remirepo.net> - 5.1.11-1 - update to 5.1.11 |