diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-30 16:11:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-30 16:11:13 +0100 |
commit | 7d405a005ba631c0ebb703979b39af51549dc105 (patch) | |
tree | c12626fe192cce58e90ce2a6b351e2ec4b70e84b | |
parent | 32b8a4d4ec70ba258d3ffd7623607783d658d07f (diff) |
update to 4.2.1
-rw-r--r-- | php-sabre-dav4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 2371576..02d53a8 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit af125a40abdac787c438a6fed6da3451bcaa0886 +%global gh_commit 5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146 %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.0 +Version: 4.2.1 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -252,6 +252,9 @@ exit $ret %changelog +* Tue Nov 30 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1 +- update to 4.2.1 + * Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 4.2.0-1 - update to 4.2.0 |