From 071359243f1022f18d18a30d7926c3dbfee14dc8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Feb 2021 12:12:16 +0100 Subject: update to 4.1.5 --- 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 272cda8..a1e475b 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 4258420f15425a5f128fe5cad454e00ab4a68ae5 +%global gh_commit c1afdc77a95efea6ee40c03c45f57c3c0c80ec22 %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.1.4 +Version: 4.1.5 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -252,6 +252,9 @@ exit $ret %changelog +* Mon Feb 15 2021 Remi Collet - 4.1.5-1 +- update to 4.1.5 + * Tue Jan 12 2021 Remi Collet - 4.1.4-1 - update to 4.1.4 - sources from git snapshot -- cgit