From 293eea93d30277656a12422333075f0a9716b9a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Dec 2021 11:12:03 +0100 Subject: update to 4.3.0 --- 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 8498820..9084c7c 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 6703fb74952cd4e2d8135a71b4f78ce2eecc37bc +%global gh_commit 1f9bfa733a22e3c1f7526d645dab2cee96eba51a %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.3 +Version: 4.3.0 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -255,6 +255,9 @@ exit $ret %changelog +* Tue Dec 14 2021 Remi Collet - 4.3.0-1 +- update to 4.3.0 + * Thu Dec 9 2021 Remi Collet - 4.2.3-1 - update to 4.2.3 -- cgit