summaryrefslogtreecommitdiffstats
path: root/php-league-flysystem.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r--php-league-flysystem.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec
index 7a03b07..73535bf 100644
--- a/php-league-flysystem.spec
+++ b/php-league-flysystem.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 4fb13c01784a6c9f165a351e996871488ca2d8c9
+%global gh_commit 14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0
%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.61
+Version: 1.0.62
Release: 1%{?dist}
Summary: Filesystem abstraction: Many filesystems, one API
@@ -123,7 +123,7 @@ for cmd in php php72 php73 php74; do
$cmd $PHPSPEC run || ret=1
$cmd %{_bindir}/phpunit6 \
--exclude-group integration \
- --filter '^((?!(testPathinfoHandlesUtf8)).)*$' \
+ --filter '^((?!(testPathinfoHandlesUtf8|testStreamSizeForUrl|testListingFromUnixFormat)).)*$' \
--no-coverage --verbose || ret=1
fi
done
@@ -139,6 +139,9 @@ exit $ret
%changelog
+* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 1.0.62-1
+- update to 1.0.62
+
* Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 1.0.61-1
- update to 1.0.61