summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-17 11:29:25 +0100
committerRemi Collet <remi@php.net>2021-11-17 11:29:25 +0100
commit32b8a4d4ec70ba258d3ffd7623607783d658d07f (patch)
treeb493a6c732883f7d8eb32db8fb248a1281e7d3ff
parent071359243f1022f18d18a30d7926c3dbfee14dc8 (diff)
update to 4.2.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 a1e475b..2371576 100644
--- a/php-sabre-dav4.spec
+++ b/php-sabre-dav4.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit c1afdc77a95efea6ee40c03c45f57c3c0c80ec22
+%global gh_commit af125a40abdac787c438a6fed6da3451bcaa0886
%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.5
+Version: 4.2.0
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -223,7 +223,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php
: Run upstream test suite against installed library
ret=0
-for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 ; do
if which $cmdarg; then
set $cmdarg
for ts in sabre-dav sabre-davacl sabre-caldav sabre-carddav; do
@@ -252,6 +252,9 @@ exit $ret
%changelog
+* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 4.2.0-1
+- update to 4.2.0
+
* Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 4.1.5-1
- update to 4.1.5