summaryrefslogtreecommitdiffstats
path: root/php-league-flysystem.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-25 08:33:22 +0200
committerRemi Collet <remi@remirepo.net>2021-06-25 08:33:22 +0200
commitcbb06022fb53e75f9f90342a8bf5bfbb068c1490 (patch)
tree1e5f2a7f02d9b27e28d7b38eb4deadbda67e0de6 /php-league-flysystem.spec
parent2f4bbd991d8c14b385a979c532194c51feb7ee66 (diff)
update to 1.1.4
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r--php-league-flysystem.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec
index 8f27de5..51e42b2 100644
--- a/php-league-flysystem.spec
+++ b/php-league-flysystem.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-league-flysystem
#
-# Copyright (c) 2016-2020 Remi Collet
+# Copyright (c) 2016-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 9be3b16c877d477357c015cec057548cf9b2a14a
+%global gh_commit f3ad69181b8afed2c9edf7be5a2918144ff4ea32
%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.1.3
+Version: 1.1.4
Release: 1%{?dist}
Summary: Filesystem abstraction: Many filesystems, one API
@@ -122,7 +122,7 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php';
EOF
ret=0
-for cmd in php php72 php73 php74 php80; do
+for cmd in php php73 php74 php80 php81; do
if which $cmd; then
: Run upstream test suite
$cmd %{_bindir}/phpunit8 \
@@ -143,6 +143,9 @@ exit $ret
%changelog
+* Fri Jun 25 2021 Remi Collet <remi@remirepo.net> - 1.1.4-1
+- update to 1.1.4
+
* Mon Aug 24 2020 Remi Collet <remi@remirepo.net> - 1.1.3-1
- update to 1.1.3
- raise dependency on PHP 7.2