Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91fa1f2b25 |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz
|
||||
/php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz
|
||||
|
|
|
|||
|
|
@ -8,10 +8,9 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit10 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 5647d65443818959172645e7ed999217360654b6
|
||||
%global gh_commit a95037b6d9e608ba092da1b23931e537cadc3c3c
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-file-iterator
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.2
|
||||
Version: 4.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: FilterIterator implementation based on a list of suffixes, version %{major}
|
||||
|
||||
|
|
@ -89,7 +88,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82; do
|
||||
for cmd in php php81 php82 php83; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit10 || ret=1
|
||||
|
|
@ -109,6 +108,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 4.1.0-1
|
||||
- update to 4.1.0
|
||||
- Enable test suite
|
||||
|
||||
* Tue May 9 2023 Remi Collet <remi@remirepo.net> - 4.0.2-1
|
||||
- update to 4.0.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz) = 5716e365da4b2f30f3a8154488307858be6af0f46d5c8e20797cba764be8c407424d71c9b67207f880560a3abceb9da67d0fca7449fbb34ac5f7afc29b963800
|
||||
SHA512 (php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz) = 8d2f9d100154802e3b2caeabd34a6f0a15b1bd14b9ff5d3d5511a4624e8d560859eb6d24650f30f26539b379b07d3339b8ae9fb28f988ce95fc23df8da7f85f6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue