From 11e5a042b8ca2999dae0ec1ad724d274fd042701 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Apr 2024 14:46:29 +0200 Subject: update to 4.0.5 --- composer.json | 2 +- php-sabre-xml4.spec | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e94814f..be2caeb 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.38", + "friendsofphp/php-cs-fixer": "^3.51", "phpstan/phpstan": "^1.10", "phpunit/phpunit" : "^9.6" }, diff --git a/php-sabre-xml4.spec b/php-sabre-xml4.spec index a2191b9..a3e9d5a 100644 --- a/php-sabre-xml4.spec +++ b/php-sabre-xml4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-xml2 # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 99caa5dd248776ca6a1e1d2cfdef556a3fa63456 +%global gh_commit c29e49fcf9ca8ca058b1e350ee9abe4205c0de89 %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: 4.0.4 +Version: 4.0.5 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -50,7 +50,7 @@ BuildRequires: php-libxml BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "friendsofphp/php-cs-fixer": "^3.20", +# "friendsofphp/php-cs-fixer": "^3.51", # "phpstan/phpstan": "^1.10", # "phpunit/phpunit" : "^9.6" BuildRequires: phpunit9 >= 9.6 @@ -145,7 +145,7 @@ cd tests : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} || ret=1 @@ -167,6 +167,9 @@ exit $ret %changelog +* Thu Apr 18 2024 Remi Collet - 4.0.5-1 +- update to 4.0.5 + * Thu Nov 9 2023 Remi Collet - 4.0.4-1 - update to 4.0.4 -- cgit