From fec0879bd5ce28f4d3ececa9e2fe0e77cb07a648 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 12:04:30 +0200 Subject: [PATCH 01/32] update to 10.5.25 (no change) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cec7c75..1a98061 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /phpunit10-10.5.19-c726f0d.tgz /phpunit10-10.5.20-547d314.tgz /phpunit10-10.5.24-5f124e3.tgz +/phpunit10-10.5.25-831bf82.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b0a20dc..624ab43 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 5f124e3e3e561006047b532fd0431bf5bb6b9015 -%global gh_date 2024-06-20 +%global gh_commit 831bf82312be6037e811833ddbea0b8de60ea314 +%global gh_date 2024-07-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.24 +%global upstream_version 10.5.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jul 3 2024 Remi Collet - 10.5.25-1 +- update to 10.5.25 (no change) + * Tue Jul 2 2024 Remi Collet - 10.5.24-1 - update to 10.5.24 diff --git a/sources b/sources index 5d7e2dd..a275d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.24-5f124e3.tgz) = 4bd65da2357e12de60dbf40d504f001181f39c86f9e63603e9b0f34e18b40aa39e65a3fa0389298b25156d06afc724da172f7d6890cff10d01cd40c3887afc83 +SHA512 (phpunit10-10.5.25-831bf82.tgz) = e95465c31c05b6b7176f7abb8e7d166c82cf675ff41b347b64fb6b736a53f4fa52c5b1ab3b239ef54c93da0a5658f34c20477b9349dffda24b14ab40d831d8d2 From 048dee0c3d5de686d0af3614095cc1302680efb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 09:37:59 +0200 Subject: [PATCH 02/32] v10.5.26 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1a98061..e9852b6 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /phpunit10-10.5.20-547d314.tgz /phpunit10-10.5.24-5f124e3.tgz /phpunit10-10.5.25-831bf82.tgz +/phpunit10-10.5.26-42e2f13.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 624ab43..053bff7 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 831bf82312be6037e811833ddbea0b8de60ea314 -%global gh_date 2024-07-03 +%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa +%global gh_date 2024-07-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.25 +%global upstream_version 10.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jul 8 2024 Remi Collet - 10.5.26-1 +- update to 10.5.26 + * Wed Jul 3 2024 Remi Collet - 10.5.25-1 - update to 10.5.25 (no change) diff --git a/sources b/sources index a275d5b..b34f0c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.25-831bf82.tgz) = e95465c31c05b6b7176f7abb8e7d166c82cf675ff41b347b64fb6b736a53f4fa52c5b1ab3b239ef54c93da0a5658f34c20477b9349dffda24b14ab40d831d8d2 +SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f From 0b3ee6226204928fd4f269b5b6210bb2a6a546ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jul 2024 07:48:34 +0200 Subject: [PATCH 03/32] update to 10.5.27 (no change) raise dependencies --- .gitignore | 1 + phpunit10.spec | 100 +++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 54 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index e9852b6..4adb2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /phpunit10-10.5.24-5f124e3.tgz /phpunit10-10.5.25-831bf82.tgz /phpunit10-10.5.26-42e2f13.tgz +/phpunit10-10.5.27-2425f71.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 053bff7..09c4c95 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa -%global gh_date 2024-07-08 +%global gh_commit 2425f713b2a5350568ccb1a2d3984841a23e83c5 +%global gh_date 2024-07-10 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.26 +%global upstream_version 10.5.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -50,25 +50,25 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 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(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) BuildRequires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -BuildRequires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -BuildRequires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -BuildRequires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -BuildRequires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom BuildRequires: php-json BuildRequires: php-mbstring @@ -86,25 +86,25 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.10.1", -# "phar-io/manifest": "^2.0.3", -# "phar-io/version": "^3.0.2", -# "phpunit/php-code-coverage": "^10.1.5", -# "phpunit/php-file-iterator": "^4.0", -# "phpunit/php-invoker": "^4.0", -# "phpunit/php-text-template": "^3.0", -# "phpunit/php-timer": "^6.0", -# "sebastian/cli-parser": "^2.0", -# "sebastian/code-unit": "^2.0", -# "sebastian/comparator": "^5.0", -# "sebastian/diff": "^5.0", -# "sebastian/environment": "^6.0", -# "sebastian/exporter": "^5.1", -# "sebastian/global-state": "^6.0.1", -# "sebastian/object-enumerator": "^5.0", -# "sebastian/recursion-context": "^5.0", -# "sebastian/type": "^4.0", -# "sebastian/version": "^4.0" +# "myclabs/deep-copy": "^1.12.0", +# "phar-io/manifest": "^2.0.4", +# "phar-io/version": "^3.2.1", +# "phpunit/php-code-coverage": "^10.1.15", +# "phpunit/php-file-iterator": "^4.1.0", +# "phpunit/php-invoker": "^4.0.0", +# "phpunit/php-text-template": "^3.0.1", +# "phpunit/php-timer": "^6.0.0", +# "sebastian/cli-parser": "^2.0.1", +# "sebastian/code-unit": "^2.0.0", +# "sebastian/comparator": "^5.0.1", +# "sebastian/diff": "^5.1.1", +# "sebastian/environment": "^6.1.0", +# "sebastian/exporter": "^5.1.2", +# "sebastian/global-state": "^6.0.2", +# "sebastian/object-enumerator": "^5.0.0", +# "sebastian/recursion-context": "^5.0.0", +# "sebastian/type": "^4.0.0", +# "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 Requires: php-cli Requires: php-dom @@ -113,25 +113,25 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 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(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -Requires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) Requires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -Requires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -Requires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -Requires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -Requires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +Requires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -Requires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { # "ext-soap": "*", Suggests: php-soap @@ -270,6 +270,10 @@ exit $ret %changelog +* Thu Jul 11 2024 Remi Collet - 10.5.27-1 +- update to 10.5.27 (no change) +- raise dependencies + * Mon Jul 8 2024 Remi Collet - 10.5.26-1 - update to 10.5.26 diff --git a/sources b/sources index b34f0c0..f5172b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f +SHA512 (phpunit10-10.5.27-2425f71.tgz) = abfcc23a3b29ee04097ad8f0f860d213611d1fa8f71d6703092581a76c4521246ca17ad0ab1d4453390ae9100a7307e3b4d98ac6f90b9036f58747f182366b4d From 73c03d87593b937dd97bc1ac2982cbc9bd074602 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Jul 2024 08:27:06 +0200 Subject: [PATCH 04/32] v10.5.28 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4adb2ac..cd20502 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /phpunit10-10.5.25-831bf82.tgz /phpunit10-10.5.26-42e2f13.tgz /phpunit10-10.5.27-2425f71.tgz +/phpunit10-10.5.28-ff7fb85.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 09c4c95..f423221 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 2425f713b2a5350568ccb1a2d3984841a23e83c5 -%global gh_date 2024-07-10 +%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 +%global gh_date 2024-07-18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.27 +%global upstream_version 10.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,7 +249,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 || ret=1 fi @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Remi Collet - 10.5.28-1 +- update to 10.5.28 + * Thu Jul 11 2024 Remi Collet - 10.5.27-1 - update to 10.5.27 (no change) - raise dependencies diff --git a/sources b/sources index f5172b0..f4d2557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.27-2425f71.tgz) = abfcc23a3b29ee04097ad8f0f860d213611d1fa8f71d6703092581a76c4521246ca17ad0ab1d4453390ae9100a7307e3b4d98ac6f90b9036f58747f182366b4d +SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 From c7d5888f6bffe90569f0bc86f6575e6fb7c18a46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:30:28 +0200 Subject: [PATCH 05/32] v10.5.29 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cd20502..cc47a33 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit10-10.5.26-42e2f13.tgz /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz +/phpunit10-10.5.29-8e9e808.tgz diff --git a/phpunit10.spec b/phpunit10.spec index f423221..2c11685 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 -%global gh_date 2024-07-18 +%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f +%global gh_date 2024-07-30 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.28 +%global upstream_version 10.5.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Jul 30 2024 Remi Collet - 10.5.29-1 +- update to 10.5.29 + * Fri Jul 19 2024 Remi Collet - 10.5.28-1 - update to 10.5.28 diff --git a/sources b/sources index f4d2557..a918d66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 +SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd From f5758afc495a610aedc7bf7ea0efa81ee0f58ba4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Aug 2024 11:09:06 +0200 Subject: [PATCH 06/32] update to 10.5.30 raise dependency on sebastian/comparator 5.0.2 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cc47a33..6537e72 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz +/phpunit10-10.5.30-b15524f.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 2c11685..7f92565 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f -%global gh_date 2024-07-30 +%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 +%global gh_date 2024-08-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.29 +%global upstream_version 10.5.30 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -60,7 +60,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.1", +# "sebastian/comparator": "^5.0.2", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -123,7 +123,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -270,6 +270,10 @@ exit $ret %changelog +* Tue Aug 13 2024 Remi Collet - 10.5.30-1 +- update to 10.5.30 +- raise dependency on sebastian/comparator 5.0.2 + * Tue Jul 30 2024 Remi Collet - 10.5.29-1 - update to 10.5.29 diff --git a/sources b/sources index a918d66..f909ddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd +SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 From c2612023bfb4a7b583f0fbbcb1ab6c440e1dea40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2024 16:28:57 +0200 Subject: [PATCH 07/32] v10.5.31 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6537e72..76ffe65 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz +/phpunit10-10.5.31-43e7c3e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7f92565..11c1cd8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 -%global gh_date 2024-08-13 +%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da +%global gh_date 2024-09-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.30 +%global upstream_version 10.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Sep 3 2024 Remi Collet - 10.5.31-1 +- update to 10.5.31 + * Tue Aug 13 2024 Remi Collet - 10.5.30-1 - update to 10.5.30 - raise dependency on sebastian/comparator 5.0.2 diff --git a/sources b/sources index f909ddc..2f2f297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 +SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 From 49b6f5973ad168981e05399c025297cb0d9e6a01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Sep 2024 07:19:46 +0200 Subject: [PATCH 08/32] v10.5.32 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 76ffe65..b4c38f9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz +/phpunit10-10.5.32-f069f46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 11c1cd8..e043c4b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da -%global gh_date 2024-09-03 +%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 +%global gh_date 2024-09-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.31 +%global upstream_version 10.5.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet - 10.5.32-1 +- update to 10.5.32 + * Tue Sep 3 2024 Remi Collet - 10.5.31-1 - update to 10.5.31 diff --git a/sources b/sources index 2f2f297..1af23b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 +SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc From 8fa3a8f1ad36b70748e952579fbcf606d77aa9a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 11:00:54 +0200 Subject: [PATCH 09/32] v10.5.33 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4c38f9..6447270 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz +/phpunit10-10.5.33-4def7a9.tgz diff --git a/phpunit10.spec b/phpunit10.spec index e043c4b..71b1c21 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 -%global gh_date 2024-09-04 +%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf +%global gh_date 2024-09-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.32 +%global upstream_version 10.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet - 10.5.33-1 +- update to 10.5.33 + * Thu Sep 5 2024 Remi Collet - 10.5.32-1 - update to 10.5.32 diff --git a/sources b/sources index 1af23b9..ed63edf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc +SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 From 56e95b580c2ba622251799d881b9a0f3421c00db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 10:45:51 +0200 Subject: [PATCH 10/32] v10.5.34 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6447270..a3ff94f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz +/phpunit10-10.5.34-3c69d31.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 71b1c21..6b8945f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf -%global gh_date 2024-09-09 +%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 +%global gh_date 2024-09-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.33 +%global upstream_version 10.5.34 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Sep 13 2024 Remi Collet - 10.5.34-1 +- update to 10.5.34 + * Mon Sep 9 2024 Remi Collet - 10.5.33-1 - update to 10.5.33 diff --git a/sources b/sources index ed63edf..53e019e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 +SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 From 04950d7d41357a1e44af307c36d4d07dc1d54090 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 15:16:52 +0200 Subject: [PATCH 11/32] v10.5.35 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a3ff94f..0593180 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz +/phpunit10-10.5.35-7ac8b4e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 6b8945f..67d28d9 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 -%global gh_date 2024-09-13 +%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b +%global gh_date 2024-09-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.34 +%global upstream_version 10.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet - 10.5.35-1 +- update to 10.5.35 + * Fri Sep 13 2024 Remi Collet - 10.5.34-1 - update to 10.5.34 diff --git a/sources b/sources index 53e019e..f5701e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 +SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 From a5b09ffa7e65cf34a1432a9bcb2cc993694eaf7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 11:20:56 +0200 Subject: [PATCH 12/32] v10.5.36 --- .gitignore | 1 + phpunit10.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0593180..b58172a 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz +/phpunit10-10.5.36-aa0a8ce.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 67d28d9..c99a9a8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b -%global gh_date 2024-09-19 +%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 +%global gh_date 2024-10-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.35 +%global upstream_version 10.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -212,18 +212,19 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ - --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/2448/Test.php' \ - --exclude 'tests/*/_files/*.php' \ - tests + tests/_files cat << 'EOF' | tee -a tests/autoload.php // Dependencies \Fedora\Autoloader\Dependencies::required([ + __DIR__ . '/unit/Event/AbstractEventTestCase.php', + __DIR__ . '/unit/Framework/MockObject/TestDoubleTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AnnotationParserTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AttributeParserTestCase.php', __DIR__ . '/_files/CoverageNamespacedFunctionTest.php', __DIR__ . '/_files/CoveredFunction.php', + __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', __DIR__ . '/end-to-end/code-coverage/ignore-function-using-attribute/src/CoveredFunction.php', - __DIR__ . '/end-to-end/execution-order/_files/MultiDependencyTest.php', ]); EOF @@ -270,6 +271,9 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet - 10.5.36-1 +- update to 10.5.36 + * Thu Sep 19 2024 Remi Collet - 10.5.35-1 - update to 10.5.35 diff --git a/sources b/sources index f5701e1..462d437 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 +SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b From c80e40cc5064a413d0ba103ed21fb95f3b003cc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 12:14:04 +0200 Subject: [PATCH 13/32] update to 10.5.37 raise dependency on sebastian/comparator 5.0.3 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b58172a..19d12a8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz +/phpunit10-10.5.37-c7cffa0.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c99a9a8..cce7fe3 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 -%global gh_date 2024-10-08 +%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 +%global gh_date 2024-10-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.36 +%global upstream_version 10.5.37 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -60,7 +60,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.2", +# "sebastian/comparator": "^5.0.3", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -123,7 +123,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -271,6 +271,10 @@ exit $ret %changelog +* Mon Oct 21 2024 Remi Collet - 10.5.37-1 +- update to 10.5.37 +- raise dependency on sebastian/comparator 5.0.3 + * Wed Oct 9 2024 Remi Collet - 10.5.36-1 - update to 10.5.36 diff --git a/sources b/sources index 462d437..ac44049 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b +SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 From d9f1897022a4baa25d1a23cbc29253fd050b6d10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2024 08:23:59 +0100 Subject: [PATCH 14/32] v10.5.38 --- .gitignore | 1 + phpunit10-rpm.patch | 87 +++++++++++++++++++++++++++++++++------------ phpunit10.spec | 9 +++-- sources | 2 +- 4 files changed, 73 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 19d12a8..f913b08 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz /phpunit10-10.5.37-c7cffa0.tgz +/phpunit10-10.5.38-a86773b.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index fa07a47..0b4ef15 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./phpunit 2024-03-21 14:02:24.892294049 +0100 +--- ./phpunit.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./phpunit 2024-10-28 16:48:36.313661416 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -50,18 +50,23 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); +} diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php ---- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-21 14:02:53.539493026 +0100 -@@ -24,7 +24,7 @@ final class VersionCheckCommand implemen - public function execute(): Result - { - $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); -- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . Version::majorVersionNumber()); -+ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=Version::majorVersionNumber()); +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-10-28 17:08:20.070934441 +0100 +@@ -39,7 +39,7 @@ final class VersionCheckCommand implemen - $notLatest = version_compare($latestVersion, Version::id(), '>'); - $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); -@@ -35,7 +35,7 @@ final class VersionCheckCommand implemen + assert($latestVersion !== false); + +- $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $this->majorVersionNumber); ++ $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=$this->majorVersionNumber); + + assert($latestCompatibleVersion !== false); + +@@ -48,11 +48,11 @@ final class VersionCheckCommand implemen + + if (!$notLatest && !$notLatestCompatible) { + return Result::from( +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, ); } @@ -70,26 +75,28 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ if ($notLatestCompatible) { $buffer .= sprintf( -@@ -43,6 +43,7 @@ final class VersionCheckCommand implemen - Version::id(), +@@ -60,6 +60,7 @@ final class VersionCheckCommand implemen + $this->versionId, $latestCompatibleVersion, ); + $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); } if ($notLatest) { -@@ -50,6 +51,7 @@ final class VersionCheckCommand implemen +@@ -67,6 +68,9 @@ final class VersionCheckCommand implemen 'The latest version is PHPUnit %s.' . PHP_EOL, $latestVersion, ); -+ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ if ($major !== ($new = (int)explode('.', $latestVersion)[0])) { ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ } } return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-21 14:02:24.893294091 +0100 -@@ -75,6 +75,6 @@ final class SchemaFinder +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-10-28 16:48:35.645635304 +0100 +@@ -77,6 +77,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -98,8 +105,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./tests/bootstrap.php 2024-03-21 14:02:24.893294091 +0100 +--- ./tests/bootstrap.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/bootstrap.php 2024-10-28 16:48:36.312661377 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } @@ -129,3 +136,39 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php } if ($phar) { +diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php +--- ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php 2024-10-28 17:05:46.654936571 +0100 +@@ -28,15 +28,16 @@ final class VersionCheckCommandTest exte + { + return [ + [ +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '10.5.0', + '10.5.0', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . + 'The latest version is PHPUnit 10.5.1.' . PHP_EOL, + 10, + '10.5.0', +@@ -44,9 +45,11 @@ final class VersionCheckCommandTest exte + '10.5.1', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . +- 'The latest version is PHPUnit 11.0.0.' . PHP_EOL, ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . ++ 'The latest version is PHPUnit 11.0.0.' . PHP_EOL . ++ 'Try to install and use the phpunit11 command.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '11.0.0', diff --git a/phpunit10.spec b/phpunit10.spec index cce7fe3..44479c8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 -%global gh_date 2024-10-21 +%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 +%global gh_date 2024-10-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.37 +%global upstream_version 10.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -271,6 +271,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet - 10.5.38-1 +- update to 10.5.38 + * Mon Oct 21 2024 Remi Collet - 10.5.37-1 - update to 10.5.37 - raise dependency on sebastian/comparator 5.0.3 diff --git a/sources b/sources index ac44049..26ea5be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 +SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574 From 177fc89666de9b0f25c2ab2df95f696874c0f804 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Dec 2024 14:25:12 +0100 Subject: [PATCH 15/32] update to 10.5.39 raise dependency on myclabs/deep-copy 1.12.1 re-license spec file to CECILL-2.1 --- .gitignore | 1 + phpunit10.spec | 24 ++++++++++++++---------- sources | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f913b08..74be364 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /phpunit10-10.5.36-aa0a8ce.tgz /phpunit10-10.5.37-c7cffa0.tgz /phpunit10-10.5.38-a86773b.tgz +/phpunit10-10.5.39-4e89eff.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 44479c8..82aaa4c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,9 +1,8 @@ # remirepo/fedora spec file for phpunit10 # -# Copyright (c) 2010-2024 Remi Collet -# -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -17,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 -%global gh_date 2024-10-28 +%global gh_commit 4e89eff200b801db58f3d580ad7426431949eaa9 +%global gh_date 2024-12-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.38 +%global upstream_version 10.5.39 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -50,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -86,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "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": "^10.1.15", @@ -113,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -271,6 +270,11 @@ exit $ret %changelog +* Wed Dec 11 2024 Remi Collet - 10.5.39-1 +- update to 10.5.39 +- raise dependency on myclabs/deep-copy 1.12.1 +- re-license spec file to CECILL-2.1 + * Mon Oct 28 2024 Remi Collet - 10.5.38-1 - update to 10.5.38 diff --git a/sources b/sources index 26ea5be..70989bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574 +SHA512 (phpunit10-10.5.39-4e89eff.tgz) = 25536856bddf89b2b525c52fa8056bbad72dccf76454e618217915fa3e734ce3eae25b43b15e920443a66b32cff0619520e625f49f7ff272750330abd92d50e1 From 54be44b77856680eb22327107914a1eea238768e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Dec 2024 14:16:31 +0100 Subject: [PATCH 16/32] v5.4.0 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 74be364..56d441e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /phpunit10-10.5.37-c7cffa0.tgz /phpunit10-10.5.38-a86773b.tgz /phpunit10-10.5.39-4e89eff.tgz +/phpunit10-10.5.40-e6ddda9.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 82aaa4c..ca27aab 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4e89eff200b801db58f3d580ad7426431949eaa9 -%global gh_date 2024-12-11 +%global gh_commit e6ddda95af52f69c1e0c7b4f977cccb58048798c +%global gh_date 2024-12-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.39 +%global upstream_version 10.5.40 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Sun Dec 22 2024 Remi Collet - 10.5.40-1 +- update to 10.5.40 + * Wed Dec 11 2024 Remi Collet - 10.5.39-1 - update to 10.5.39 - raise dependency on myclabs/deep-copy 1.12.1 diff --git a/sources b/sources index 70989bf..ad395c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.39-4e89eff.tgz) = 25536856bddf89b2b525c52fa8056bbad72dccf76454e618217915fa3e734ce3eae25b43b15e920443a66b32cff0619520e625f49f7ff272750330abd92d50e1 +SHA512 (phpunit10-10.5.40-e6ddda9.tgz) = 5e1174f7b2f62c4948591443361a7d9a0afb6225817bad842754afea92f95c5eec04cede8c5390cf6b1da2fc3e8b50bbfc82502a4f3c828f0441684d2e8e91dc From ef649646ff394fdb5cfc58699e0a986c6d1c549c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jan 2025 11:56:48 +0100 Subject: [PATCH 17/32] v10.5.41 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 56d441e..0afc5c2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /phpunit10-10.5.38-a86773b.tgz /phpunit10-10.5.39-4e89eff.tgz /phpunit10-10.5.40-e6ddda9.tgz +/phpunit10-10.5.41-e76586f.tgz diff --git a/phpunit10.spec b/phpunit10.spec index ca27aab..d45c1eb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit10 # -# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e6ddda95af52f69c1e0c7b4f977cccb58048798c -%global gh_date 2024-12-21 +%global gh_commit e76586fa3d49714f230221734b44892e384109d7 +%global gh_date 2025-01-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.40 +%global upstream_version 10.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jan 13 2025 Remi Collet - 10.5.41-1 +- update to 10.5.41 + * Sun Dec 22 2024 Remi Collet - 10.5.40-1 - update to 10.5.40 diff --git a/sources b/sources index ad395c1..b20cfb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.40-e6ddda9.tgz) = 5e1174f7b2f62c4948591443361a7d9a0afb6225817bad842754afea92f95c5eec04cede8c5390cf6b1da2fc3e8b50bbfc82502a4f3c828f0441684d2e8e91dc +SHA512 (phpunit10-10.5.41-e76586f.tgz) = f2c5a2567722b0cf041e8f034a61570ee361d291cbc0cb284b20b207663c916fef334b355843755f6503e32d773845e91f6fa34ff6c762b4b2cdd2484b89543f From c83c30862a73e8c9642533c57e29885688fb7662 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:01:45 +0000 Subject: [PATCH 18/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index d45c1eb..df13686 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -35,7 +35,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 @@ -270,6 +270,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 10.5.41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jan 13 2025 Remi Collet - 10.5.41-1 - update to 10.5.41 From 1751a12ad912087c6e86728de76bf3e8d2663a7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 09:51:18 +0100 Subject: [PATCH 19/32] v10.5.42 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0afc5c2..cac71c0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /phpunit10-10.5.39-4e89eff.tgz /phpunit10-10.5.40-e6ddda9.tgz /phpunit10-10.5.41-e76586f.tgz +/phpunit10-10.5.42-a9336f4.tgz diff --git a/phpunit10.spec b/phpunit10.spec index df13686..c294dc5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e76586fa3d49714f230221734b44892e384109d7 -%global gh_date 2025-01-13 +%global gh_commit a9336f40898c5b180e4d7305c62500b99ddf436b +%global gh_date 2025-01-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,12 +30,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.41 +%global upstream_version 10.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 @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jan 29 2025 Remi Collet - 10.5.42-1 +- update to 10.5.42 + * Sat Jan 18 2025 Fedora Release Engineering - 10.5.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index b20cfb6..701e5a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.41-e76586f.tgz) = f2c5a2567722b0cf041e8f034a61570ee361d291cbc0cb284b20b207663c916fef334b355843755f6503e32d773845e91f6fa34ff6c762b4b2cdd2484b89543f +SHA512 (phpunit10-10.5.42-a9336f4.tgz) = 917f3f381dbf110c83cac4c7a05588009b2d5209753dd6e6db6b5e020886eeb987a2a18ee5234113cba3766a8bbb99bd03cda4930e7504b46c9e98abcc504e61 From d64d183326d35f4d1e6e569b41e6dd11ecfd82fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 16:37:43 +0100 Subject: [PATCH 20/32] v10.5.43 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cac71c0..4eeca57 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /phpunit10-10.5.40-e6ddda9.tgz /phpunit10-10.5.41-e76586f.tgz /phpunit10-10.5.42-a9336f4.tgz +/phpunit10-10.5.43-fb117a8.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c294dc5..9ece4c4 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit a9336f40898c5b180e4d7305c62500b99ddf436b -%global gh_date 2025-01-28 +%global gh_commit fb117a8772c14fdc41acb1ded0de44de0c9091f9 +%global gh_date 2025-01-29 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.42 +%global upstream_version 10.5.43 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jan 29 2025 Remi Collet - 10.5.43-1 +- update to 10.5.43 + * Wed Jan 29 2025 Remi Collet - 10.5.42-1 - update to 10.5.42 diff --git a/sources b/sources index 701e5a6..07d30ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.42-a9336f4.tgz) = 917f3f381dbf110c83cac4c7a05588009b2d5209753dd6e6db6b5e020886eeb987a2a18ee5234113cba3766a8bbb99bd03cda4930e7504b46c9e98abcc504e61 +SHA512 (phpunit10-10.5.43-fb117a8.tgz) = f7801cb7fa5bacfd865a8ecff6c2037cacbe599b1ce611ad8d6ca25ff36f672a4e8d8186244d985efc0ec7b3a35d68dc50ca5e46d051469785ed7afd23de140a From 5562db9756f72acefe07bda00fa2883d0f6e9040 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Jan 2025 10:50:15 +0100 Subject: [PATCH 21/32] v10.5.44 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4eeca57..a189423 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /phpunit10-10.5.41-e76586f.tgz /phpunit10-10.5.42-a9336f4.tgz /phpunit10-10.5.43-fb117a8.tgz +/phpunit10-10.5.44-1381c62.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 9ece4c4..e9f618c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit fb117a8772c14fdc41acb1ded0de44de0c9091f9 -%global gh_date 2025-01-29 +%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 +%global gh_date 2025-01-31 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.43 +%global upstream_version 10.5.44 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Jan 31 2025 Remi Collet - 10.5.44-1 +- update to 10.5.44 + * Wed Jan 29 2025 Remi Collet - 10.5.43-1 - update to 10.5.43 diff --git a/sources b/sources index 07d30ee..bf4e92b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.43-fb117a8.tgz) = f7801cb7fa5bacfd865a8ecff6c2037cacbe599b1ce611ad8d6ca25ff36f672a4e8d8186244d985efc0ec7b3a35d68dc50ca5e46d051469785ed7afd23de140a +SHA512 (phpunit10-10.5.44-1381c62.tgz) = 941cbdba4d4ea39321f335cc8c5d13777767c85eac97543dcef5167108f4dcf0b4ef315788bdb4e313f2bd49e773505330dce65cbae45e0ebb132b2981dda4f5 From bc52925d0eeedd106f5ea48847a5bd8390674a9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:46:56 +0100 Subject: [PATCH 22/32] v10.5.45 --- .gitignore | 1 + phpunit10.spec | 18 ++++++++---------- sources | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a189423..bf04a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /phpunit10-10.5.42-a9336f4.tgz /phpunit10-10.5.43-fb117a8.tgz /phpunit10-10.5.44-1381c62.tgz +/phpunit10-10.5.45-bd68a78.tgz diff --git a/phpunit10.spec b/phpunit10.spec index e9f618c..7f7b8eb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -10,14 +10,14 @@ %bcond_without tests -%if 0%{?fedora} == 39 +%if 0%{?fedora} == 39 || 0%{?fedora} == 40 %bcond_without defcmd %else %bcond_with defcmd %endif -%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 -%global gh_date 2025-01-31 +%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 +%global gh_date 2025-02-07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.44 +%global upstream_version 10.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -135,19 +135,14 @@ Requires: (php-composer(sebastian/version) >= 4.0.1 with php-c # "ext-soap": "*", Suggests: php-soap # recommends latest versions -# Fedora 38+ only until 8.1 EOL -%if 0%{?fedora} >= 38 Recommends: phpunit11 -%endif +Recommends: phpunit12 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 10.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} @@ -270,6 +265,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 10.5.45-1 +- update to 10.5.45 + * Fri Jan 31 2025 Remi Collet - 10.5.44-1 - update to 10.5.44 diff --git a/sources b/sources index bf4e92b..4d3d0b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.44-1381c62.tgz) = 941cbdba4d4ea39321f335cc8c5d13777767c85eac97543dcef5167108f4dcf0b4ef315788bdb4e313f2bd49e773505330dce65cbae45e0ebb132b2981dda4f5 +SHA512 (phpunit10-10.5.45-bd68a78.tgz) = 355af6f3ca95973eed631fbd5429f2a5a9ca6677aaaa79aea5e6140a4c3188c5116a141afa57e0782a691a5534fd75a5a673ae3338b7499a2de873ec52bbcfdf From e575b64fcda488f699a0afdf9f1a99fed0c32f4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 May 2025 15:52:11 +0200 Subject: [PATCH 23/32] v10.5.46 --- .gitignore | 1 + phpunit10.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index bf04a5e..d4fd19b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /phpunit10-10.5.43-fb117a8.tgz /phpunit10-10.5.44-1381c62.tgz /phpunit10-10.5.45-bd68a78.tgz +/phpunit10-10.5.46-8080be3.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7f7b8eb..c551fd5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 -%global gh_date 2025-02-07 +%global gh_commit 8080be387a5be380dda48c6f41cee4a13aadab3d +%global gh_date 2025-05-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.45 +%global upstream_version 10.5.46 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "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": "^10.1.15", @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -157,7 +157,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 @@ -265,6 +265,10 @@ exit $ret %changelog +* Sun May 4 2025 Remi Collet - 10.5.46-1 +- update to 10.5.46 +- raise dependency on myclabs/deep-copy 1.13.1 + * Fri Feb 7 2025 Remi Collet - 10.5.45-1 - update to 10.5.45 diff --git a/sources b/sources index 4d3d0b3..5a3fc53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.45-bd68a78.tgz) = 355af6f3ca95973eed631fbd5429f2a5a9ca6677aaaa79aea5e6140a4c3188c5116a141afa57e0782a691a5534fd75a5a673ae3338b7499a2de873ec52bbcfdf +SHA512 (phpunit10-10.5.46-8080be3.tgz) = 22be0052cfec730cf03d9bd706c52635cd60a1afaff4a9b3d3234b01dca3c35502ffe92a004f77ce73e88a18aefc916e25a1b58d3d61a9106ddced2f52522c8c From 87cd0798a82977c521ffec5587a5983f18da755d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jun 2025 07:47:24 +0200 Subject: [PATCH 24/32] v10.5.47 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d4fd19b..ebbae9b 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /phpunit10-10.5.44-1381c62.tgz /phpunit10-10.5.45-bd68a78.tgz /phpunit10-10.5.46-8080be3.tgz +/phpunit10-10.5.47-3637b3e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c551fd5..d83e095 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8080be387a5be380dda48c6f41cee4a13aadab3d -%global gh_date 2025-05-02 +%global gh_commit 3637b3e50d32ab3a0d1a33b3b6177169ec3d95a3 +%global gh_date 2025-06-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.46 +%global upstream_version 10.5.47 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Sat Jun 21 2025 Remi Collet - 10.5.47-1 +- update to 10.5.47 + * Sun May 4 2025 Remi Collet - 10.5.46-1 - update to 10.5.46 - raise dependency on myclabs/deep-copy 1.13.1 diff --git a/sources b/sources index 5a3fc53..d576a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.46-8080be3.tgz) = 22be0052cfec730cf03d9bd706c52635cd60a1afaff4a9b3d3234b01dca3c35502ffe92a004f77ce73e88a18aefc916e25a1b58d3d61a9106ddced2f52522c8c +SHA512 (phpunit10-10.5.47-3637b3e.tgz) = 2e37600383d5b05da7509d86dac8429f8c4395f382a3dfd02ce796277be74294c5faa3a9a10298e2cedfcf16a2d176bbb5c9aaff906a30ee06483be2458689df From 41d6c1a17370ab42109d6fcba046e14c66d85d60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2025 08:27:55 +0200 Subject: [PATCH 25/32] update to 10.5.48 raise dependency on myclabs/deep-copy 1.13.3 --- .gitignore | 1 + phpunit10.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ebbae9b..1e9d5d7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /phpunit10-10.5.45-bd68a78.tgz /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz +/phpunit10-10.5.48-6e0a2bc.tgz diff --git a/phpunit10.spec b/phpunit10.spec index d83e095..5323c37 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 3637b3e50d32ab3a0d1a33b3b6177169ec3d95a3 -%global gh_date 2025-06-20 +%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 +%global gh_date 2025-07-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.47 +%global upstream_version 10.5.48 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.1", +# "myclabs/deep-copy": "^1.13.3", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -244,7 +244,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 || ret=1 fi @@ -265,6 +265,10 @@ exit $ret %changelog +* Fri Jul 11 2025 Remi Collet - 10.5.48-1 +- update to 10.5.48 +- raise dependency on myclabs/deep-copy 1.13.3 + * Sat Jun 21 2025 Remi Collet - 10.5.47-1 - update to 10.5.47 diff --git a/sources b/sources index d576a8a..a6a9c69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.47-3637b3e.tgz) = 2e37600383d5b05da7509d86dac8429f8c4395f382a3dfd02ce796277be74294c5faa3a9a10298e2cedfcf16a2d176bbb5c9aaff906a30ee06483be2458689df +SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 From 4182129b03c28c6f479092955d4ebd58a8cca77f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:42:39 +0000 Subject: [PATCH 26/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index 5323c37..0d78d39 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -35,7 +35,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 @@ -265,6 +265,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Remi Collet - 10.5.48-1 - update to 10.5.48 - raise dependency on myclabs/deep-copy 1.13.3 From 1602489b4b305544c24fb8e3b071ac7ecfc14380 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:18:59 +0200 Subject: [PATCH 27/32] v10.5.53 --- .gitignore | 1 + phpunit10.spec | 23 +++++++++++++---------- sources | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9d5d7..0bf95d1 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz +/phpunit10-10.5.53-3276847.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 0d78d39..47d5e48 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 -%global gh_date 2025-07-11 +%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,12 +30,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.48 +%global upstream_version 10.5.53 #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 @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -65,7 +65,7 @@ BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-c BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.3", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -101,7 +101,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/exporter": "^5.1.2", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", -# "sebastian/recursion-context": "^5.0.0", +# "sebastian/recursion-context": "^5.0.1", # "sebastian/type": "^4.0.0", # "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 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(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -128,7 +128,7 @@ Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-c Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 10.5.53-1 +- update to 10.5.53 + * Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index a6a9c69..a7e95b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 +SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b From 823351192ea8361668bcc60c1440c0c9a2c6376d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:28:08 +0200 Subject: [PATCH 28/32] v10.5.54 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf95d1..1ea042b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz +/phpunit10-10.5.54-b1dbbaa.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 47d5e48..5e0367d 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 -%global gh_date 2025-08-20 +%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.53 +%global upstream_version 10.5.54 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 10.5.54-1 +- update to 10.5.54 + * Wed Aug 20 2025 Remi Collet - 10.5.53-1 - update to 10.5.53 diff --git a/sources b/sources index a7e95b3..2bccf49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b +SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 From afd8df8db7eb340d70da833dc1e21b03af2898f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:18:28 +0200 Subject: [PATCH 29/32] update to 10.5.55 raise dependency on sebastian/comparator 5.0.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1ea042b..ed232df 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz +/phpunit10-10.5.55-4b2d546.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 5e0367d..b633634 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 -%global gh_date 2025-09-11 +%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.54 +%global upstream_version 10.5.55 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.3", +# "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 10.5.55-1 +- update to 10.5.55 +- raise dependency on sebastian/comparator 5.0.4 + * Thu Sep 11 2025 Remi Collet - 10.5.54-1 - update to 10.5.54 diff --git a/sources b/sources index 2bccf49..6a7b711 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 +SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 From 9cbe0aca7eb4500b5a786e9aedb97e8a7936332f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:02:03 +0200 Subject: [PATCH 30/32] update to 10.5.57 (no change) raise dependency on sebastian/exporter 5.1.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ed232df..33690c2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz +/phpunit10-10.5.57-8e7598b.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b633634..310cbab 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 -%global gh_date 2025-09-14 +%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.55 +%global upstream_version 10.5.57 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", -# "sebastian/exporter": "^5.1.2", +# "sebastian/exporter": "^5.1.4", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", # "sebastian/recursion-context": "^5.0.1", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-c Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 10.5.57-1 +- update to 10.5.57 (no change) +- raise dependency on sebastian/exporter 5.1.4 + * Mon Sep 15 2025 Remi Collet - 10.5.55-1 - update to 10.5.55 - raise dependency on sebastian/comparator 5.0.4 diff --git a/sources b/sources index 6a7b711..3ace748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 +SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 From ec6d8a7febb548d66b041287ac19dc18d50296a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:27:41 +0200 Subject: [PATCH 31/32] v10.5.58 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33690c2..159b158 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz +/phpunit10-10.5.58-e24fb46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 310cbab..b79a38f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 -%global gh_date 2025-09-24 +%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca +%global gh_date 2025-09-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.57 +%global upstream_version 10.5.58 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 10.5.58-1 +- update to 10.5.58 + * Wed Sep 24 2025 Remi Collet - 10.5.57-1 - update to 10.5.57 (no change) - raise dependency on sebastian/exporter 5.1.4 diff --git a/sources b/sources index 3ace748..6e58a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 +SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 From a3a30c8c60eed134dd713c94136c0c961263bac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:32:09 +0100 Subject: [PATCH 32/32] v10.5.59 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 159b158..bd46005 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz /phpunit10-10.5.58-e24fb46.tgz +/phpunit10-10.5.59-c47fe00.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b79a38f..2fbf480 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca -%global gh_date 2025-09-28 +%global gh_commit c47fe00df06fb1f68399ef7386edb01c25132473 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.58 +%global upstream_version 10.5.59 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 10.5.59-1 +- update to 10.5.59 + * Mon Sep 29 2025 Remi Collet - 10.5.58-1 - update to 10.5.58 diff --git a/sources b/sources index 6e58a5c..ab6ada8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 +SHA512 (phpunit10-10.5.59-c47fe00.tgz) = 5d10a528b224c59760c8a5d9493ce84d460d8123839c6622d6c5afa613554016b4d7a603d0fa9f2560df9d01f5c004c3d7a97e17d48e63702a31ca5db9cffe43