From c1676e419fa0a9c0a3a5dd7af1b3bd080d6cfc3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 08:02:36 +0000 Subject: [PATCH 01/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index a0089dc..ec5924c 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -28,7 +28,7 @@ Name: %{pk_project}%{ver_major} Version: 8.5.13 -Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} +Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}.1 Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -231,6 +231,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 8.5.13-1.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 1 2020 Remi Collet - 8.5.13-1 - update to 8.5.13 From 7f3d2baddd3fe42e09b6011fdc88a05fe4f369f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Feb 2021 06:49:50 +0100 Subject: [PATCH 02/44] v8.5.14 --- .gitignore | 1 + phpunit8-rpm.patch | 18 +++++++++--------- phpunit8.spec | 11 +++++++---- sources | 2 +- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 23a4c56..95b3fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clog /phpunit8-8.5.11-3123601.tgz /phpunit8-8.5.12-f40cf5b.tgz /phpunit8-8.5.13-8e86be3.tgz +/phpunit8-8.5.14-c25f798.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index b66a4d2..f4e4c9f 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2020-11-10 16:52:55.000000000 +0100 -+++ ./phpunit 2020-11-10 16:58:06.470107562 +0100 +--- ./phpunit.rpm 2021-02-03 14:04:11.000000000 +0100 ++++ ./phpunit 2021-02-03 14:04:57.662439204 +0100 @@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) { ini_set('date.timezone', 'UTC'); } @@ -44,20 +44,20 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php ---- ./src/Util/Configuration.php.rpm 2020-11-10 16:58:06.470107562 +0100 -+++ ./src/Util/Configuration.php 2020-11-10 16:59:17.462913118 +0100 -@@ -903,7 +903,7 @@ final class Configuration +--- ./src/Util/Configuration.php.rpm 2021-02-03 14:04:57.662439204 +0100 ++++ ./src/Util/Configuration.php 2021-02-03 14:06:08.876097281 +0100 +@@ -929,7 +929,7 @@ final class Configuration private function validateConfigurationAgainstSchema(): void { - $original = \libxml_use_internal_errors(true); + $original = libxml_use_internal_errors(true); - $xsdFilename = __DIR__ . '/../../phpunit.xsd'; + $xsdFilename = __DIR__ . '/../phpunit.xsd'; - if (\defined('__PHPUNIT_PHAR_ROOT__')) { + if (defined('__PHPUNIT_PHAR_ROOT__')) { $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd'; diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2020-11-10 16:52:55.000000000 +0100 -+++ ./tests/bootstrap.php 2020-11-10 16:58:06.470107562 +0100 +--- ./tests/bootstrap.php.rpm 2021-02-03 14:04:11.000000000 +0100 ++++ ./tests/bootstrap.php 2021-02-03 14:04:57.662439204 +0100 @@ -14,4 +14,9 @@ if (!\defined('TEST_FILES_PATH')) { \ini_set('precision', '14'); \ini_set('serialize_precision', '14'); diff --git a/phpunit8.spec b/phpunit8.spec index ec5924c..d3767d8 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2020 Remi Collet +# Copyright (c) 2010-2021 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8e86be391a58104ef86037ba8a846524528d784e +%global gh_commit c25f79895d27b6ecd5abfa63de1606b786a461a3 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,8 +27,8 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 8.5.13 -Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}.1 +Version: 8.5.14 +Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -231,6 +231,9 @@ exit $ret %changelog +* Wed Feb 3 2021 Remi Collet - 8.5.14-1 +- update to 8.5.14 + * Wed Jan 27 2021 Fedora Release Engineering - 8.5.13-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 6a55d8a..ef34862 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.13-8e86be3.tgz) = bc2e9a4ecd8ef26c55faa9a439cdb5be95b0825f73785a20e03bea40457ce68c44a82da297327f46ffbe309f230e345e2d3546f9590cdcc932f8cdd1aa8cfefb +SHA512 (phpunit8-8.5.14-c25f798.tgz) = 406a84b619741308396e400da75c7b29f04bfe05c02017819749305044781afb6bf615bd6d8e4f458a4f0108557d39f9694d59ed4fd24f626d69af8300256018 From b54a71ac0ad05eed8c21a1b9c5e6708508dc7247 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Mar 2021 10:21:13 +0100 Subject: [PATCH 03/44] v8.5.15 --- .gitignore | 1 + makesrc.sh | 36 ++++++++++++++++++++---------------- phpunit8.spec | 19 ++++++++++++------- sources | 2 +- 4 files changed, 34 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 95b3fa2..cff5d82 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ clog /phpunit8-8.5.12-f40cf5b.tgz /phpunit8-8.5.13-8e86be3.tgz /phpunit8-8.5.14-c25f798.tgz +/phpunit8-8.5.15-038d419.tgz diff --git a/makesrc.sh b/makesrc.sh index 8152336..3580b58 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -1,28 +1,32 @@ #!/bin/bash NAME=$(basename $PWD) -OWNER=$(sed -n '/^%global gh_vendor/{s/.* //;p}' $NAME.spec) +OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) -VERSION=$(sed -n '/^Version:/{s/.* //;p}' $NAME.spec) +VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" +if [ -f $NAME-$VERSION-$SHORT.tgz ]; then + echo "$NAME-$VERSION-$SHORT.tgz already there" +else + echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" -echo "Cloning..." -rm -rf $PROJECT-$COMMIT -git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT + echo "Cloning..." + rm -rf $PROJECT-$COMMIT + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT -echo "Getting commit..." -pushd $PROJECT-$COMMIT -git checkout $COMMIT -cp composer.json ../composer.json -popd + echo "Getting commit..." + pushd $PROJECT-$COMMIT + git checkout $COMMIT || exit1 + cp composer.json ../composer.json + popd -echo "Archiving..." -tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs --exclude tools $PROJECT-$COMMIT + echo "Archiving..." + tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs --exclude tools $PROJECT-$COMMIT -echo "Cleaning..." -rm -rf $PROJECT-$COMMIT + echo "Cleaning..." + rm -rf $PROJECT-$COMMIT -echo "Done." + echo "Done." +fi diff --git a/phpunit8.spec b/phpunit8.spec index d3767d8..ffad91e 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,10 +11,10 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c25f79895d27b6ecd5abfa63de1606b786a461a3 +%global gh_commit 038d4196d8e8cb405cd5e82cedfe413ad6eef9ef #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_vendor sebastianbergmann +%global gh_owner sebastianbergmann %global gh_project phpunit # Packagist %global pk_vendor phpunit @@ -24,16 +24,18 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global specrel 1 + +%global upstream_version 8.5.15 +#global upstream_prever dev Name: %{pk_project}%{ver_major} -Version: 8.5.14 -Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} +Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD -URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: %{name}-%{version}-%{gh_short}.tgz +URL: https://github.com/%{gh_owner}/%{gh_project} +Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh # Fix command for autoload @@ -231,6 +233,9 @@ exit $ret %changelog +* Wed Mar 17 2021 Remi Collet - 8.5.15-1 +- update to 8.5.15 + * Wed Feb 3 2021 Remi Collet - 8.5.14-1 - update to 8.5.14 diff --git a/sources b/sources index ef34862..657224a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.14-c25f798.tgz) = 406a84b619741308396e400da75c7b29f04bfe05c02017819749305044781afb6bf615bd6d8e4f458a4f0108557d39f9694d59ed4fd24f626d69af8300256018 +SHA512 (phpunit8-8.5.15-038d419.tgz) = 365b77b4784aa24d9b30caedd92e3811df2333749ef84fd848f3be49a03bd90cdfd5a00f29f5d126712c35337c374b0d625ff46f5fe65854039c394ffa416a04 From f3d6cd2ea39930a479c2af9429d6652813d9448f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2021 07:46:36 +0200 Subject: [PATCH 04/44] v8.5.16 --- .gitignore | 1 + phpunit8-rpm.patch | 29 ++++++++++++++++++----------- phpunit8.spec | 7 +++++-- sources | 2 +- 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index cff5d82..1eb8383 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ clog /phpunit8-8.5.13-8e86be3.tgz /phpunit8-8.5.14-c25f798.tgz /phpunit8-8.5.15-038d419.tgz +/phpunit8-8.5.16-cc66f2f.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index f4e4c9f..530819f 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2021-02-03 14:04:11.000000000 +0100 -+++ ./phpunit 2021-02-03 14:04:57.662439204 +0100 +--- ./phpunit.rpm 2021-06-07 07:13:03.000000000 +0200 ++++ ./phpunit 2021-06-07 07:13:10.372992677 +0200 @@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) { ini_set('date.timezone', 'UTC'); } @@ -44,8 +44,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php ---- ./src/Util/Configuration.php.rpm 2021-02-03 14:04:57.662439204 +0100 -+++ ./src/Util/Configuration.php 2021-02-03 14:06:08.876097281 +0100 +--- ./src/Util/Configuration.php.rpm 2021-06-07 07:13:03.000000000 +0200 ++++ ./src/Util/Configuration.php 2021-06-07 07:13:10.372992677 +0200 @@ -929,7 +929,7 @@ final class Configuration private function validateConfigurationAgainstSchema(): void { @@ -56,14 +56,21 @@ diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php if (defined('__PHPUNIT_PHAR_ROOT__')) { $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd'; diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2021-02-03 14:04:11.000000000 +0100 -+++ ./tests/bootstrap.php 2021-02-03 14:04:57.662439204 +0100 -@@ -14,4 +14,9 @@ if (!\defined('TEST_FILES_PATH')) { - \ini_set('precision', '14'); - \ini_set('serialize_precision', '14'); +--- ./tests/bootstrap.php.rpm 2021-06-07 07:13:10.372992677 +0200 ++++ ./tests/bootstrap.php 2021-06-07 07:15:29.571502817 +0200 +@@ -8,7 +8,7 @@ + * file that was distributed with this source code. + */ + if (!defined('PHPUNIT_COMPOSER_INSTALL')) { +- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); ++ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + } --require_once __DIR__ . '/../vendor/autoload.php'; -+require_once '@PATH@/autoload.php'; + if (!defined('TEST_FILES_PATH')) { +@@ -19,3 +19,8 @@ ini_set('precision', '14'); + ini_set('serialize_precision', '14'); + + require_once PHPUNIT_COMPOSER_INSTALL; +require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; +require_once __DIR__ . '/_files/CoveredFunction.php'; +require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; diff --git a/phpunit8.spec b/phpunit8.spec index ffad91e..50683d8 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 038d4196d8e8cb405cd5e82cedfe413ad6eef9ef +%global gh_commit cc66f2fc61296be66c99931a862200e7456b9a01 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.15 +%global upstream_version 8.5.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Mon Jun 7 2021 Remi Collet - 8.5.16-1 +- update to 8.5.16 + * Wed Mar 17 2021 Remi Collet - 8.5.15-1 - update to 8.5.15 diff --git a/sources b/sources index 657224a..23acff3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.15-038d419.tgz) = 365b77b4784aa24d9b30caedd92e3811df2333749ef84fd848f3be49a03bd90cdfd5a00f29f5d126712c35337c374b0d625ff46f5fe65854039c394ffa416a04 +SHA512 (phpunit8-8.5.16-cc66f2f.tgz) = 05e3972106da1670977497751424831a3e6c817e94b470ac1aab2de5e683c53dc19f3757bdd31fb7085ea883f578001d54364d06dce4ac593c2f94dcc8185c75 From 4205266d379810af4999fee6d2ac75d10c951b44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jun 2021 09:21:59 +0200 Subject: [PATCH 05/44] v8.5.17 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb8383..b09aa10 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ clog /phpunit8-8.5.14-c25f798.tgz /phpunit8-8.5.15-038d419.tgz /phpunit8-8.5.16-cc66f2f.tgz +/phpunit8-8.5.17-7906785.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 50683d8..b4a0337 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit cc66f2fc61296be66c99931a862200e7456b9a01 +%global gh_commit 79067856d85421c56d413bd238d4e2cd6b0e54da #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.16 +%global upstream_version 8.5.17 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Wed Jun 23 2021 Remi Collet - 8.5.17-1 +- update to 8.5.17 + * Mon Jun 7 2021 Remi Collet - 8.5.16-1 - update to 8.5.16 diff --git a/sources b/sources index 23acff3..bc5ced2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.16-cc66f2f.tgz) = 05e3972106da1670977497751424831a3e6c817e94b470ac1aab2de5e683c53dc19f3757bdd31fb7085ea883f578001d54364d06dce4ac593c2f94dcc8185c75 +SHA512 (phpunit8-8.5.17-7906785.tgz) = 19a40afa2b97d0d593747185ed9d38864820e0371bb5318ecc996119c2a5a7114e0ad7e67bcc54f10176a4c689b2b8d89eb19da179f027a3f2be47f8951de15f From 6db24b184565c3456acd1702a4dc1eebb6eb5a59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 14:10:08 +0200 Subject: [PATCH 06/44] v8.5.18 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b09aa10..24b8a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ clog /phpunit8-8.5.15-038d419.tgz /phpunit8-8.5.16-cc66f2f.tgz /phpunit8-8.5.17-7906785.tgz +/phpunit8-8.5.18-bd5fc77.tgz diff --git a/phpunit8.spec b/phpunit8.spec index b4a0337..00864ad 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 79067856d85421c56d413bd238d4e2cd6b0e54da +%global gh_commit bd5fc77c869e8dd65040dacbad170f074c13796c #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.17 +%global upstream_version 8.5.18 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 8.5.18-1 +- update to 8.5.18 + * Wed Jun 23 2021 Remi Collet - 8.5.17-1 - update to 8.5.17 diff --git a/sources b/sources index bc5ced2..816424a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.17-7906785.tgz) = 19a40afa2b97d0d593747185ed9d38864820e0371bb5318ecc996119c2a5a7114e0ad7e67bcc54f10176a4c689b2b8d89eb19da179f027a3f2be47f8951de15f +SHA512 (phpunit8-8.5.18-bd5fc77.tgz) = 284a3b0c5ae2041585230c26ef068323ba5540a1cf817fa50584159c67218b2500c90b664d8254acfd8e00c3e4cd3aefe9e879a6e80693e8b5816ab9bb402423 From 47a78e77127a9b777af4b7be5ec37721b762cf64 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:25:45 +0000 Subject: [PATCH 07/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 00864ad..9a1b0ba 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -30,7 +30,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -233,6 +233,9 @@ exit $ret %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 8.5.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jul 19 2021 Remi Collet - 8.5.18-1 - update to 8.5.18 From 3fb51192c08418ca6ed689e6ec7b93002ce8333c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Aug 2021 09:35:21 +0200 Subject: [PATCH 08/44] update to 8.5.19 raise dependency on phar-io/manifest 2.0.3 raise dependency on phpunit/php-file-iterator 2.0.4 --- .gitignore | 1 + phpunit8-rpm.patch | 57 +++++++++++++++++++++++++++------------------- phpunit8.spec | 23 +++++++++++-------- sources | 2 +- 4 files changed, 50 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 24b8a2b..e650502 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ clog /phpunit8-8.5.16-cc66f2f.tgz /phpunit8-8.5.17-7906785.tgz /phpunit8-8.5.18-bd5fc77.tgz +/phpunit8-8.5.19-496281b.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index 530819f..12bef82 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -1,7 +1,7 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2021-06-07 07:13:03.000000000 +0200 -+++ ./phpunit 2021-06-07 07:13:10.372992677 +0200 -@@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) { +--- ./phpunit.rpm 2021-08-02 08:27:58.000000000 +0200 ++++ ./phpunit 2021-08-02 08:34:41.313976887 +0200 +@@ -58,25 +58,12 @@ if (!ini_get('date.timezone')) { ini_set('date.timezone', 'UTC'); } @@ -33,7 +33,7 @@ diff -up ./phpunit.rpm ./phpunit } $options = getopt('', array('prepend:')); -@@ -58,4 +45,8 @@ unset($options); +@@ -89,4 +76,8 @@ unset($options); require PHPUNIT_COMPOSER_INSTALL; @@ -44,8 +44,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php ---- ./src/Util/Configuration.php.rpm 2021-06-07 07:13:03.000000000 +0200 -+++ ./src/Util/Configuration.php 2021-06-07 07:13:10.372992677 +0200 +--- ./src/Util/Configuration.php.rpm 2021-08-02 08:27:58.000000000 +0200 ++++ ./src/Util/Configuration.php 2021-08-02 08:34:40.070979790 +0200 @@ -929,7 +929,7 @@ final class Configuration private function validateConfigurationAgainstSchema(): void { @@ -56,23 +56,34 @@ diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php if (defined('__PHPUNIT_PHAR_ROOT__')) { $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd'; diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2021-06-07 07:13:10.372992677 +0200 -+++ ./tests/bootstrap.php 2021-06-07 07:15:29.571502817 +0200 -@@ -8,7 +8,7 @@ - * file that was distributed with this source code. +--- ./tests/bootstrap.php.rpm 2021-08-02 08:27:58.000000000 +0200 ++++ ./tests/bootstrap.php 2021-08-02 08:44:30.257601265 +0200 +@@ -9,8 +9,8 @@ */ - if (!defined('PHPUNIT_COMPOSER_INSTALL')) { -- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); -+ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + const TEST_FILES_PATH = __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR; + +-$composer = file_exists(__DIR__ . '/../vendor/autoload.php'); +-$phar = file_exists(__DIR__ . '/autoload.php'); ++$composer = true; ++$phar = false; + + if ($composer && $phar) { + print 'More than one test fixture autoloader is available, exiting.' . PHP_EOL; +@@ -26,10 +26,15 @@ if (!$composer && !$phar) { + + if ($composer) { + if (!defined('PHPUNIT_COMPOSER_INSTALL')) { +- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); ++ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + } + +- require_once __DIR__ . '/../vendor/autoload.php'; ++ require_once PHPUNIT_COMPOSER_INSTALL; ++ require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; ++ require_once __DIR__ . '/_files/CoveredFunction.php'; ++ require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; ++ require_once '@PATH@//Framework/Assert/Functions.php'; ++ require_once __DIR__ . '/autoload.php'; } - if (!defined('TEST_FILES_PATH')) { -@@ -19,3 +19,8 @@ ini_set('precision', '14'); - ini_set('serialize_precision', '14'); - - require_once PHPUNIT_COMPOSER_INSTALL; -+require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; -+require_once __DIR__ . '/_files/CoveredFunction.php'; -+require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; -+require_once '@PATH@/Framework/Assert/Functions.php'; -+require_once __DIR__ . '/autoload.php'; + if ($phar) { diff --git a/phpunit8.spec b/phpunit8.spec index 9a1b0ba..9546c0f 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit bd5fc77c869e8dd65040dacbad170f074c13796c +%global gh_commit 496281b64ec781856ed0a583483b5923b4033722 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,12 +25,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.18 +%global upstream_version 8.5.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -45,11 +45,11 @@ BuildArch: noarch BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.0 with php-composer(myclabs/deep-copy) < 2) -BuildRequires: (php-composer(phar-io/manifest) >= 2.0.1 with php-composer(phar-io/manifest) < 3) +BuildRequires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-composer(phpunit/php-code-coverage) < 8) -BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) +BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) BuildRequires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) @@ -81,11 +81,11 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.3.1", # "myclabs/deep-copy": "^1.10.0", -# "phar-io/manifest": "^2.0.1", +# "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.10.3", # "phpunit/php-code-coverage": "^7.0.10", -# "phpunit/php-file-iterator": "^2.0.2", +# "phpunit/php-file-iterator": "^2.0.4", # "phpunit/php-text-template": "^1.2.1", # "phpunit/php-timer": "^2.1.2", # "sebastian/comparator": "^3.0.2", @@ -107,11 +107,11 @@ Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) Requires: (php-composer(myclabs/deep-copy) >= 1.10.0 with php-composer(myclabs/deep-copy) < 2) -Requires: (php-composer(phar-io/manifest) >= 2.0.1 with php-composer(phar-io/manifest) < 3) +Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-composer(phpunit/php-code-coverage) < 8) -Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) +Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) Requires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) @@ -233,6 +233,11 @@ exit $ret %changelog +* Mon Aug 2 2021 Remi Collet - 8.5.19-1 +- update to 8.5.19 +- raise dependency on phar-io/manifest 2.0.3 +- raise dependency on phpunit/php-file-iterator 2.0.4 + * Fri Jul 23 2021 Fedora Release Engineering - 8.5.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 816424a..071cb90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.18-bd5fc77.tgz) = 284a3b0c5ae2041585230c26ef068323ba5540a1cf817fa50584159c67218b2500c90b664d8254acfd8e00c3e4cd3aefe9e879a6e80693e8b5816ab9bb402423 +SHA512 (phpunit8-8.5.19-496281b.tgz) = 5c0e03be73ce40d347266379dd70d615926ef5a0350bfea013c2952e0deb46aec876cbd24408180a45c0150716495d1394450149b40c7dfe8dc7faa8ba104233 From 87c5760237c4995664e025172e44766918ceaed6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 15:01:16 +0200 Subject: [PATCH 09/44] v8.5.20 --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e650502..c4eed13 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /phpunit8-8.5.17-7906785.tgz /phpunit8-8.5.18-bd5fc77.tgz /phpunit8-8.5.19-496281b.tgz +/phpunit8-8.5.20-9deefba.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 9546c0f..20ffa8c 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 496281b64ec781856ed0a583483b5923b4033722 +%global gh_commit 9deefba183198398a09b927a6ac6bc1feb0b7b70 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.19 +%global upstream_version 8.5.20 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -216,7 +216,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php72 php73 php74 php80 php81; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -233,6 +233,9 @@ exit $ret %changelog +* Wed Sep 1 2021 Remi Collet - 8.5.20-1 +- update to 8.5.20 + * Mon Aug 2 2021 Remi Collet - 8.5.19-1 - update to 8.5.19 - raise dependency on phar-io/manifest 2.0.3 diff --git a/sources b/sources index 071cb90..7254dae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.19-496281b.tgz) = 5c0e03be73ce40d347266379dd70d615926ef5a0350bfea013c2952e0deb46aec876cbd24408180a45c0150716495d1394450149b40c7dfe8dc7faa8ba104233 +SHA512 (phpunit8-8.5.20-9deefba.tgz) = 9af814f55440efb2592a509641755cbef83ee03aa783ccad7ff6370c8b3b0d21b9b8da3d01976210c804375ac00d7939863a8426491a28541bd419c41b0b93fc From c425089c0ea0d0b8f494d7c37ac75523756d6ddc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 07:02:12 +0200 Subject: [PATCH 10/44] v8.5.21 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4eed13..deadda5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ clog /phpunit8-8.5.18-bd5fc77.tgz /phpunit8-8.5.19-496281b.tgz /phpunit8-8.5.20-9deefba.tgz +/phpunit8-8.5.21-50a58a6.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 20ffa8c..d8b9fd7 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9deefba183198398a09b927a6ac6bc1feb0b7b70 +%global gh_commit 50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.20 +%global upstream_version 8.5.21 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Mon Sep 27 2021 Remi Collet - 8.5.21-1 +- update to 8.5.21 + * Wed Sep 1 2021 Remi Collet - 8.5.20-1 - update to 8.5.20 diff --git a/sources b/sources index 7254dae..226fae1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.20-9deefba.tgz) = 9af814f55440efb2592a509641755cbef83ee03aa783ccad7ff6370c8b3b0d21b9b8da3d01976210c804375ac00d7939863a8426491a28541bd419c41b0b93fc +SHA512 (phpunit8-8.5.21-50a58a6.tgz) = 300514111a18da6af56d9e322ad88c1b13992da631078ed468743ba06a7fd2fa60fd85d77b3845e5c521881c1c29579e8f5688835c90719b9ca8bccac73b16ab From ab5d89e43441eb919fe8d42013b435f571c4b29e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 08:32:33 +0100 Subject: [PATCH 11/44] v8.5.22 --- .gitignore | 1 + phpunit8-rpm.patch | 42 +++++++++++++++++++++--------------------- phpunit8.spec | 9 ++++++--- sources | 2 +- 4 files changed, 29 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index deadda5..9e69837 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ clog /phpunit8-8.5.19-496281b.tgz /phpunit8-8.5.20-9deefba.tgz /phpunit8-8.5.21-50a58a6.tgz +/phpunit8-8.5.22-ddd05b9.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index 12bef82..2fe8780 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -1,19 +1,24 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2021-08-02 08:27:58.000000000 +0200 -+++ ./phpunit 2021-08-02 08:34:41.313976887 +0200 -@@ -58,25 +58,12 @@ if (!ini_get('date.timezone')) { - ini_set('date.timezone', 'UTC'); - } +--- ./phpunit.rpm 2021-12-30 08:58:05.000000000 +0100 ++++ ./phpunit 2021-12-30 09:01:08.095425016 +0100 +@@ -62,27 +62,11 @@ if (isset($GLOBALS['_composer_autoload_p + define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); --foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) { -- if (file_exists($file)) { -- define('PHPUNIT_COMPOSER_INSTALL', $file); + unset($GLOBALS['_composer_autoload_path']); ++} else if (file_exists('./vendor/phpunit/phpunit/phpunit') && file_exists('./vendor/autoload.php')) { ++ echo "\n==== Redirecting to composer installed version in vendor/phpunit ====\n\n"; ++ define ('PHPUNIT_COMPOSER_INSTALL', realpath('./vendor/autoload.php')); + } else { +- foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) { +- if (file_exists($file)) { +- define('PHPUNIT_COMPOSER_INSTALL', $file); - -- break; +- break; +- } - } --} - --unset($file); +- unset($file); +-} - -if (!defined('PHPUNIT_COMPOSER_INSTALL')) { - fwrite( @@ -24,16 +29,11 @@ diff -up ./phpunit.rpm ./phpunit - ); - - die(1); -+// Libraries PATH -+if (file_exists('./vendor/phpunit/phpunit/phpunit') && file_exists('./vendor/autoload.php')) { -+ echo "\n==== Redirecting to composer installed version in vendor/phpunit ====\n\n"; -+ define ('PHPUNIT_COMPOSER_INSTALL', realpath('./vendor/autoload.php')); -+} else { + define ('PHPUNIT_COMPOSER_INSTALL', '/usr/share/php/PHPUnit8/autoload.php'); } $options = getopt('', array('prepend:')); -@@ -89,4 +76,8 @@ unset($options); +@@ -95,4 +79,8 @@ unset($options); require PHPUNIT_COMPOSER_INSTALL; @@ -44,8 +44,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php ---- ./src/Util/Configuration.php.rpm 2021-08-02 08:27:58.000000000 +0200 -+++ ./src/Util/Configuration.php 2021-08-02 08:34:40.070979790 +0200 +--- ./src/Util/Configuration.php.rpm 2021-12-30 08:58:05.000000000 +0100 ++++ ./src/Util/Configuration.php 2021-12-30 08:58:11.290733945 +0100 @@ -929,7 +929,7 @@ final class Configuration private function validateConfigurationAgainstSchema(): void { @@ -56,8 +56,8 @@ diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php if (defined('__PHPUNIT_PHAR_ROOT__')) { $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd'; diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2021-08-02 08:27:58.000000000 +0200 -+++ ./tests/bootstrap.php 2021-08-02 08:44:30.257601265 +0200 +--- ./tests/bootstrap.php.rpm 2021-12-30 08:58:05.000000000 +0100 ++++ ./tests/bootstrap.php 2021-12-30 08:58:11.290733945 +0100 @@ -9,8 +9,8 @@ */ const TEST_FILES_PATH = __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR; diff --git a/phpunit8.spec b/phpunit8.spec index d8b9fd7..4d58670 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984 +%global gh_commit ddd05b9d844260353895a3b950a9258126c11503 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.21 +%global upstream_version 8.5.22 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -216,7 +216,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php72 php73 php74 php80 php81; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -233,6 +233,9 @@ exit $ret %changelog +* Thu Dec 30 2021 Remi Collet - 8.5.22-1 +- update to 8.5.22 + * Mon Sep 27 2021 Remi Collet - 8.5.21-1 - update to 8.5.21 diff --git a/sources b/sources index 226fae1..804ac31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.21-50a58a6.tgz) = 300514111a18da6af56d9e322ad88c1b13992da631078ed468743ba06a7fd2fa60fd85d77b3845e5c521881c1c29579e8f5688835c90719b9ca8bccac73b16ab +SHA512 (phpunit8-8.5.22-ddd05b9.tgz) = 8210fa6debe72c8523fa77ea093e50271d7e7f6a2ca75964d29cc0c7a4f04eb6769da845c81e69ae133070d7344d77782aee936c5d4d9ca7549623ece3e2c1de From 22035bb168293eaa7d487d0278bcf60eff4f1cbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Jan 2022 08:12:36 +0100 Subject: [PATCH 12/44] v8.5.23 --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9e69837..d5ac481 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ clog /phpunit8-8.5.20-9deefba.tgz /phpunit8-8.5.21-50a58a6.tgz /phpunit8-8.5.22-ddd05b9.tgz +/phpunit8-8.5.23-efb20ff.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 4d58670..b21c946 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2021 Remi Collet +# Copyright (c) 2010-2022 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ddd05b9d844260353895a3b950a9258126c11503 +%global gh_commit efb20ff3623b9d09bf190a68fdfe574538a8d496 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.22 +%global upstream_version 8.5.23 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Remi Collet - 8.5.23-1 +- update to 8.5.23 + * Thu Dec 30 2021 Remi Collet - 8.5.22-1 - update to 8.5.22 diff --git a/sources b/sources index 804ac31..20e561a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.22-ddd05b9.tgz) = 8210fa6debe72c8523fa77ea093e50271d7e7f6a2ca75964d29cc0c7a4f04eb6769da845c81e69ae133070d7344d77782aee936c5d4d9ca7549623ece3e2c1de +SHA512 (phpunit8-8.5.23-efb20ff.tgz) = 5c45b1d330ee84627631d2ce81a36391db9cd285ea3083d193b52d7770938cebe5a80972eae55da3fd71bb25c654cfbcf953663e33e7a8b415da0c5a0f4197c8 From 755c9c290fc8e53d7d8c04abe2ca34a1818db04d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Mar 2022 09:49:32 +0100 Subject: [PATCH 13/44] update to 8.5.24 #StandWithUkraine --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5ac481..c24aece 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ clog /phpunit8-8.5.21-50a58a6.tgz /phpunit8-8.5.22-ddd05b9.tgz /phpunit8-8.5.23-efb20ff.tgz +/phpunit8-8.5.24-293cb00.tgz diff --git a/phpunit8.spec b/phpunit8.spec index b21c946..f095228 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit efb20ff3623b9d09bf190a68fdfe574538a8d496 +%global gh_commit 293cb0099d75407d971a73f41e51f35b664667ed #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.23 +%global upstream_version 8.5.24 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Sun Mar 6 2022 Remi Collet - 8.5.24-1 +- update to 8.5.24 #StandWithUkraine + * Fri Jan 21 2022 Remi Collet - 8.5.23-1 - update to 8.5.23 diff --git a/sources b/sources index 20e561a..eb79cf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.23-efb20ff.tgz) = 5c45b1d330ee84627631d2ce81a36391db9cd285ea3083d193b52d7770938cebe5a80972eae55da3fd71bb25c654cfbcf953663e33e7a8b415da0c5a0f4197c8 +SHA512 (phpunit8-8.5.24-293cb00.tgz) = d513c45850f0799608a010d62a9a701c3181ced5c7e1ff88debee9e046751559f728d91f1ec6316efc9d568d9fa2261f548079ddb2f005b7fbbd3fa353144bb5 From 0ef0082455621f72b439c555aa23858876cf5791 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Mar 2022 08:56:15 +0100 Subject: [PATCH 14/44] v8.5.25 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c24aece..51ce9c1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ clog /phpunit8-8.5.22-ddd05b9.tgz /phpunit8-8.5.23-efb20ff.tgz /phpunit8-8.5.24-293cb00.tgz +/phpunit8-8.5.25-9ff23f4.tgz diff --git a/phpunit8.spec b/phpunit8.spec index f095228..33c3ed1 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 293cb0099d75407d971a73f41e51f35b664667ed +%global gh_commit 9ff23f4dfde040ccd3b8db876192d1184b934158 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.24 +%global upstream_version 8.5.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Thu Mar 17 2022 Remi Collet - 8.5.25-1 +- update to 8.5.25 + * Sun Mar 6 2022 Remi Collet - 8.5.24-1 - update to 8.5.24 #StandWithUkraine diff --git a/sources b/sources index eb79cf3..b982c74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.24-293cb00.tgz) = d513c45850f0799608a010d62a9a701c3181ced5c7e1ff88debee9e046751559f728d91f1ec6316efc9d568d9fa2261f548079ddb2f005b7fbbd3fa353144bb5 +SHA512 (phpunit8-8.5.25-9ff23f4.tgz) = dd2a986a93108167df5b1f979df5d2b73049f4202e3b70bcb449ebe3d112d942ca55f65d41eb13289b42eb85f185cc2113f532bc42674b2925c3ed360db15ac7 From 965d4b99a096f53b2ec35b3be2ad6b4d865de599 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Apr 2022 09:15:43 +0200 Subject: [PATCH 15/44] v8.5.26 --- .gitignore | 1 + phpunit8.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 51ce9c1..f4bc2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ clog /phpunit8-8.5.23-efb20ff.tgz /phpunit8-8.5.24-293cb00.tgz /phpunit8-8.5.25-9ff23f4.tgz +/phpunit8-8.5.26-ef117c5.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 33c3ed1..7e64b6c 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9ff23f4dfde040ccd3b8db876192d1184b934158 +%global gh_commit ef117c59fc4c54a979021b26d08a3373e386606d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.25 +%global upstream_version 8.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -196,8 +196,8 @@ cat src/autoload.php --output tests/autoload.php \ --exclude '*/BankAccountTest2.php' \ --exclude '*/regression/Trac/783/OneTest.php' \ - --exclude 'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \ - --exclude 'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \ + --exclude 'tests/end-to-end/regression/3889/Issue3889Test.test.php' \ + --exclude 'tests/end-to-end/regression/3904/Issue3904Test.php' \ tests @@ -233,6 +233,9 @@ exit $ret %changelog +* Mon Apr 4 2022 Remi Collet - 8.5.26-1 +- update to 8.5.26 + * Thu Mar 17 2022 Remi Collet - 8.5.25-1 - update to 8.5.25 diff --git a/sources b/sources index b982c74..6cf2f72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.25-9ff23f4.tgz) = dd2a986a93108167df5b1f979df5d2b73049f4202e3b70bcb449ebe3d112d942ca55f65d41eb13289b42eb85f185cc2113f532bc42674b2925c3ed360db15ac7 +SHA512 (phpunit8-8.5.26-ef117c5.tgz) = b8202ef0107a3a9a482a628343aa1fa0af69dc41bd080c64da8159d2fbec2b4e16d3766fee73230d87cfb665ae7983d7a82ba925106112562697cbf7026cb32f From 22f9bf520d97471fefa52f405a89ef599c8ba729 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jun 2022 11:05:50 +0200 Subject: [PATCH 16/44] v8.5.27 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4bc2d6..3cbe09c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ clog /phpunit8-8.5.24-293cb00.tgz /phpunit8-8.5.25-9ff23f4.tgz /phpunit8-8.5.26-ef117c5.tgz +/phpunit8-8.5.27-df70070.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 7e64b6c..45ab136 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef117c59fc4c54a979021b26d08a3373e386606d +%global gh_commit df70070f2711b8fe8dcca0797c1239ede8c94be6 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.26 +%global upstream_version 8.5.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -233,6 +233,9 @@ exit $ret %changelog +* Mon Jun 20 2022 Remi Collet - 8.5.27-1 +- update to 8.5.27 + * Mon Apr 4 2022 Remi Collet - 8.5.26-1 - update to 8.5.26 diff --git a/sources b/sources index 6cf2f72..67937a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.26-ef117c5.tgz) = b8202ef0107a3a9a482a628343aa1fa0af69dc41bd080c64da8159d2fbec2b4e16d3766fee73230d87cfb665ae7983d7a82ba925106112562697cbf7026cb32f +SHA512 (phpunit8-8.5.27-df70070.tgz) = d1279f6316aee7b91224e1236edbbf9f665db2d2f3ae7371c2a8dc9af4e6596dbcd23a19f1881f28e0aa17856ac0070c2ea18a472285d397ff055ed8ef984584 From 8dfd95989fe77f1986e6cfa03c579e1bc482db9e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:42:59 +0000 Subject: [PATCH 17/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 45ab136..758ed32 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -30,7 +30,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -233,6 +233,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 8.5.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 20 2022 Remi Collet - 8.5.27-1 - update to 8.5.27 From 11cef361c301ff4f065c49627b7196bdd0005519 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jul 2022 14:06:17 +0200 Subject: [PATCH 18/44] v8.5.28 --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3cbe09c..69cdbc4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ clog /phpunit8-8.5.25-9ff23f4.tgz /phpunit8-8.5.26-ef117c5.tgz /phpunit8-8.5.27-df70070.tgz +/phpunit8-8.5.28-8f2d1c9.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 758ed32..20e72bf 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit df70070f2711b8fe8dcca0797c1239ede8c94be6 +%global gh_commit 8f2d1c9c7b30382459c871467853da1a6e44fbd4 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,12 +25,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.27 +%global upstream_version 8.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -233,6 +233,9 @@ exit $ret %changelog +* Fri Jul 29 2022 Remi Collet - 8.5.28-1 +- update to 8.5.28 + * Fri Jul 22 2022 Fedora Release Engineering - 8.5.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 67937a0..e2aed9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.27-df70070.tgz) = d1279f6316aee7b91224e1236edbbf9f665db2d2f3ae7371c2a8dc9af4e6596dbcd23a19f1881f28e0aa17856ac0070c2ea18a472285d397ff055ed8ef984584 +SHA512 (phpunit8-8.5.28-8f2d1c9.tgz) = 4866deb0881f56b0c128eb09a2a53e4c817533b6ea1a5b2f75cef597f4a072fb9768663afa29515230ff5c676e91f5c95681868d9f5ab956f2929bf4bee6baf9 From 109317cc3a8a6b48bab729c17a49b4ce18c0a733 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 11:36:36 +0200 Subject: [PATCH 19/44] update to 8.5.29 keep dependency on phpspec/prophecy (optional) --- .gitignore | 1 + phpunit8.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 69cdbc4..755c4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /phpunit8-8.5.26-ef117c5.tgz /phpunit8-8.5.27-df70070.tgz /phpunit8-8.5.28-8f2d1c9.tgz +/phpunit8-8.5.29-e8c563c.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 20e72bf..5e5f79b 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8f2d1c9c7b30382459c871467853da1a6e44fbd4 +%global gh_commit e8c563c47a9a303662955518ca532b022b337f4d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.28 +%global upstream_version 8.5.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -83,7 +83,6 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.10.0", # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", -# "phpspec/prophecy": "^1.10.3", # "phpunit/php-code-coverage": "^7.0.10", # "phpunit/php-file-iterator": "^2.0.4", # "phpunit/php-text-template": "^1.2.1", @@ -216,7 +215,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -233,6 +232,10 @@ exit $ret %changelog +* Tue Aug 30 2022 Remi Collet - 8.5.29-1 +- update to 8.5.29 +- keep dependency on phpspec/prophecy (optional) + * Fri Jul 29 2022 Remi Collet - 8.5.28-1 - update to 8.5.28 diff --git a/sources b/sources index e2aed9a..491e67b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.28-8f2d1c9.tgz) = 4866deb0881f56b0c128eb09a2a53e4c817533b6ea1a5b2f75cef597f4a072fb9768663afa29515230ff5c676e91f5c95681868d9f5ab956f2929bf4bee6baf9 +SHA512 (phpunit8-8.5.29-e8c563c.tgz) = 0d83d79757038d8cd3b6be3fb811daf5a200b93e590aaaee17f8be20ad3a313a765eb3c844f9e829c1dcfd13d55266c832a40911c17f6ec1de74052737aaaa18 From dcf88a488ec1f94b0395e07cfae4c460a5aa7a1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Sep 2022 09:02:30 +0200 Subject: [PATCH 20/44] update to 8.5.30 raise dependency on sebastian/comparator 3.0.2 raise dependency on sebastian/exporter 3.1.5 --- .gitignore | 1 + phpunit8.spec | 21 +++++++++++++-------- sources | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 755c4ff..840f5df 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /phpunit8-8.5.27-df70070.tgz /phpunit8-8.5.28-8f2d1c9.tgz /phpunit8-8.5.29-e8c563c.tgz +/phpunit8-8.5.30-4fd448d.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 5e5f79b..96762be 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e8c563c47a9a303662955518ca532b022b337f4d +%global gh_commit 4fd448df9affda65a5faa58f8b93087d415216ce #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.29 +%global upstream_version 8.5.30 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,10 +52,10 @@ BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-c BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) +BuildRequires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) BuildRequires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) BuildRequires: (php-composer(sebastian/environment) >= 4.2.3 with php-composer(sebastian/environment) < 5) -BuildRequires: (php-composer(sebastian/exporter) >= 3.1.2 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.5 with php-composer(sebastian/exporter) < 4) BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) @@ -87,10 +87,10 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-file-iterator": "^2.0.4", # "phpunit/php-text-template": "^1.2.1", # "phpunit/php-timer": "^2.1.2", -# "sebastian/comparator": "^3.0.2", +# "sebastian/comparator": "^3.0.5", # "sebastian/diff": "^3.0.2", # "sebastian/environment": "^4.2.3", -# "sebastian/exporter": "^3.1.2", +# "sebastian/exporter": "^3.1.5", # "sebastian/global-state": "^3.0.0", # "sebastian/object-enumerator": "^3.0.3", # "sebastian/resource-operations": "^2.0.1", @@ -113,10 +113,10 @@ Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-c Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) -Requires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) +Requires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) Requires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) Requires: (php-composer(sebastian/environment) >= 4.2.3 with php-composer(sebastian/environment) < 5) -Requires: (php-composer(sebastian/exporter) >= 3.1.2 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/exporter) >= 3.1.5 with php-composer(sebastian/exporter) < 4) Requires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) @@ -232,6 +232,11 @@ exit $ret %changelog +* Sun Sep 25 2022 Remi Collet - 8.5.30-1 +- update to 8.5.30 +- raise dependency on sebastian/comparator 3.0.2 +- raise dependency on sebastian/exporter 3.1.5 + * Tue Aug 30 2022 Remi Collet - 8.5.29-1 - update to 8.5.29 - keep dependency on phpspec/prophecy (optional) diff --git a/sources b/sources index 491e67b..c8e2c33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.29-e8c563c.tgz) = 0d83d79757038d8cd3b6be3fb811daf5a200b93e590aaaee17f8be20ad3a313a765eb3c844f9e829c1dcfd13d55266c832a40911c17f6ec1de74052737aaaa18 +SHA512 (phpunit8-8.5.30-4fd448d.tgz) = d7e96c2b7c4c6e0b6c6af7a94a32132707c567493747adaf8c10246715d5c17971352fc8c907af400c6120c4064a1a9e996cca263710bdf48959f787e9699c0b From 98ac28703aa35d07844b41425862b5d42863e42d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2022 08:26:52 +0200 Subject: [PATCH 21/44] v8.5.31 --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 840f5df..2481253 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ clog /phpunit8-8.5.28-8f2d1c9.tgz /phpunit8-8.5.29-e8c563c.tgz /phpunit8-8.5.30-4fd448d.tgz +/phpunit8-8.5.31-33c126b.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 96762be..4c67d73 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4fd448df9affda65a5faa58f8b93087d415216ce +%global gh_commit 33c126b09a42de5c99e5e8032b54e8221264a74e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.30 +%global upstream_version 8.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -232,6 +232,9 @@ exit $ret %changelog +* Fri Oct 28 2022 Remi Collet - 8.5.31-1 +- update to 8.5.31 + * Sun Sep 25 2022 Remi Collet - 8.5.30-1 - update to 8.5.30 - raise dependency on sebastian/comparator 3.0.2 diff --git a/sources b/sources index c8e2c33..e8b14b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.30-4fd448d.tgz) = d7e96c2b7c4c6e0b6c6af7a94a32132707c567493747adaf8c10246715d5c17971352fc8c907af400c6120c4064a1a9e996cca263710bdf48959f787e9699c0b +SHA512 (phpunit8-8.5.31-33c126b.tgz) = aa283613dd79b2d972f3c75901b22f32d3261623089f94810ab73ecee23d94b8dc2e8307d91ec5f8eb248207cd6bdd6333bb80d16815248b2d6a018808268acb From a9c2f6bc2fef7a0caaa8b65f6cbcce68852e1b6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:36:19 +0000 Subject: [PATCH 22/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 4c67d73..8d34cb9 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -30,7 +30,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD @@ -232,6 +232,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 8.5.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Oct 28 2022 Remi Collet - 8.5.31-1 - update to 8.5.31 From a5c01da422f96d244dd6b46ef17a4438c6890bf7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jan 2023 14:45:43 +0100 Subject: [PATCH 23/44] v8.5.32 --- .gitignore | 1 + phpunit8.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2481253..f497c84 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /phpunit8-8.5.29-e8c563c.tgz /phpunit8-8.5.30-4fd448d.tgz /phpunit8-8.5.31-33c126b.tgz +/phpunit8-8.5.32-3756869.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 8d34cb9..f3156c1 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2022 Remi Collet +# Copyright (c) 2010-2023 Remi Collet # -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 33c126b09a42de5c99e5e8032b54e8221264a74e +%global gh_commit 375686930d05c9fd7d20f6e5fc38121e8d7a9d55 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,15 +25,15 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.31 +%global upstream_version 8.5.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh @@ -232,6 +232,9 @@ exit $ret %changelog +* Thu Jan 26 2023 Remi Collet - 8.5.32-1 +- update to 8.5.32 + * Fri Jan 20 2023 Fedora Release Engineering - 8.5.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index e8b14b5..b644426 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.31-33c126b.tgz) = aa283613dd79b2d972f3c75901b22f32d3261623089f94810ab73ecee23d94b8dc2e8307d91ec5f8eb248207cd6bdd6333bb80d16815248b2d6a018808268acb +SHA512 (phpunit8-8.5.32-3756869.tgz) = 06d531224a027d557c8463ad810f7d44e8b8ab4b79173977cfc5f8118a3260d9bebfe07b8d1a2eb201f5f327968ee8de5ae2d06bc2ab85d7d7505d9acdaeadcc From 1594f12219963008f50b1c17f9dce5abe3c4dce5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2023 15:12:38 +0100 Subject: [PATCH 24/44] v8.5.33 --- .gitignore | 1 + phpunit8-rpm.patch | 13 +++++++++---- phpunit8.spec | 10 ++++++++-- sources | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f497c84..a062d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ clog /phpunit8-8.5.30-4fd448d.tgz /phpunit8-8.5.31-33c126b.tgz /phpunit8-8.5.32-3756869.tgz +/phpunit8-8.5.33-7d1ff0e.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index 2fe8780..25cd8f0 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -33,15 +33,20 @@ diff -up ./phpunit.rpm ./phpunit } $options = getopt('', array('prepend:')); -@@ -95,4 +79,8 @@ unset($options); +@@ -95,4 +79,13 @@ unset($options); require PHPUNIT_COMPOSER_INSTALL; -PHPUnit\TextUI\Command::main(); -+if (class_exists('PHPUnit_TextUI_Command')) { -+ PHPUnit_TextUI_Command::main(); // PHPUnit v5 or older ++if (class_exists('PHPUnit\\TextUI\\Application')) { ++ // PHPUnit v10 or newer ++ exit((new PHPUnit\TextUI\Application)->run($_SERVER['argv'])); ++} else if (class_exists('PHPUnit_TextUI_Command')) { ++ // PHPUnit v5 or older ++ PHPUnit_TextUI_Command::main(); +} else { -+ PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer ++ // PHPUnit v6 to v9 ++ PHPUnit\TextUI\Command::main(); +} diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php --- ./src/Util/Configuration.php.rpm 2021-12-30 08:58:05.000000000 +0100 diff --git a/phpunit8.spec b/phpunit8.spec index f3156c1..5063154 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 375686930d05c9fd7d20f6e5fc38121e8d7a9d55 +%global gh_commit 7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.32 +%global upstream_version 8.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -129,6 +129,9 @@ Requires: (php-composer(sebastian/version) >= 2.0.1 with php-c Requires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3) Suggests: php-soap Suggests: php-xdebug +# recommends latest versions +Recommends: phpunit9 +Recommends: phpunit10 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 8.0.0 @@ -232,6 +235,9 @@ exit $ret %changelog +* Tue Feb 28 2023 Remi Collet - 8.5.33-1 +- update to 8.5.33 + * Thu Jan 26 2023 Remi Collet - 8.5.32-1 - update to 8.5.32 diff --git a/sources b/sources index b644426..22322de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.32-3756869.tgz) = 06d531224a027d557c8463ad810f7d44e8b8ab4b79173977cfc5f8118a3260d9bebfe07b8d1a2eb201f5f327968ee8de5ae2d06bc2ab85d7d7505d9acdaeadcc +SHA512 (phpunit8-8.5.33-7d1ff0e.tgz) = 24d801a3846cd4a49b7ad8ed76c832ca4c9c44ba084a643ac0b0a222a4dee10b44aef23aacb989804c7a8d2331fb8d43dfd0d7bdf264717b849e53c275af00c8 From 9aeec7fc84faa64cc7bbbce01b8ea72110c516eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:28:54 +0000 Subject: [PATCH 25/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 5063154..9a341b7 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -30,7 +30,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -235,6 +235,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 8.5.33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Feb 28 2023 Remi Collet - 8.5.33-1 - update to 8.5.33 From ddfe64f3b9c3491db5a9ad748b6d891d6dc4a99b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2023 12:40:57 +0200 Subject: [PATCH 26/44] v8.5.34 --- .gitignore | 1 + phpunit8.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a062d6b..8e1a866 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ clog /phpunit8-8.5.31-33c126b.tgz /phpunit8-8.5.32-3756869.tgz /phpunit8-8.5.33-7d1ff0e.tgz +/phpunit8-8.5.34-622d018.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 9a341b7..66434a7 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,10 +8,8 @@ # Please, preserve the changelog entries # -# For compatibility with SCL -%undefine __brp_mangle_shebangs -%global gh_commit 7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e +%global gh_commit 622d0186707f39a4ae71df3bcf42d759bb868854 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,12 +23,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.33 +%global upstream_version 8.5.34 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -155,7 +153,7 @@ Documentation: https://phpunit.readthedocs.io/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p0 -b .rpm +%patch -P0 -p0 -b .rpm %build @@ -218,7 +216,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php74 php80 php81 php82; do +for cmd in php php80 php81 php82 php83; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -235,6 +233,9 @@ exit $ret %changelog +* Tue Sep 19 2023 Remi Collet - 8.5.34-1 +- update to 8.5.34 + * Fri Jul 21 2023 Fedora Release Engineering - 8.5.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 22322de..d33671f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.33-7d1ff0e.tgz) = 24d801a3846cd4a49b7ad8ed76c832ca4c9c44ba084a643ac0b0a222a4dee10b44aef23aacb989804c7a8d2331fb8d43dfd0d7bdf264717b849e53c275af00c8 +SHA512 (phpunit8-8.5.34-622d018.tgz) = f012d3dbd68bb9e1ac1a8cecfd8d8b03593b423b3e83b2661c30904928e5023fb52760d0a865b88e21c737ffd8c285d99d7640df476b6579e9fa0ea7813e25c8 From a81439ec7e88e26b94d902e21a782971ff0fb754 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2023 10:26:15 +0100 Subject: [PATCH 27/44] v8.5.35 --- .gitignore | 1 + phpunit8.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8e1a866..868f53f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ clog /phpunit8-8.5.32-3756869.tgz /phpunit8-8.5.33-7d1ff0e.tgz /phpunit8-8.5.34-622d018.tgz +/phpunit8-8.5.35-c14b7dc.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 66434a7..ccedd5f 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,7 +9,7 @@ # -%global gh_commit 622d0186707f39a4ae71df3bcf42d759bb868854 +%global gh_commit c14b7dce827341b330519db07cf9bd16461dec1a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -23,7 +23,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.34 +%global upstream_version 8.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -140,6 +140,11 @@ Requires: php-pcre Requires: php-phar Requires: php-spl +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 +Provides: php-composer(phpunit/phpunit) = %{version} +Provides: phpunit = %{version}-%{release} +%endif + %description PHPUnit is a programmer-oriented testing framework for PHP. @@ -216,7 +221,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php80 php81 php82 php83; do +for cmd in php php81 php82 php83; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -233,6 +238,9 @@ exit $ret %changelog +* Fri Dec 1 2023 Remi Collet - 8.5.35-1 +- update to 8.5.35 (no change) + * Tue Sep 19 2023 Remi Collet - 8.5.34-1 - update to 8.5.34 diff --git a/sources b/sources index d33671f..2b49f3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.34-622d018.tgz) = f012d3dbd68bb9e1ac1a8cecfd8d8b03593b423b3e83b2661c30904928e5023fb52760d0a865b88e21c737ffd8c285d99d7640df476b6579e9fa0ea7813e25c8 +SHA512 (phpunit8-8.5.35-c14b7dc.tgz) = d3e9687dcbe0500609888228b541f61f8e1c206be9f1f83cd2dac8b36fec7cd8ebda4e78ca31a4dab370f3ddb76daae6b8640ad0efbd5fe03747f09fe28e428d From b314ec8f2b82601fe4c7255591d236103ca44c7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Dec 2023 10:39:01 +0100 Subject: [PATCH 28/44] update to 8.5.36 (no change) --- .gitignore | 1 + phpunit8.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 868f53f..f936288 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ clog /phpunit8-8.5.33-7d1ff0e.tgz /phpunit8-8.5.34-622d018.tgz /phpunit8-8.5.35-c14b7dc.tgz +/phpunit8-8.5.36-9652df5.tgz diff --git a/phpunit8.spec b/phpunit8.spec index ccedd5f..72d4f17 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,7 +9,7 @@ # -%global gh_commit c14b7dce827341b330519db07cf9bd16461dec1a +%global gh_commit 9652df58e06a681429d8cfdaec3c43d6de581d5a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -23,7 +23,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.35 +%global upstream_version 8.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -238,6 +238,9 @@ exit $ret %changelog +* Sat Dec 2 2023 Remi Collet - 8.5.36-1 +- update to 8.5.36 (no change) + * Fri Dec 1 2023 Remi Collet - 8.5.35-1 - update to 8.5.35 (no change) diff --git a/sources b/sources index 2b49f3a..bfa8d9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.35-c14b7dc.tgz) = d3e9687dcbe0500609888228b541f61f8e1c206be9f1f83cd2dac8b36fec7cd8ebda4e78ca31a4dab370f3ddb76daae6b8640ad0efbd5fe03747f09fe28e428d +SHA512 (phpunit8-8.5.36-9652df5.tgz) = a3c5430d5336ee3b72089357729d006990522b9998f491adf1bb2afcfd61fc1b07d964a8ea53776690e53373b5c2cb8623509f2a1d725a8522a26dcd131a996d From 27887ad7daecb4ee3dbc47bc856f136d232f7e7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:39:57 +0000 Subject: [PATCH 29/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 72d4f17..ca84382 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -28,7 +28,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -238,6 +238,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 8.5.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Dec 2 2023 Remi Collet - 8.5.36-1 - update to 8.5.36 (no change) From 0cfe331d5142348b5b9521bb50d072376f01c6ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:27:22 +0000 Subject: [PATCH 30/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index ca84382..4be0d0c 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -28,7 +28,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -238,6 +238,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 8.5.36-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 8.5.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 155da8372a2b802b724c1a2ccf5c752c29e3d9ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2024 09:36:37 +0100 Subject: [PATCH 31/44] v8.5.37 --- .gitignore | 1 + phpunit8.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f936288..7148b6b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ clog /phpunit8-8.5.34-622d018.tgz /phpunit8-8.5.35-c14b7dc.tgz /phpunit8-8.5.36-9652df5.tgz +/phpunit8-8.5.37-fce30f3.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 4be0d0c..d6963e6 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ @@ -9,7 +9,7 @@ # -%global gh_commit 9652df58e06a681429d8cfdaec3c43d6de581d5a +%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -23,12 +23,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.36 +%global upstream_version 8.5.37 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -130,6 +130,7 @@ Suggests: php-xdebug # recommends latest versions Recommends: phpunit9 Recommends: phpunit10 +Recommends: phpunit11 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 8.0.0 @@ -174,7 +175,6 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/Text/Template/Autoload.php', '%{php_home}/SebastianBergmann/CodeCoverage7/autoload.php', '%{php_home}/SebastianBergmann/Timer/autoload.php', - '%{php_home}/Prophecy/autoload.php', '%{php_home}/SebastianBergmann/Diff3/autoload.php', // Before comparator which may load v2 '%{php_home}/SebastianBergmann/Comparator3/autoload.php', '%{php_home}/SebastianBergmann/Environment4/autoload.php', @@ -189,6 +189,8 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/SebastianBergmann/Invoker/autoload.php', '%{php_home}/PharIo/Manifest2/autoload.php', '%{php_home}/PharIo/Version3/autoload.php', + // May load Comparator/RecursionContext bad version + '%{php_home}/Prophecy/autoload.php', ]); // Extensions \Fedora\Autoloader\Dependencies::optional( @@ -238,6 +240,9 @@ exit $ret %changelog +* Wed Mar 6 2024 Remi Collet - 8.5.37-1 +- update to 8.5.37 + * Thu Jan 25 2024 Fedora Release Engineering - 8.5.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index bfa8d9c..ac79f5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.36-9652df5.tgz) = a3c5430d5336ee3b72089357729d006990522b9998f491adf1bb2afcfd61fc1b07d964a8ea53776690e53373b5c2cb8623509f2a1d725a8522a26dcd131a996d +SHA512 (phpunit8-8.5.37-fce30f3.tgz) = 87e2b29d1d775329138ec8619d8b37c57fdc39af284a6b54c5fcec571477461ce4857b1aad4161be31369a6bd2fc65c31381b4e88f302fd3acc21637df036b31 From 7b1c14a9ddcf9379dbe03926bf343bc9de597772 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 09:21:56 +0200 Subject: [PATCH 32/44] update to 8.5.38 (no change) --- .gitignore | 1 + phpunit8-rpm.patch | 49 +++++++++++++++++++++++++++++++++++++++------- phpunit8.spec | 9 +++++++-- sources | 2 +- 4 files changed, 51 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7148b6b..2a850a9 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ clog /phpunit8-8.5.35-c14b7dc.tgz /phpunit8-8.5.36-9652df5.tgz /phpunit8-8.5.37-fce30f3.tgz +/phpunit8-8.5.38-1ecad67.tgz diff --git a/phpunit8-rpm.patch b/phpunit8-rpm.patch index 25cd8f0..07bbbb6 100644 --- a/phpunit8-rpm.patch +++ b/phpunit8-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2021-12-30 08:58:05.000000000 +0100 -+++ ./phpunit 2021-12-30 09:01:08.095425016 +0100 +--- ./phpunit.rpm 2024-03-06 09:33:13.000000000 +0100 ++++ ./phpunit 2024-04-05 08:00:14.044636630 +0200 @@ -62,27 +62,11 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -48,10 +48,45 @@ diff -up ./phpunit.rpm ./phpunit + // PHPUnit v6 to v9 + PHPUnit\TextUI\Command::main(); +} +diff -up ./src/TextUI/Command.php.rpm ./src/TextUI/Command.php +--- ./src/TextUI/Command.php.rpm 2024-03-06 09:33:13.000000000 +0100 ++++ ./src/TextUI/Command.php 2024-04-05 08:01:23.626251144 +0200 +@@ -1144,13 +1144,13 @@ class Command + $this->printVersionString(); + + $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); +- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . explode('.', Version::series())[0]); ++ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=explode('.', Version::series())[0]); + + $notLatest = version_compare($latestVersion, Version::id(), '>'); + $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); + + if ($notLatest || $notLatestCompatible) { +- print 'You are not using the latest version of PHPUnit.' . PHP_EOL; ++ print 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL; + } else { + print 'You are using the latest version of PHPUnit.' . PHP_EOL; + } +@@ -1161,6 +1161,7 @@ class Command + Version::id(), + $latestCompatibleVersion + ); ++ printf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); + } + + if ($notLatest) { +@@ -1168,6 +1169,7 @@ class Command + 'The latest version is PHPUnit %s.' . PHP_EOL, + $latestVersion + ); ++ printf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); + } + + exit(TestRunner::SUCCESS_EXIT); diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php ---- ./src/Util/Configuration.php.rpm 2021-12-30 08:58:05.000000000 +0100 -+++ ./src/Util/Configuration.php 2021-12-30 08:58:11.290733945 +0100 -@@ -929,7 +929,7 @@ final class Configuration +--- ./src/Util/Configuration.php.rpm 2024-03-06 09:33:13.000000000 +0100 ++++ ./src/Util/Configuration.php 2024-04-05 08:00:14.044636630 +0200 +@@ -932,7 +932,7 @@ final class Configuration private function validateConfigurationAgainstSchema(): void { $original = libxml_use_internal_errors(true); @@ -61,8 +96,8 @@ diff -up ./src/Util/Configuration.php.rpm ./src/Util/Configuration.php if (defined('__PHPUNIT_PHAR_ROOT__')) { $xsdFilename = __PHPUNIT_PHAR_ROOT__ . '/phpunit.xsd'; diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2021-12-30 08:58:05.000000000 +0100 -+++ ./tests/bootstrap.php 2021-12-30 08:58:11.290733945 +0100 +--- ./tests/bootstrap.php.rpm 2024-03-06 09:33:13.000000000 +0100 ++++ ./tests/bootstrap.php 2024-04-05 08:00:14.044636630 +0200 @@ -9,8 +9,8 @@ */ const TEST_FILES_PATH = __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR; diff --git a/phpunit8.spec b/phpunit8.spec index d6963e6..d0630d9 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,7 +9,7 @@ # -%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b +%global gh_commit 1ecad678646c817a29e55a32c930f3601c3f5a8c #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -23,7 +23,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.37 +%global upstream_version 8.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -161,6 +161,8 @@ Documentation: https://phpunit.readthedocs.io/ %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm +find . -name \*.rpm -delete -print + %build %{_bindir}/phpab \ @@ -240,6 +242,9 @@ exit $ret %changelog +* Fri Apr 5 2024 Remi Collet - 8.5.38-1 +- update to 8.5.38 (no change) + * Wed Mar 6 2024 Remi Collet - 8.5.37-1 - update to 8.5.37 diff --git a/sources b/sources index ac79f5b..d8b8c85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.37-fce30f3.tgz) = 87e2b29d1d775329138ec8619d8b37c57fdc39af284a6b54c5fcec571477461ce4857b1aad4161be31369a6bd2fc65c31381b4e88f302fd3acc21637df036b31 +SHA512 (phpunit8-8.5.38-1ecad67.tgz) = 27b442bc4ef4d535346074d2c2350595f4e0c32b235b0f06e259eff9020fc5c22b137eb90bb3ee8535bf21b682d1aa8d874be620158e89fb97cfabe6ec58cc5d From 6b2499915bef730f68476e8f89223b04a643eed5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jul 2024 07:46:41 +0200 Subject: [PATCH 33/44] update to 8.5.39 (no change) raise dependencies --- .gitignore | 1 + phpunit8.spec | 92 +++++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 50 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 2a850a9..8d6492b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ clog /phpunit8-8.5.36-9652df5.tgz /phpunit8-8.5.37-fce30f3.tgz /phpunit8-8.5.38-1ecad67.tgz +/phpunit8-8.5.39-172ba97.tgz diff --git a/phpunit8.spec b/phpunit8.spec index d0630d9..01dff2d 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,8 +9,8 @@ # -%global gh_commit 1ecad678646c817a29e55a32c930f3601c3f5a8c -#global gh_date 20150927 +%global gh_commit 172ba97bcf97ae6ef86ca256adf77aece8a143fe +%global gh_date 2024-07-10 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -23,7 +23,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.38 +%global upstream_version 8.5.39 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -41,24 +41,24 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 -BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.0 with php-composer(myclabs/deep-copy) < 2) -BuildRequires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -BuildRequires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) +BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-composer(phpunit/php-code-coverage) < 8) -BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.17 with php-composer(phpunit/php-code-coverage) < 8) +BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.6 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) -BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) +BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-composer(phpunit/php-timer) < 3) BuildRequires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) -BuildRequires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) -BuildRequires: (php-composer(sebastian/environment) >= 4.2.3 with php-composer(sebastian/environment) < 5) -BuildRequires: (php-composer(sebastian/exporter) >= 3.1.5 with php-composer(sebastian/exporter) < 4) -BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) -BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) -BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) +BuildRequires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) +BuildRequires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/global-state) >= 3.0.5 with php-composer(sebastian/global-state) < 4) +BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) +BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) BuildRequires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) -BuildRequires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2) +BuildRequires: (php-composer(sebastian/type) >= 1.1.5 with php-composer(sebastian/type) < 2) BuildRequires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3) BuildRequires: php-dom BuildRequires: php-json @@ -77,21 +77,21 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "doctrine/instantiator": "^1.3.1", -# "myclabs/deep-copy": "^1.10.0", -# "phar-io/manifest": "^2.0.3", -# "phar-io/version": "^3.0.2", -# "phpunit/php-code-coverage": "^7.0.10", -# "phpunit/php-file-iterator": "^2.0.4", +# "doctrine/instantiator": "^1.5.0", +# "myclabs/deep-copy": "^1.12.0", +# "phar-io/manifest": "^2.0.4", +# "phar-io/version": "^3.2.1", +# "phpunit/php-code-coverage": "^7.0.17", +# "phpunit/php-file-iterator": "^2.0.6", # "phpunit/php-text-template": "^1.2.1", -# "phpunit/php-timer": "^2.1.2", +# "phpunit/php-timer": "^2.1.4", # "sebastian/comparator": "^3.0.5", -# "sebastian/diff": "^3.0.2", -# "sebastian/environment": "^4.2.3", -# "sebastian/exporter": "^3.1.5", -# "sebastian/global-state": "^3.0.0", -# "sebastian/object-enumerator": "^3.0.3", -# "sebastian/resource-operations": "^2.0.1", +# "sebastian/diff": "^3.0.6", +# "sebastian/environment": "^4.2.5", +# "sebastian/exporter": "^3.1.6", +# "sebastian/global-state": "^3.0.5", +# "sebastian/object-enumerator": "^3.0.5", +# "sebastian/resource-operations": "^2.0.3", # "sebastian/type": "^1.1.3", # "sebastian/version": "^2.0.1", Requires: php(language) >= 7.2 @@ -102,23 +102,23 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) -Requires: (php-composer(myclabs/deep-copy) >= 1.10.0 with php-composer(myclabs/deep-copy) < 2) -Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) +Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) -Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.12 with php-composer(phpunit/php-code-coverage) < 8) -Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.4 with php-composer(phpunit/php-file-iterator) < 3) +Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.17 with php-composer(phpunit/php-code-coverage) < 8) +Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.6 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) -Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) +Requires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-composer(phpunit/php-timer) < 3) Requires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) -Requires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) -Requires: (php-composer(sebastian/environment) >= 4.2.3 with php-composer(sebastian/environment) < 5) -Requires: (php-composer(sebastian/exporter) >= 3.1.5 with php-composer(sebastian/exporter) < 4) -Requires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) -Requires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) -Requires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) -Requires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2) +Requires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) +Requires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) +Requires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/global-state) >= 3.0.5 with php-composer(sebastian/global-state) < 4) +Requires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) +Requires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) +Requires: (php-composer(sebastian/type) >= 1.1.5 with php-composer(sebastian/type) < 2) Requires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) # From composer.json, "suggest": { # "phpunit/php-invoker": "^2.0.0", @@ -242,6 +242,10 @@ exit $ret %changelog +* Thu Jul 11 2024 Remi Collet - 8.5.39-1 +- update to 8.5.39 (no change) +- raise dependencies + * Fri Apr 5 2024 Remi Collet - 8.5.38-1 - update to 8.5.38 (no change) diff --git a/sources b/sources index d8b8c85..12ae165 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.38-1ecad67.tgz) = 27b442bc4ef4d535346074d2c2350595f4e0c32b235b0f06e259eff9020fc5c22b137eb90bb3ee8535bf21b682d1aa8d874be620158e89fb97cfabe6ec58cc5d +SHA512 (phpunit8-8.5.39-172ba97.tgz) = 10c1ae4baf10be7ed0d7f8459c2c237b4136d3b69b8ec85fe1819ea68b18541c3c86722ac1f8187e1451203941db92cc7371c6b7d8d3109596d01d117cfeeea0 From 5ca8049d9aaab30537ce4660a69badfb20bf4651 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:43:27 +0000 Subject: [PATCH 34/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 01dff2d..2b82662 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -28,7 +28,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -242,6 +242,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 8.5.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jul 11 2024 Remi Collet - 8.5.39-1 - update to 8.5.39 (no change) - raise dependencies From 2b22bd3e64bba8c9e597eb57c76eb58c7ac4c7a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 14:58:19 +0200 Subject: [PATCH 35/44] v8.5.40 --- .gitignore | 1 + phpunit8.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8d6492b..0dc0ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ clog /phpunit8-8.5.37-fce30f3.tgz /phpunit8-8.5.38-1ecad67.tgz /phpunit8-8.5.39-172ba97.tgz +/phpunit8-8.5.40-48ed828.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 2b82662..4eb8d3e 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,8 +9,8 @@ # -%global gh_commit 172ba97bcf97ae6ef86ca256adf77aece8a143fe -%global gh_date 2024-07-10 +%global gh_commit 48ed828b72c35b38cdddcd9059339734cb06b3a7 +%global gh_date 2024-09-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -23,12 +23,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.39 +%global upstream_version 8.5.40 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -225,7 +225,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -242,6 +242,9 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet - 8.5.40-1 +- update to 8.5.40 + * Fri Jul 19 2024 Fedora Release Engineering - 8.5.39-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 12ae165..8d7603d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.39-172ba97.tgz) = 10c1ae4baf10be7ed0d7f8459c2c237b4136d3b69b8ec85fe1819ea68b18541c3c86722ac1f8187e1451203941db92cc7371c6b7d8d3109596d01d117cfeeea0 +SHA512 (phpunit8-8.5.40-48ed828.tgz) = 5bd3de27ccc2ae5c7727af70700de7f5322832ffc624e27a9f59588f86c80290bed67cc9cffb08896f62c26186e9cfce95b062c9361c1fc2f825e11d53236f61 From fde52927d8063f5c5c346a0d2047d59876718009 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2024 09:27:34 +0100 Subject: [PATCH 36/44] update to 8.5.41 (no change) raise dependency on myclabs/deep-copy 1.12.1 --- .gitignore | 1 + phpunit8.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0dc0ae9..b631200 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ clog /phpunit8-8.5.38-1ecad67.tgz /phpunit8-8.5.39-172ba97.tgz /phpunit8-8.5.40-48ed828.tgz +/phpunit8-8.5.41-d843cb5.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 4eb8d3e..ba20d32 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -9,8 +9,8 @@ # -%global gh_commit 48ed828b72c35b38cdddcd9059339734cb06b3a7 -%global gh_date 2024-09-19 +%global gh_commit d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa +%global gh_date 2024-12-05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -23,7 +23,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.40 +%global upstream_version 8.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -42,7 +42,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -78,7 +78,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xml": "*", # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.5.0", -# "myclabs/deep-copy": "^1.12.0", +# "myclabs/deep-copy": "^1.12.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^7.0.17", @@ -103,7 +103,7 @@ Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -242,6 +242,10 @@ exit $ret %changelog +* Thu Dec 5 2024 Remi Collet - 8.5.41-1 +- update to 8.5.41 (no change) +- raise dependency on myclabs/deep-copy 1.12.1 + * Thu Sep 19 2024 Remi Collet - 8.5.40-1 - update to 8.5.40 diff --git a/sources b/sources index 8d7603d..1b958c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.40-48ed828.tgz) = 5bd3de27ccc2ae5c7727af70700de7f5322832ffc624e27a9f59588f86c80290bed67cc9cffb08896f62c26186e9cfce95b062c9361c1fc2f825e11d53236f61 +SHA512 (phpunit8-8.5.41-d843cb5.tgz) = c58e14d4bad1e79e9374af9b9476de28e6a6614baf8aef2f0229073fa7fde09ec6a8e90183ee9ef17c242bd147388f54fb12feb6122271fe3e7eb7499b17fa03 From 8bbb7d0b95fad5f3de83eaa0baf78e1985f39b8f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:02:09 +0000 Subject: [PATCH 37/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index ba20d32..ba62089 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -28,7 +28,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -242,6 +242,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 8.5.41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Dec 5 2024 Remi Collet - 8.5.41-1 - update to 8.5.41 (no change) - raise dependency on myclabs/deep-copy 1.12.1 From 6aa39f4ccac3e9de243fe18821411a1cd3b82849 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 May 2025 15:24:19 +0200 Subject: [PATCH 38/44] v8.5.42 --- .gitignore | 1 + phpunit8.spec | 30 +++++++++++++++--------------- sources | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index b631200..0c8c478 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ clog /phpunit8-8.5.39-172ba97.tgz /phpunit8-8.5.40-48ed828.tgz /phpunit8-8.5.41-d843cb5.tgz +/phpunit8-8.5.42-3a68a70.tgz diff --git a/phpunit8.spec b/phpunit8.spec index ba62089..5592f85 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,16 +1,15 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2024 Remi Collet -# -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa -%global gh_date 2024-12-05 +%global gh_commit 3a68a70824da546d26ac08ca4fced67341f4158f +%global gh_date 2025-05-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -23,12 +22,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.41 +%global upstream_version 8.5.42 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -42,7 +41,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -78,7 +77,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xml": "*", # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.5.0", -# "myclabs/deep-copy": "^1.12.1", +# "myclabs/deep-copy": "^1.13.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^7.0.17", @@ -103,7 +102,7 @@ Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -134,12 +133,9 @@ Recommends: phpunit11 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 8.0.0 -Requires: php-reflection Requires: php-openssl Requires: php-pcntl -Requires: php-pcre Requires: php-phar -Requires: php-spl %if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 Provides: php-composer(phpunit/phpunit) = %{version} @@ -154,7 +150,7 @@ It is an instance of the xUnit architecture for unit testing frameworks. This package provides the version %{ver_major} of PHPUnit, available using the %{name} command. -Documentation: https://phpunit.readthedocs.io/ +Documentation: https://phpunit.de/documentation.html %prep @@ -242,6 +238,10 @@ exit $ret %changelog +* Sun May 4 2025 Remi Collet - 8.5.42-1 +- update to 8.5.42 +- raise dependency on myclabs/deep-copy 1.13.1 + * Sat Jan 18 2025 Fedora Release Engineering - 8.5.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 1b958c6..826d348 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.41-d843cb5.tgz) = c58e14d4bad1e79e9374af9b9476de28e6a6614baf8aef2f0229073fa7fde09ec6a8e90183ee9ef17c242bd147388f54fb12feb6122271fe3e7eb7499b17fa03 +SHA512 (phpunit8-8.5.42-3a68a70.tgz) = c1a0e5d5ebcdf0d4ae6c5a09b45015ceecba23a4d95a51d53f051725f3fbd944e5b15a7d3ccf9fd99da66f908322213e9c0c5090719558ed974c8f6272273327 From c74282182a94622c76b50b9a5f7ace2f8c7b5fc8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:42:57 +0000 Subject: [PATCH 39/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit8.spec b/phpunit8.spec index 5592f85..28ec6c2 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -27,7 +27,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -238,6 +238,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 8.5.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun May 4 2025 Remi Collet - 8.5.42-1 - update to 8.5.42 - raise dependency on myclabs/deep-copy 1.13.1 From 1689f219198fbda23b17677af7c78999ef031b04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 13:54:13 +0200 Subject: [PATCH 40/44] v8.5.44 --- .gitignore | 1 + phpunit8.spec | 32 ++++++++++++++++++-------------- sources | 2 +- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 0c8c478..33e6c07 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ clog /phpunit8-8.5.40-48ed828.tgz /phpunit8-8.5.41-d843cb5.tgz /phpunit8-8.5.42-3a68a70.tgz +/phpunit8-8.5.44-e1d7ab6.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 28ec6c2..72d23e2 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,8 +8,8 @@ # -%global gh_commit 3a68a70824da546d26ac08ca4fced67341f4158f -%global gh_date 2025-05-02 +%global gh_commit e1d7ab63dc670dedf76202bb01b593195b0d4196 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,12 +22,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.42 +%global upstream_version 8.5.44 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -41,7 +41,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -49,11 +49,11 @@ BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.17 with php-c BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.6 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-composer(phpunit/php-timer) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) +BuildRequires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) BuildRequires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) BuildRequires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) BuildRequires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) -BuildRequires: (php-composer(sebastian/global-state) >= 3.0.5 with php-composer(sebastian/global-state) < 4) +BuildRequires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) BuildRequires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) @@ -77,18 +77,18 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xml": "*", # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.5.0", -# "myclabs/deep-copy": "^1.13.1", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^7.0.17", # "phpunit/php-file-iterator": "^2.0.6", # "phpunit/php-text-template": "^1.2.1", # "phpunit/php-timer": "^2.1.4", -# "sebastian/comparator": "^3.0.5", +# "sebastian/comparator": "^3.0.6", # "sebastian/diff": "^3.0.6", # "sebastian/environment": "^4.2.5", # "sebastian/exporter": "^3.1.6", -# "sebastian/global-state": "^3.0.5", +# "sebastian/global-state": "^3.0.6", # "sebastian/object-enumerator": "^3.0.5", # "sebastian/resource-operations": "^2.0.3", # "sebastian/type": "^1.1.3", @@ -102,7 +102,7 @@ Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2) -Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2) @@ -110,11 +110,11 @@ Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.17 with php-c Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.6 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-composer(phpunit/php-timer) < 3) -Requires: (php-composer(sebastian/comparator) >= 3.0.5 with php-composer(sebastian/comparator) < 4) +Requires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) Requires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) Requires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) Requires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) -Requires: (php-composer(sebastian/global-state) >= 3.0.5 with php-composer(sebastian/global-state) < 4) +Requires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) Requires: (php-composer(sebastian/type) >= 1.1.5 with php-composer(sebastian/type) < 2) @@ -130,6 +130,7 @@ Suggests: php-xdebug Recommends: phpunit9 Recommends: phpunit10 Recommends: phpunit11 +Recommends: phpunit12 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 8.0.0 @@ -221,7 +222,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php81 php82 php83 php84; do +for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -238,6 +239,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 8.5.44-1 +- update to 8.5.44 + * Fri Jul 25 2025 Fedora Release Engineering - 8.5.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 826d348..43e5aa2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.42-3a68a70.tgz) = c1a0e5d5ebcdf0d4ae6c5a09b45015ceecba23a4d95a51d53f051725f3fbd944e5b15a7d3ccf9fd99da66f908322213e9c0c5090719558ed974c8f6272273327 +SHA512 (phpunit8-8.5.44-e1d7ab6.tgz) = 3b8fbb99227dc47d620f61fa47f15ccec7ff0f44908f8427a921c91ab0014969739df76854328a573398870f22dc17f2eaecc92545ae5b90a571047c5f42177e From 827ca73e7b8e2ba6efa8f1e53b5cf2fc43f93cd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 08:56:50 +0200 Subject: [PATCH 41/44] v8.5.45 --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33e6c07..d011746 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ clog /phpunit8-8.5.41-d843cb5.tgz /phpunit8-8.5.42-3a68a70.tgz /phpunit8-8.5.44-e1d7ab6.tgz +/phpunit8-8.5.45-5a69265.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 72d23e2..ab4b2eb 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,8 +8,8 @@ # -%global gh_commit e1d7ab63dc670dedf76202bb01b593195b0d4196 -%global gh_date 2025-08-20 +%global gh_commit 5a69265c55871fad3d35c7933a55b977ec148c20 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.44 +%global upstream_version 8.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -239,6 +239,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 8.5.45-1 +- update to 8.5.45 + * Wed Aug 20 2025 Remi Collet - 8.5.44-1 - update to 8.5.44 diff --git a/sources b/sources index 43e5aa2..a7118da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.44-e1d7ab6.tgz) = 3b8fbb99227dc47d620f61fa47f15ccec7ff0f44908f8427a921c91ab0014969739df76854328a573398870f22dc17f2eaecc92545ae5b90a571047c5f42177e +SHA512 (phpunit8-8.5.45-5a69265.tgz) = 2e5215bed5584cd4d25e17af6191e4533c7556265773eaadbb0fb931608f1a0b2c37ee7ad0124594395d1038b7591cb7e1b35b523b6a716401a7e95aa0200d4f From 3bfabf9431cd9e002cc57925f198ec4a1a942678 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 07:41:26 +0200 Subject: [PATCH 42/44] v8.5.46 --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d011746..9b18ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ clog /phpunit8-8.5.42-3a68a70.tgz /phpunit8-8.5.44-e1d7ab6.tgz /phpunit8-8.5.45-5a69265.tgz +/phpunit8-8.5.46-2da51ff.tgz diff --git a/phpunit8.spec b/phpunit8.spec index ab4b2eb..e333a57 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,8 +8,8 @@ # -%global gh_commit 5a69265c55871fad3d35c7933a55b977ec148c20 -%global gh_date 2025-09-11 +%global gh_commit 2da51ff4b15c95e8c060d7dd693fd5899f87a112 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.45 +%global upstream_version 8.5.46 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -239,6 +239,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 8.5.46-1 +- update to 8.5.46 + * Thu Sep 11 2025 Remi Collet - 8.5.45-1 - update to 8.5.45 diff --git a/sources b/sources index a7118da..65ad9fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.45-5a69265.tgz) = 2e5215bed5584cd4d25e17af6191e4533c7556265773eaadbb0fb931608f1a0b2c37ee7ad0124594395d1038b7591cb7e1b35b523b6a716401a7e95aa0200d4f +SHA512 (phpunit8-8.5.46-2da51ff.tgz) = 1dede60509f1b3cb0e3bb6f413a10505ff5a6ed1c6ff50760b336728fbeef07646ae96762533cc2db6636c1daa7a68d58632bb8b40f2c29e05adade717ca3006 From 268700f7d8de1cdeae06504bf31e8b70687ab3ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 10:42:49 +0200 Subject: [PATCH 43/44] update to 8.5.48 (no change) raise dependency on sebastian/exporter 3.1.8 --- .gitignore | 1 + phpunit8.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9b18ab8..9c2cee6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ clog /phpunit8-8.5.44-e1d7ab6.tgz /phpunit8-8.5.45-5a69265.tgz /phpunit8-8.5.46-2da51ff.tgz +/phpunit8-8.5.48-75f469c.tgz diff --git a/phpunit8.spec b/phpunit8.spec index e333a57..8711648 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,8 +8,8 @@ # -%global gh_commit 2da51ff4b15c95e8c060d7dd693fd5899f87a112 -%global gh_date 2025-09-14 +%global gh_commit 75f469c1948b91aa566206f88412c88f08090b32 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.46 +%global upstream_version 8.5.48 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) BuildRequires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) BuildRequires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) -BuildRequires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.8 with php-composer(sebastian/exporter) < 4) BuildRequires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^3.0.6", # "sebastian/diff": "^3.0.6", # "sebastian/environment": "^4.2.5", -# "sebastian/exporter": "^3.1.6", +# "sebastian/exporter": "^3.1.8", # "sebastian/global-state": "^3.0.6", # "sebastian/object-enumerator": "^3.0.5", # "sebastian/resource-operations": "^2.0.3", @@ -113,7 +113,7 @@ Requires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-c Requires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) Requires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) Requires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) -Requires: (php-composer(sebastian/exporter) >= 3.1.6 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/exporter) >= 3.1.8 with php-composer(sebastian/exporter) < 4) Requires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) @@ -239,6 +239,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 8.5.48-1 +- update to 8.5.48 (no change) +- raise dependency on sebastian/exporter 3.1.8 + * Mon Sep 15 2025 Remi Collet - 8.5.46-1 - update to 8.5.46 diff --git a/sources b/sources index 65ad9fa..b85dc88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.46-2da51ff.tgz) = 1dede60509f1b3cb0e3bb6f413a10505ff5a6ed1c6ff50760b336728fbeef07646ae96762533cc2db6636c1daa7a68d58632bb8b40f2c29e05adade717ca3006 +SHA512 (phpunit8-8.5.48-75f469c.tgz) = d5148d9fe1736a0ad538caa75903ecb6c4238f77e59d70295b6b261dcd4169c571b076222091c0ec9edba698a9356a89cf8936ca46ede3d18a9af588145d7e3c From 23c9518684e32ef7d668ef0895bbb5d44003edbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:11:04 +0100 Subject: [PATCH 44/44] update to 8.5.49 (no change) --- .gitignore | 1 + phpunit8.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c2cee6..3ee7c98 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ clog /phpunit8-8.5.45-5a69265.tgz /phpunit8-8.5.46-2da51ff.tgz /phpunit8-8.5.48-75f469c.tgz +/phpunit8-8.5.49-2605ccb.tgz diff --git a/phpunit8.spec b/phpunit8.spec index 8711648..5331753 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -8,8 +8,8 @@ # -%global gh_commit 75f469c1948b91aa566206f88412c88f08090b32 -%global gh_date 2025-09-24 +%global gh_commit 2605ccb4744dbcc20e00a12b7082c86ab3431071 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.48 +%global upstream_version 8.5.49 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -239,6 +239,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 8.5.49-1 +- update to 8.5.49 (no change) + * Wed Sep 24 2025 Remi Collet - 8.5.48-1 - update to 8.5.48 (no change) - raise dependency on sebastian/exporter 3.1.8 diff --git a/sources b/sources index b85dc88..9d0ff0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.48-75f469c.tgz) = d5148d9fe1736a0ad538caa75903ecb6c4238f77e59d70295b6b261dcd4169c571b076222091c0ec9edba698a9356a89cf8936ca46ede3d18a9af588145d7e3c +SHA512 (phpunit8-8.5.49-2605ccb.tgz) = 0d9e36ffdabe03bd2ad71719c1e1e7efb5a93e537965f9377bf211929d147cd4466ed892212ac30ed2d9c310d775eb9cd0f297d169e081da9dd01f62ac3e5959