Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9023aef096 | ||
|
|
e3360847ad | ||
|
|
a7f0f3e493 | ||
|
|
47342d0486 | ||
|
|
02b4e09519 |
3 changed files with 24 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -6,3 +6,8 @@ clog
|
|||
/php-league-flysystem-1.0.49-a63cc83.tgz
|
||||
/php-league-flysystem-1.0.50-dab4e76.tgz
|
||||
/php-league-flysystem-1.0.51-755ba7b.tgz
|
||||
/php-league-flysystem-1.0.52-c5a5097.tgz
|
||||
/php-league-flysystem-1.0.53-08e12b7.tgz
|
||||
/php-league-flysystem-1.0.55-33c9115.tgz
|
||||
/php-league-flysystem-1.0.56-90e3f83.tgz
|
||||
/php-league-flysystem-1.0.57-0e9db7f.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 755ba7bf3fb9031e6581d091db84d78275874396
|
||||
%global gh_commit 0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a
|
||||
%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.51
|
||||
Version: 1.0.57
|
||||
Release: 1%{?dist}
|
||||
Summary: Filesystem abstraction: Many filesystems, one API
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec
|
|||
fi
|
||||
|
||||
ret=0
|
||||
for cmd in php php71 php72 php73; do
|
||||
for cmd in php php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
: Run upstream test suite
|
||||
$cmd $PHPSPEC run || ret=1
|
||||
|
|
@ -139,6 +139,21 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 1.0.57-1
|
||||
- update to 1.0.57
|
||||
|
||||
* Sun Oct 13 2019 Remi Collet <remi@remirepo.net> - 1.0.56-1
|
||||
- update to 1.0.56
|
||||
|
||||
* Mon Aug 26 2019 Remi Collet <remi@remirepo.net> - 1.0.55-1
|
||||
- update to 1.0.55
|
||||
|
||||
* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 1.0.53-1
|
||||
- update to 1.0.53
|
||||
|
||||
* Tue May 21 2019 Remi Collet <remi@remirepo.net> - 1.0.52-1
|
||||
- update to 1.0.52
|
||||
|
||||
* Mon Apr 1 2019 Remi Collet <remi@remirepo.net> - 1.0.51-1
|
||||
- update to 1.0.51
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-flysystem-1.0.51-755ba7b.tgz) = 2d3abf8eecf2c84feeb5ed6d720c4a43c3c801a3030c564af0a2637347852a8f0cfb001183d14a9e717da63d57d022764203b70b64e1d084ee0389cd41fcb498
|
||||
SHA512 (php-league-flysystem-1.0.57-0e9db7f.tgz) = 26b487ebea48b8211c390e67aebff4577dcd3568ab195a50e64dd73b540fa6d414a3c7251663d8313859199f59447dfe6590805fa4c605fb05a8f100106cc292
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue