diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-23 08:45:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-23 08:45:49 +0100 |
commit | ed21093e6a0d8a710c28f7f630caf18e78bd37a6 (patch) | |
tree | 5646e39079bd4bebaab8990847f16c0938193ee6 | |
parent | d5ec01988de36601c321a6be92228ef086ad01a6 (diff) |
update to 4.5.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 e29530e..1e11ce3 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7e40343e473f17eab3d1d6ca4ae3e1cdfc6e0fd8 +%global gh_commit b29899b675371aee73920165d1dc5a2235aa104b %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.5.0 +Version: 4.5.1 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -249,6 +249,9 @@ exit $ret %changelog +* Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 4.5.1-1 +- update to 4.5.1 + * Tue Nov 14 2023 Remi Collet <remi@remirepo.net> - 4.5.0-1 - update to 4.5.0 |