Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3526998e55 | ||
|
|
b6ce503a8e |
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/php-yoast-phpunit-polyfills2-2.0.2-562f449.tgz
|
||||
/php-yoast-phpunit-polyfills2-2.0.3-f202832.tgz
|
||||
/php-yoast-phpunit-polyfills2-2.0.4-a0e3e9a.tgz
|
||||
/php-yoast-phpunit-polyfills2-2.0.5-1a6aecc.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please preserve changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit a0e3e9adecaa352697786cb29bb0f2fcc25f43f5
|
||||
%global gh_commit 1a6aecc9ebe4a9cea4e1047d0e6c496e52314c27
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner Yoast
|
||||
%global gh_project PHPUnit-Polyfills
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 2.0.4
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of polyfills for changed PHPUnit functionality, version %{major}
|
||||
|
||||
|
|
@ -92,21 +92,21 @@ EOF
|
|||
: Run upstream test suite
|
||||
ret=0
|
||||
if [ -x %{_bindir}/phpunit8 ]; then
|
||||
for cmd in php php81 php82 php83; do
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit8 --no-coverage || ret=1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
if [ -x %{_bindir}/phpunit9 ]; then
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit9 --no-coverage || ret=1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
if [ -x %{_bindir}/phpunit10 ]; then
|
||||
for cmd in php php82 php83 php84; do
|
||||
for cmd in php php82 php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit10 --no-coverage || ret=1
|
||||
fi
|
||||
|
|
@ -125,6 +125,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 2.0.5-1
|
||||
- update to 2.0.5
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-yoast-phpunit-polyfills2-2.0.4-a0e3e9a.tgz) = 3f00930f3b2a720ce8cde5cd641409b08bc831912ea512cd94207864683af491d9e2e69575d477c19640dbf737c9275645caa7fb848078bf59d7c05896656227
|
||||
SHA512 (php-yoast-phpunit-polyfills2-2.0.5-1a6aecc.tgz) = d9af1d96501177a736ea389742e31c0adb45630d134a7dd8a4742517a70e37ebccbc82d43de18fc431dd69354714b78627461230a66779ba25701551d17b329c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue