From fde52927d8063f5c5c346a0d2047d59876718009 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2024 09:27:34 +0100 Subject: [PATCH 1/9] 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 2/9] 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 3/9] 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 4/9] 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 5/9] 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 6/9] 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 7/9] 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 8/9] 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 9/9] 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