From 1161e09d4a8f1f9c214f88a36db38371245956fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Sep 2024 10:25:47 +0200 Subject: update to 2.2.11 --- php-sabre-xml2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sabre-xml2.spec') 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 - 2.2.11-1 +- update to 2.2.11 + * Wed Aug 28 2024 Remi Collet - 2.2.10-1 - update to 2.2.10 (no change, CS only) -- cgit