Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30bd30c1b7 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@ clog
|
|||
/php-league-flysystem-1.1.4-f3ad691.tgz
|
||||
/php-league-flysystem-1.1.8-c995bb0.tgz
|
||||
/php-league-flysystem-1.1.9-094defd.tgz
|
||||
/php-league-flysystem-1.1.10-3239285.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 094defdb4a7001845300334e7c1ee2335925ef99
|
||||
%global gh_commit 3239285c825c152bcc315fe0e87d6b55f5972ed1
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner thephpleague
|
||||
%global gh_project flysystem
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
%global ns_project Flysystem
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_name}
|
||||
Version: 1.1.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Filesystem abstraction: Many filesystems, one API
|
||||
|
||||
License: MIT
|
||||
|
|
@ -110,7 +110,7 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in php php74 php80 php81; do
|
||||
for cmd in php php74 php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
: Run upstream test suite
|
||||
$cmd %{_bindir}/phpunit8 \
|
||||
|
|
@ -131,6 +131,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2022 Remi Collet <remi@remirepo.net> - 1.1.10-1
|
||||
- update to 1.1.10
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-flysystem-1.1.9-094defd.tgz) = 258e29a99ba57066bed1293ac14a14030855ff077a3ffa86325f65692e24f43e585127df663c050b00813d01ba8b3510dbcb5c3ad018bd35592f5dcd1d6d7425
|
||||
SHA512 (php-league-flysystem-1.1.10-3239285.tgz) = 9dea98cdeca4ec54eb2be4ecf2c5dc92098d91c09024704c4db4a1e6eed60bc127f1f0b5d7176db21f2efe53a849a5bc9bd824ef7b769df4168236f943af92df
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue