v3.0.6
This commit is contained in:
parent
e179166f3f
commit
cdf0e62bcb
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/php-phpunit-php-file-iterator3-3.0.3-8e282e5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.4-25fefc5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.5-aa4be85.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.6-cf1c2e7.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpunit-php-file-iterator3
|
||||
#
|
||||
# Copyright (c) 2009-2020 Christof Damian, Remi Collet
|
||||
# Copyright (c) 2009-2021 Christof Damian, Remi Collet
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit aa4be8575f26070b100fccb67faabb28f21f66f8
|
||||
%global gh_commit cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-file-iterator
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.5
|
||||
Release: 3%{?dist}
|
||||
Summary: FilterIterator implementation that filters files based on a list of suffixes
|
||||
Version: 3.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: FilterIterator implementation that filters files based on a list of suffixes, version %{major}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -87,7 +87,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80; do
|
||||
for cmd in php php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit9 --verbose || ret=1
|
||||
|
|
@ -107,6 +107,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 3.0.6-1
|
||||
- update to 3.0.6
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-file-iterator3-3.0.5-aa4be85.tgz) = 7b097bc0540c887629c24849e0b04fbffdb3024af54b4a9aebe180294f28f961589ef3738a13baf3eec7d5900789b150c048e91c32a42a66b42ed2845ebddd59
|
||||
SHA512 (php-phpunit-php-file-iterator3-3.0.6-cf1c2e7.tgz) = 133e1768405491ea0eccf731da2aa48b9dc5eb65b9182a5ca4d44e685ab02930a6c8057e6a5be3bac9346fc86a54c0874ce3ee59f018c2fa7ccbfba1bbb87a5f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue