v1.0.4
This commit is contained in:
parent
111940f8d3
commit
bd72bdd67a
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/php-yoast-phpunit-polyfills-1.0.1-f014fb2.tgz
|
||||
/php-yoast-phpunit-polyfills-1.0.2-1a582ab.tgz
|
||||
/php-yoast-phpunit-polyfills-1.0.3-5ea3536.tgz
|
||||
/php-yoast-phpunit-polyfills-1.0.4-3c621ff.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-yoast-phpunit-polyfills
|
||||
#
|
||||
# Copyright (c) 2020 Remi Collet
|
||||
# Copyright (c) 2020-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 5ea3536428944955f969bc764bbe09738e151ada
|
||||
%global gh_commit 3c621ff5429d2b1ff96dc5808ad6cde99d31ea4c
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner Yoast
|
||||
%global gh_project PHPUnit-Polyfills
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 1.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of polyfills for changed PHPUnit functionality
|
||||
|
||||
License: BSD
|
||||
|
|
@ -125,7 +125,7 @@ if [ -x %{_bindir}/phpunit8 ]; then
|
|||
done
|
||||
fi
|
||||
if [ -x %{_bindir}/phpunit9 ]; then
|
||||
for cmd in php php73 php74 php80 php81; do
|
||||
for cmd in php php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit9 --no-coverage --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -144,6 +144,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 1.0.4-1
|
||||
- update to 1.0.4
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-yoast-phpunit-polyfills-1.0.3-5ea3536.tgz) = 1aa68a35e4d48d8c5581e643c829cbfacc37ede7ca5d5772bf69011b4fe6fb566f450506f837ab13e1729fbc5fdc213c99d37c3f1e367f93ccd1a02976d39c52
|
||||
SHA512 (php-yoast-phpunit-polyfills-1.0.4-3c621ff.tgz) = 09dbfd72f32454469770dd285cc85dba9e929cf05eb01319f20f5b9cd7da5940ca4b506b5ded2b1e48b30f566f8ed374e9cd9f7eaa93eca626fc5eb073ecad61
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue