Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86161ba5d5 | ||
|
|
4e4ef1e038 | ||
|
|
09ed40ebc6 | ||
|
|
1ae20b5327 | ||
|
|
2b3e618741 |
3 changed files with 27 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,3 +11,8 @@ clog
|
|||
/php-league-flysystem-1.0.55-33c9115.tgz
|
||||
/php-league-flysystem-1.0.56-90e3f83.tgz
|
||||
/php-league-flysystem-1.0.57-0e9db7f.tgz
|
||||
/php-league-flysystem-1.0.61-4fb13c0.tgz
|
||||
/php-league-flysystem-1.0.63-8132dae.tgz
|
||||
/php-league-flysystem-1.0.64-d13c43d.tgz
|
||||
/php-league-flysystem-1.0.65-8f17b3b.tgz
|
||||
/php-league-flysystem-1.0.66-0215691.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a
|
||||
%global gh_commit 021569195e15f8209b1c4bebb78bd66aa4f08c21
|
||||
%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.57
|
||||
Version: 1.0.66
|
||||
Release: 1%{?dist}
|
||||
Summary: Filesystem abstraction: Many filesystems, one API
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ Source1: makesrc.sh
|
|||
|
||||
BuildArch: noarch
|
||||
# As we use phpunit 6 and phpspec 5
|
||||
BuildRequires: php(language) >= 7.1
|
||||
BuildRequires: php(language) >= 7.2
|
||||
BuildRequires: php-date
|
||||
BuildRequires: php-fileinfo
|
||||
BuildRequires: php-ftp
|
||||
|
|
@ -41,7 +41,7 @@ BuildRequires: php-pcre
|
|||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpspec/phpspec": "^3.4",
|
||||
# "phpunit/phpunit": "^5.7.10"
|
||||
# "phpunit/phpunit": "^5.7.26"
|
||||
BuildRequires: php-composer(phpspec/phpspec) >= 3.4
|
||||
BuildRequires: phpunit6
|
||||
# Autoloader
|
||||
|
|
@ -117,13 +117,13 @@ else PHPSPEC=%{_bindir}/phpspec
|
|||
fi
|
||||
|
||||
ret=0
|
||||
for cmd in php php71 php72 php73 php74; do
|
||||
for cmd in php php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
: Run upstream test suite
|
||||
$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,21 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2020 Remi Collet <remi@remirepo.net> - 1.0.66-1
|
||||
- update to 1.0.66
|
||||
|
||||
* Mon Mar 9 2020 Remi Collet <remi@remirepo.net> - 1.0.65-1
|
||||
- update to 1.0.65
|
||||
|
||||
* Thu Feb 6 2020 Remi Collet <remi@remirepo.net> - 1.0.64-1
|
||||
- update to 1.0.64
|
||||
|
||||
* Mon Jan 6 2020 Remi Collet <remi@remirepo.net> - 1.0.63-1
|
||||
- update to 1.0.63
|
||||
|
||||
* Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 1.0.61-1
|
||||
- update to 1.0.61
|
||||
|
||||
* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 1.0.57-1
|
||||
- update to 1.0.57
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-flysystem-1.0.57-0e9db7f.tgz) = 26b487ebea48b8211c390e67aebff4577dcd3568ab195a50e64dd73b540fa6d414a3c7251663d8313859199f59447dfe6590805fa4c605fb05a8f100106cc292
|
||||
SHA512 (php-league-flysystem-1.0.66-0215691.tgz) = 9c8335ffdfe1db788ec300d85863eec472140876eb5cb7bd0c74834f7bf77842cbb94bef9f15c13d2773adc773e30cad18612e6caa79494767e74718d97187ea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue