Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f55fa584ce |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@ clog
|
|||
/php-league-flysystem-1.0.65-8f17b3b.tgz
|
||||
/php-league-flysystem-1.0.66-0215691.tgz
|
||||
/php-league-flysystem-1.1.3-9be3b16.tgz
|
||||
/php-league-flysystem-1.1.4-f3ad691.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -110,7 +110,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 \
|
||||
|
|
@ -131,6 +131,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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-flysystem-1.1.3-9be3b16.tgz) = 3ea66c14b95593615b2e13f87e06bdebd439d739a997e61a4460e5eee30438455fc0f55a8139745d742b4bd977c20d1db8f5eb0ce76acd1d5d15f28db2e66b82
|
||||
SHA512 (php-league-flysystem-1.1.4-f3ad691.tgz) = 49db5f05c326ea9d828fdb86a11950e928991f7089bd3b64a153b18e6718299b61b8a8eda453023652a9a1522ba5bd0bc919612913e33c0e2aa78c4af5f3e565
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue