diff options
-rw-r--r-- | php-league-flysystem.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index a3f1017..7a03b07 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a +%global gh_commit 4fb13c01784a6c9f165a351e996871488ca2d8c9 %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.0.57 +Version: 1.0.61 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -31,7 +31,7 @@ Source1: makesrc.sh BuildArch: noarch # As we use phpunit 6 and phpspec 5 -BuildRequires: php(language) >= 7.1 +BuildRequires: php(language) >= 7.2 BuildRequires: php-date BuildRequires: php-fileinfo BuildRequires: php-ftp @@ -117,7 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 -for cmd in php php71 php72 php73 php74; do +for cmd in php php72 php73 php74; do if which $cmd; then : Run upstream test suite $cmd $PHPSPEC run || ret=1 @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 1.0.61-1 +- update to 1.0.61 + * Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 1.0.57-1 - update to 1.0.57 |