From cbb06022fb53e75f9f90342a8bf5bfbb068c1490 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Jun 2021 08:33:22 +0200 Subject: update to 1.1.4 --- php-league-flysystem.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-league-flysystem.spec') diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 8f27de5..51e42b2 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-league-flysystem # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit 9be3b16c877d477357c015cec057548cf9b2a14a +%global gh_commit f3ad69181b8afed2c9edf7be5a2918144ff4ea32 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -122,7 +122,7 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php'; EOF ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then : Run upstream test suite $cmd %{_bindir}/phpunit8 \ @@ -143,6 +143,9 @@ exit $ret %changelog +* Fri Jun 25 2021 Remi Collet - 1.1.4-1 +- update to 1.1.4 + * Mon Aug 24 2020 Remi Collet - 1.1.3-1 - update to 1.1.3 - raise dependency on PHP 7.2 -- cgit