diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-06 10:25:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-06 10:25:47 +0200 |
commit | 1161e09d4a8f1f9c214f88a36db38371245956fa (patch) | |
tree | a701cc19b367c233fc0a4a061b00c645a255f760 /php-sabre-xml2.spec | |
parent | 8cd707b244b63e53a8e1e8177e49ff2a72ead887 (diff) |
Diffstat (limited to 'php-sabre-xml2.spec')
-rw-r--r-- | php-sabre-xml2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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) |