From bc22395726c3589ed75a5bc33168b16cfe309dfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Dec 2021 14:04:40 +0100 Subject: update to 4.2.3 --- php-sabre-dav4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 6c14ece..8498820 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 5d739875d624e064018b4709ab544063df42d749 +%global gh_commit 6703fb74952cd4e2d8135a71b4f78ce2eecc37bc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project dav @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: WebDAV Framework for PHP -Version: 4.2.2 +Version: 4.2.3 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -255,6 +255,9 @@ exit $ret %changelog +* Thu Dec 9 2021 Remi Collet - 4.2.3-1 +- update to 4.2.3 + * Thu Dec 9 2021 Remi Collet - 4.2.2-1 - update to 4.2.2 - allow psr/log v2 and v3 -- cgit