From 283f3aee87576733157eeab7ab257a7acee31dfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Oct 2018 08:20:06 +0200 Subject: v1.0.48 --- php-league-flysystem.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 593fcfe..5d59d75 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit a11e4a75f256bdacf99d20780ce42d3b8272975c +%global gh_commit a6ded5b2f6055e2db97b4b859fdfca2b952b78aa %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.47 +Version: 1.0.48 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -52,7 +52,7 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-fileinfo": "*" Requires: php(language) >= 5.5.9 Requires: php-fileinfo -# From phpcompatifo report for 1.0.29 +# From phpcompatifo report for 1.0.48 Requires: php-date Requires: php-ftp Requires: php-hash @@ -116,15 +116,15 @@ then PHPSPEC=/dev/null else PHPSPEC=%{_bindir}/phpspec fi -# Known to fail test -sed -e 's/testPathinfoHandlesUtf8/skipPathinfoHandlesUtf8/' -i tests/UtilTests.php - ret=0 for cmd in php php71 php72 php73; do if which $cmd; then : Run upstream test suite $cmd $PHPSPEC run || ret=1 - $cmd %{_bindir}/phpunit6 --exclude-group integration --no-coverage --verbose || ret=1 + $cmd %{_bindir}/phpunit6 \ + --exclude-group integration \ + --filter '^((?!(testPathinfoHandlesUtf8)).)*$' \ + --no-coverage --verbose || ret=1 fi done exit $ret @@ -139,6 +139,9 @@ exit $ret %changelog +* Tue Oct 16 2018 Remi Collet - 1.0.48-1 +- update to 1.0.48 + * Sat Sep 15 2018 Remi Collet - 1.0.47-1 - update to 1.0.47 -- cgit