summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-27 12:54:41 +0200
committerRemi Collet <remi@php.net>2022-06-27 12:54:41 +0200
commit5e859e5f73abe611881642d52aad1af8381fb957 (patch)
tree442cd932d38f3462a73f412518a06f07e000dff5
parent9523c39c8978aea84e0c14814c4c5dba54619b1c (diff)
update to 4.4.0
-rw-r--r--php-sabre-dav4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec
index 5b4b4fb..b531c58 100644
--- a/php-sabre-dav4.spec
+++ b/php-sabre-dav4.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit 130abb7017f56e0d99b04eb94b041e000a8e9b39
+%global gh_commit b65362abc926520eda2c57e219f022a6c288069d
%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.3.1
+Version: 4.4.0
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -226,7 +226,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php
: Run upstream test suite against installed library
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 ; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
for ts in sabre-dav sabre-davacl sabre-caldav sabre-carddav; do
@@ -255,6 +255,9 @@ exit $ret
%changelog
+* Mon Jun 27 2022 Remi Collet <remi@remirepo.net> - 4.4.0-1
+- update to 4.4.0
+
* Fri Jan 21 2022 Remi Collet <remi@remirepo.net> - 4.3.1-1
- update to 4.3.1