diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sabre-xml2.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 72cffb5..d7577c2 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@          }      },      "require-dev": { -        "friendsofphp/php-cs-fixer": "~2.17.1||^3.63", +        "friendsofphp/php-cs-fixer": "~2.17.1||3.63.2",          "phpstan/phpstan": "^0.12",          "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"      }, diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec index 0edcf55..6908964 100644 --- a/php-sabre-xml2.spec +++ b/php-sabre-xml2.spec @@ -10,7 +10,7 @@  %bcond_without      tests  # Github -%global gh_commit    0734b7af7f045d9ffb0018929750c492698a1536 +%global gh_commit    01a7927842abf3e10df3d9c2d9b0cc9d813a3fcc  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   xml @@ -24,7 +24,7 @@  Name:           php-%{pk_vendor}-%{pk_project}%{major}  Summary:        XML library that you may not hate -Version:        2.2.10 +Version:        2.2.11  Release:        1%{?dist}  URL:            https://github.com/%{gh_owner}/%{gh_project} @@ -44,7 +44,7 @@ BuildRequires:  php-libxml  BuildRequires:  php-pcre  BuildRequires:  php-spl  # From composer.json, "require-dev": { -#        "friendsofphp/php-cs-fixer": "~2.17.1||^3.63", +#        "friendsofphp/php-cs-fixer": "~2.17.1||3.63.2",  #        "phpstan/phpstan": "^0.12",  #        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"  BuildRequires:  phpunit9 >= 9.6 @@ -153,6 +153,9 @@ exit $ret  %changelog +* Fri Sep  6 2024 Remi Collet <remi@remirepo.net> - 2.2.11-1 +- update to 2.2.11 +  * Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 2.2.10-1  - update to 2.2.10 (no change, CS only)  | 
