diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-14 11:12:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-14 11:12:03 +0100 |
commit | 293eea93d30277656a12422333075f0a9716b9a1 (patch) | |
tree | 290f235899c29dcf5e1f8f3118fff02c2b442ffb | |
parent | bc22395726c3589ed75a5bc33168b16cfe309dfe (diff) |
update to 4.3.0
-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 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 <remi@remirepo.net> - 4.3.0-1 +- update to 4.3.0 + * Thu Dec 9 2021 Remi Collet <remi@remirepo.net> - 4.2.3-1 - update to 4.2.3 |