From 5c44d979518ff425cb1d2f80c025933402a1a260 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Nov 2020 16:06:10 +0100 Subject: update to 4.1.3 --- php-sabre-dav4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sabre-dav4.spec') diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec index 67f17a9..7ffd302 100644 --- a/php-sabre-dav4.spec +++ b/php-sabre-dav4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit e1f617a4112da461bfc31aa4e87e0e6ac0bd6ed0 +%global gh_commit b903eeedfbdcd6cab7935661ec6dc2d90cdf8a1e %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.2 +Version: 4.1.3 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -72,7 +72,7 @@ BuildRequires: php-curl BuildRequires: php-pdo BuildRequires: php-json # From composer.json, "require-dev" : { -# "friendsofphp/php-cs-fixer": "~2.16.1", +# "friendsofphp/php-cs-fixer": "~2.16.7", # "phpstan/phpstan": "^0.12", # "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", # "evert/phpdoc-md" : "~0.1.0", @@ -251,6 +251,9 @@ exit $ret %changelog +* Mon Nov 9 2020 Remi Collet - 4.1.3-1 +- update to 4.1.3 + * Mon Oct 5 2020 Remi Collet - 4.1.2-1 - update to 4.1.2 - switch to phpunit9 -- cgit