From 80ed95f433eaebf5e276f7893f7bedb814fe3559 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Nov 2023 14:09:49 +0100 Subject: update to 4.0.4 --- composer.json | 2 +- php-sabre-xml4.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1c59805..e94814f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.20", + "friendsofphp/php-cs-fixer": "^3.38", "phpstan/phpstan": "^1.10", "phpunit/phpunit" : "^9.6" }, diff --git a/php-sabre-xml4.spec b/php-sabre-xml4.spec index bda9ab8..a2191b9 100644 --- a/php-sabre-xml4.spec +++ b/php-sabre-xml4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 61a44c39f51e386ae495304bfb78f0b0a6ed11fe +%global gh_commit 99caa5dd248776ca6a1e1d2cfdef556a3fa63456 %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.2 +Version: 4.0.4 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -167,6 +167,9 @@ exit $ret %changelog +* Thu Nov 9 2023 Remi Collet - 4.0.4-1 +- update to 4.0.4 + * Thu Jun 29 2023 Remi Collet - 4.0.2-1 - update to 4.0.2 -- cgit