From b595bba780bd95e170ac394b9a2403d8ad258ba5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 11:46:35 +0200 Subject: v1.0.46 --- composer.json | 2 +- php-league-flysystem.spec | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6fc135c..758ef9b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require-dev": { "ext-fileinfo": "*", "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^5.7.10" }, "autoload": { "psr-4": { diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 68799a5..6dbee37 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit a99f94e63b512d75f851b181afcdf0ee9ebef7e6 +%global gh_commit f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2 %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.45 +Version: 1.0.46 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -30,8 +30,8 @@ Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh BuildArch: noarch -# As we use phpunit 6 and phpspec 4 -BuildRequires: php(language) >= 7 +# As we use phpunit 6 and phpspec 5 +BuildRequires: php(language) >= 7.1 BuildRequires: php-date BuildRequires: php-fileinfo BuildRequires: php-ftp @@ -41,7 +41,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "phpspec/phpspec": "^3.4", -# "phpunit/phpunit": "^5.7" +# "phpunit/phpunit": "^5.7.10" BuildRequires: php-composer(phpspec/phpspec) >= 3.4 BuildRequires: phpunit6 # Autoloader @@ -118,7 +118,7 @@ fi sed -e 's/testPathinfoHandlesUtf8/skipPathinfoHandlesUtf8/' -i tests/UtilTests.php ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72 php73; do if which $cmd; then : Run upstream test suite $cmd $PHPSPEC run || ret=1 @@ -137,6 +137,9 @@ exit $ret %changelog +* Wed Aug 22 2018 Remi Collet - 1.0.46-1 +- update to 1.0.46 + * Mon May 14 2018 Remi Collet - 1.0.45-1 - update to 1.0.45 -- cgit