From 5e859e5f73abe611881642d52aad1af8381fb957 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Jun 2022 12:54:41 +0200 Subject: update to 4.4.0 --- php-sabre-dav4.spec | 9 ++++++--- 1 file 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 - 4.4.0-1 +- update to 4.4.0 + * Fri Jan 21 2022 Remi Collet - 4.3.1-1 - update to 4.3.1 -- cgit