From c4994016c3ef45c96ef404a2785e4b4bf104bf2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Aug 2021 07:29:47 +0200 Subject: [PATCH 1/2] v1.0.1 (cherry picked from commit b271839b9c26bcba37b96399083b549420acdabc) --- .gitignore | 1 + php-yoast-phpunit-polyfills.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7810d83..b614554 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-yoast-phpunit-polyfills-0.2.0-c48e4cf.tgz /php-yoast-phpunit-polyfills-1.0.0-5d257d5.tgz +/php-yoast-phpunit-polyfills-1.0.1-f014fb2.tgz diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index 730390f..0a49715 100644 --- a/php-yoast-phpunit-polyfills.spec +++ b/php-yoast-phpunit-polyfills.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 5d257d5a6977137016f3df440ce640ce72ffd61a +%global gh_commit f014fb21c2b0038fd329515d59025af42fb98715 %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: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -127,7 +127,7 @@ if [ -x %{_bindir}/phpunit8 ]; then done fi if [ -x %{_bindir}/phpunit9 ]; then - for cmd in php php73 php74 php80; do + for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 --no-coverage --verbose || ret=1 fi @@ -146,6 +146,9 @@ exit $ret %changelog +* Tue Aug 10 2021 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Mon Jun 21 2021 Remi Collet - 1.0.0-1 - update to 1.0.0 diff --git a/sources b/sources index 1333b83..cd0827c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-yoast-phpunit-polyfills-1.0.0-5d257d5.tgz) = d10962a5663308156ad9d8c5e085f39e2abd552398a013b9ff89765fad471d30066ec0b5672323377212cdfed33648f5f226aa9b6d05a7aa3c12485885ed6cc8 +SHA512 (php-yoast-phpunit-polyfills-1.0.1-f014fb2.tgz) = ab62ad1ca52660bcd0fb280d8e84c307e99d165dae71a5cdec36bb6b05a5a530e65995a06085942b2f992f4469b9b5b86655e9f467bdbaf829c45e4027a974cd From c9cbf1578fc5d0222adea2b5014b7f2a19ba1346 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 08:37:37 +0200 Subject: [PATCH 2/2] v1.0.2 (cherry picked from commit d689d5a17b5a37e2e0a4956d51a47563f4ac569a) --- .gitignore | 1 + php-yoast-phpunit-polyfills.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b614554..5e95fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-yoast-phpunit-polyfills-0.2.0-c48e4cf.tgz /php-yoast-phpunit-polyfills-1.0.0-5d257d5.tgz /php-yoast-phpunit-polyfills-1.0.1-f014fb2.tgz +/php-yoast-phpunit-polyfills-1.0.2-1a582ab.tgz diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index 0a49715..8137a84 100644 --- a/php-yoast-phpunit-polyfills.spec +++ b/php-yoast-phpunit-polyfills.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit f014fb21c2b0038fd329515d59025af42fb98715 +%global gh_commit 1a582ab1d91e86aa450340c4d35631a85314ff9f %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: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -38,9 +38,7 @@ BuildArch: noarch BuildRequires: php(language) >= 5.4 BuildRequires: php-reflection # From composer.json, "require-dev": { -# "php-parallel-lint/php-parallel-lint": "^1.3.0", -# "php-parallel-lint/php-console-highlighter": "^0.5", -# "yoast/yoastcs": "^2.1.0" +# "yoast/yoastcs": "^2.2.0" %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 BuildRequires: phpunit9 %endif @@ -120,7 +118,7 @@ if [ -x %{_bindir}/phpunit7 ]; then done fi if [ -x %{_bindir}/phpunit8 ]; then - for cmd in php php72 php73 php74; do + for cmd in php php72 php73 php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit8 --no-coverage --verbose || ret=1 fi @@ -146,6 +144,9 @@ exit $ret %changelog +* Mon Oct 4 2021 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Tue Aug 10 2021 Remi Collet - 1.0.1-1 - update to 1.0.1 diff --git a/sources b/sources index cd0827c..c33352f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-yoast-phpunit-polyfills-1.0.1-f014fb2.tgz) = ab62ad1ca52660bcd0fb280d8e84c307e99d165dae71a5cdec36bb6b05a5a530e65995a06085942b2f992f4469b9b5b86655e9f467bdbaf829c45e4027a974cd +SHA512 (php-yoast-phpunit-polyfills-1.0.2-1a582ab.tgz) = 1ab603a97b82fa05268981f0dbec3a0156cde2cd97dbd1458a87512eef3bfe71741e50de74f0eb99003931757a166f8c61fa62abe2b30d1758dda65fd2ff9e57