Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21c48940fa |
3 changed files with 8 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,4 +2,3 @@
|
|||
/php-yoast-phpunit-polyfills1-1.1.2-e9c8413.tgz
|
||||
/php-yoast-phpunit-polyfills1-1.1.3-0b31ce8.tgz
|
||||
/php-yoast-phpunit-polyfills1-1.1.4-e6faedf.tgz
|
||||
/php-yoast-phpunit-polyfills1-1.1.5-41aaac4.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please preserve changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 41aaac462fbd80feb8dd129e489f4bbc53fe26b0
|
||||
%global gh_commit e6faedf5e34cea4438e341f660e2f719760c531d
|
||||
%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}1
|
||||
Version: 1.1.5
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of polyfills for changed PHPUnit functionality, version 1
|
||||
|
||||
|
|
@ -91,15 +91,18 @@ EOF
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
if [ -x %{_bindir}/phpunit7 ]; then
|
||||
%{_bindir}/phpunit7 --no-coverage || ret=1
|
||||
fi
|
||||
if [ -x %{_bindir}/phpunit8 ]; then
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
for cmd in php php81 php82 php83; 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 php85; do
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit9 --no-coverage || ret=1
|
||||
fi
|
||||
|
|
@ -118,18 +121,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 1.1.5-1
|
||||
- update to 1.1.5
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 1.1.4-1
|
||||
- update to 1.1.4
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 1.1.3-1
|
||||
- update to 1.1.3
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-yoast-phpunit-polyfills1-1.1.5-41aaac4.tgz) = 5d9c7f7f6177edddc01fd22d752435e1cf3d4054cc28c43484cf2c9c7344a27de0fe016620ba10b5336843d32c09177a21f2219c57269e7f7f668be17f540d9b
|
||||
SHA512 (php-yoast-phpunit-polyfills1-1.1.4-e6faedf.tgz) = 743d7181665fe4ffdec4e93ae9f0b7c1246b6f8848fba7175fc96349f73742791682d0ef97aef28c8ee43fc7da044513455a9527282554149f7c68ecd830019e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue