summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-16 08:20:06 +0200
committerRemi Collet <remi@remirepo.net>2018-10-16 08:20:06 +0200
commit283f3aee87576733157eeab7ab257a7acee31dfb (patch)
treeab5c8c646202ff59b0cdbb0f2b71de6fbb38dff5
parent8d6dae8ca5792458c6ad462208b6d9d1bae23d33 (diff)
v1.0.48
-rw-r--r--php-league-flysystem.spec17
1 files 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 <remi@remirepo.net> - 1.0.48-1
+- update to 1.0.48
+
* Sat Sep 15 2018 Remi Collet <remi@remirepo.net> - 1.0.47-1
- update to 1.0.47