From f1e49ba87669ab752ec9ba4ec5354afb23c97288 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:27:38 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-sebastian-comparator5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index b04e337..2dfc5aa 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -128,6 +128,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 5.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jan 30 2024 Remi Collet - 5.0.1-4 - add upstream patch for phpunit >= 10.4 FTBFS #2261508 From b0dba3390f79a0edd7ef80e22c7980590ba61dd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Aug 2024 10:32:19 +0200 Subject: [PATCH 2/8] v5.0.2 --- .gitignore | 1 + php-sebastian-comparator5-upstream.patch | 35 ------------------------ php-sebastian-comparator5.spec | 13 +++++---- sources | 2 +- 4 files changed, 9 insertions(+), 42 deletions(-) delete mode 100644 php-sebastian-comparator5-upstream.patch diff --git a/.gitignore b/.gitignore index c1e3880..1217517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-sebastian-comparator5-5.0.0-72f01e6.tgz /php-sebastian-comparator5-5.0.1-2db5010.tgz +/php-sebastian-comparator5-5.0.2-2d3e04c.tgz diff --git a/php-sebastian-comparator5-upstream.patch b/php-sebastian-comparator5-upstream.patch deleted file mode 100644 index b3b26b4..0000000 --- a/php-sebastian-comparator5-upstream.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 3aca4f8e053d429c9972b07ebbee044a4fe79608 Mon Sep 17 00:00:00 2001 -From: Sebastian Bergmann -Date: Fri, 6 Oct 2023 13:38:06 +0200 -Subject: [PATCH] Sync with PHPUnit 10.4 - ---- - composer.json | 2 +- - tests/MockObjectComparatorTest.php | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/composer.json b/composer.json -index a53ecba..1886cbb 100644 ---- a/composer.json -+++ b/composer.json -@@ -35,7 +35,7 @@ - "ext-mbstring": "*" - }, - "require-dev": { -- "phpunit/phpunit": "^10.3" -+ "phpunit/phpunit": "^10.4" - }, - "config": { - "platform": { -diff --git a/tests/MockObjectComparatorTest.php b/tests/MockObjectComparatorTest.php -index 0188ab8..61be82c 100644 ---- a/tests/MockObjectComparatorTest.php -+++ b/tests/MockObjectComparatorTest.php -@@ -161,6 +161,6 @@ private static function createMockForComparatorTest(string $type, array $constru - { - $generator = new Generator; - -- return $generator->getMock($type, null, $constructorArguments); -+ return $generator->testDouble($type, true, null, $constructorArguments); - } - } diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index 2dfc5aa..003a7de 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_without tests -%global gh_commit 2db5010a484d53ebf536087a70b4a5423c102372 +%global gh_commit 2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,8 +24,8 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.1 -Release: 5%{?dist} +Version: 5.0.2 +Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -33,7 +33,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: %{name}-upstream.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 @@ -80,7 +79,6 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch -P0 -p1 %build @@ -109,7 +107,7 @@ mkdir vendor : Run upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit10 --no-coverage || ret=1 @@ -128,6 +126,9 @@ exit $ret %changelog +* Mon Aug 12 2024 Remi Collet - 5.0.2-1 +- update to 5.0.2 + * Fri Jul 19 2024 Fedora Release Engineering - 5.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index ebc5117..15edbd6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-comparator5-5.0.1-2db5010.tgz) = 594f8a213b1c3ada12ebe5d00ae8deba67ba09445b619eef05b3f99db20224b001b2007eaab623b5ee1e04679e6fe1952b7f2ecf2463dbe078e2143bdac4a9b5 +SHA512 (php-sebastian-comparator5-5.0.2-2d3e04c.tgz) = ded1691e0f27391c6b5923005965d27229a3489db3be4885c73676b189c429345030639bd489730a2b267bbaa1b8ebfef400a71591c7ba1a00c2c0e49715e7e8 From 297701f268ff1e47f7ec3494414fd458ca2349e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Aug 2024 10:32:19 +0200 Subject: [PATCH 3/8] v5.0.2 (cherry picked from commit b0dba3390f79a0edd7ef80e22c7980590ba61dd6) --- .gitignore | 1 + php-sebastian-comparator5-upstream.patch | 35 ------------------------ php-sebastian-comparator5.spec | 13 +++++---- sources | 2 +- 4 files changed, 9 insertions(+), 42 deletions(-) delete mode 100644 php-sebastian-comparator5-upstream.patch diff --git a/.gitignore b/.gitignore index c1e3880..1217517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-sebastian-comparator5-5.0.0-72f01e6.tgz /php-sebastian-comparator5-5.0.1-2db5010.tgz +/php-sebastian-comparator5-5.0.2-2d3e04c.tgz diff --git a/php-sebastian-comparator5-upstream.patch b/php-sebastian-comparator5-upstream.patch deleted file mode 100644 index b3b26b4..0000000 --- a/php-sebastian-comparator5-upstream.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 3aca4f8e053d429c9972b07ebbee044a4fe79608 Mon Sep 17 00:00:00 2001 -From: Sebastian Bergmann -Date: Fri, 6 Oct 2023 13:38:06 +0200 -Subject: [PATCH] Sync with PHPUnit 10.4 - ---- - composer.json | 2 +- - tests/MockObjectComparatorTest.php | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/composer.json b/composer.json -index a53ecba..1886cbb 100644 ---- a/composer.json -+++ b/composer.json -@@ -35,7 +35,7 @@ - "ext-mbstring": "*" - }, - "require-dev": { -- "phpunit/phpunit": "^10.3" -+ "phpunit/phpunit": "^10.4" - }, - "config": { - "platform": { -diff --git a/tests/MockObjectComparatorTest.php b/tests/MockObjectComparatorTest.php -index 0188ab8..61be82c 100644 ---- a/tests/MockObjectComparatorTest.php -+++ b/tests/MockObjectComparatorTest.php -@@ -161,6 +161,6 @@ private static function createMockForComparatorTest(string $type, array $constru - { - $generator = new Generator; - -- return $generator->getMock($type, null, $constructorArguments); -+ return $generator->testDouble($type, true, null, $constructorArguments); - } - } diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index b04e337..ca7026c 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_without tests -%global gh_commit 2db5010a484d53ebf536087a70b4a5423c102372 +%global gh_commit 2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,8 +24,8 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.1 -Release: 4%{?dist} +Version: 5.0.2 +Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -33,7 +33,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: %{name}-upstream.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 @@ -80,7 +79,6 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch -P0 -p1 %build @@ -109,7 +107,7 @@ mkdir vendor : Run upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit10 --no-coverage || ret=1 @@ -128,6 +126,9 @@ exit $ret %changelog +* Mon Aug 12 2024 Remi Collet - 5.0.2-1 +- update to 5.0.2 + * Tue Jan 30 2024 Remi Collet - 5.0.1-4 - add upstream patch for phpunit >= 10.4 FTBFS #2261508 diff --git a/sources b/sources index ebc5117..15edbd6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-comparator5-5.0.1-2db5010.tgz) = 594f8a213b1c3ada12ebe5d00ae8deba67ba09445b619eef05b3f99db20224b001b2007eaab623b5ee1e04679e6fe1952b7f2ecf2463dbe078e2143bdac4a9b5 +SHA512 (php-sebastian-comparator5-5.0.2-2d3e04c.tgz) = ded1691e0f27391c6b5923005965d27229a3489db3be4885c73676b189c429345030639bd489730a2b267bbaa1b8ebfef400a71591c7ba1a00c2c0e49715e7e8 From 4ec5a1d9c78d4ad425aba3856ddacb0295bf9f39 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 10:26:57 +0200 Subject: [PATCH 4/8] v5.0.3 --- .gitignore | 1 + php-sebastian-comparator5.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1217517..f7fbdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-sebastian-comparator5-5.0.0-72f01e6.tgz /php-sebastian-comparator5-5.0.1-2db5010.tgz /php-sebastian-comparator5-5.0.2-2d3e04c.tgz +/php-sebastian-comparator5-5.0.3-a18251e.tgz diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index 003a7de..4abd74f 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_without tests -%global gh_commit 2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53 +%global gh_commit a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,7 +24,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -45,8 +45,8 @@ BuildRequires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer( BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^10.4" -BuildRequires: phpunit10 >= 10.4 +# "phpunit/phpunit": "^10.5" +BuildRequires: phpunit10 >= 10.5 %endif # from composer.json @@ -126,6 +126,9 @@ exit $ret %changelog +* Mon Oct 21 2024 Remi Collet - 5.0.3-1 +- update to 5.0.3 + * Mon Aug 12 2024 Remi Collet - 5.0.2-1 - update to 5.0.2 diff --git a/sources b/sources index 15edbd6..b6be9bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-comparator5-5.0.2-2d3e04c.tgz) = ded1691e0f27391c6b5923005965d27229a3489db3be4885c73676b189c429345030639bd489730a2b267bbaa1b8ebfef400a71591c7ba1a00c2c0e49715e7e8 +SHA512 (php-sebastian-comparator5-5.0.3-a18251e.tgz) = e3e21b5ac069b74020e81397789aa49ad6594700b9145bf36208d482179cc595358bb3189d4f6b7889bcfd18c02caeafbf6dde4192cdfafc4b333256bf328903 From 7f0c8a9460fc3c55b42d53d19fd1e7afbc915b7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 10:26:57 +0200 Subject: [PATCH 5/8] v5.0.3 (cherry picked from commit 4ec5a1d9c78d4ad425aba3856ddacb0295bf9f39) --- .gitignore | 1 + php-sebastian-comparator5.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1217517..f7fbdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-sebastian-comparator5-5.0.0-72f01e6.tgz /php-sebastian-comparator5-5.0.1-2db5010.tgz /php-sebastian-comparator5-5.0.2-2d3e04c.tgz +/php-sebastian-comparator5-5.0.3-a18251e.tgz diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index ca7026c..99d2e5e 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_without tests -%global gh_commit 2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53 +%global gh_commit a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,7 +24,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -45,8 +45,8 @@ BuildRequires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer( BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^10.4" -BuildRequires: phpunit10 >= 10.4 +# "phpunit/phpunit": "^10.5" +BuildRequires: phpunit10 >= 10.5 %endif # from composer.json @@ -126,6 +126,9 @@ exit $ret %changelog +* Mon Oct 21 2024 Remi Collet - 5.0.3-1 +- update to 5.0.3 + * Mon Aug 12 2024 Remi Collet - 5.0.2-1 - update to 5.0.2 diff --git a/sources b/sources index 15edbd6..b6be9bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-comparator5-5.0.2-2d3e04c.tgz) = ded1691e0f27391c6b5923005965d27229a3489db3be4885c73676b189c429345030639bd489730a2b267bbaa1b8ebfef400a71591c7ba1a00c2c0e49715e7e8 +SHA512 (php-sebastian-comparator5-5.0.3-a18251e.tgz) = e3e21b5ac069b74020e81397789aa49ad6594700b9145bf36208d482179cc595358bb3189d4f6b7889bcfd18c02caeafbf6dde4192cdfafc4b333256bf328903 From fa2a86ea0b120c2e0f39995a19596671029da1eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:43:35 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sebastian-comparator5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index 4abd74f..79bb76b 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -126,6 +126,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Oct 21 2024 Remi Collet - 5.0.3-1 - update to 5.0.3 From 28e5ac78e944d6413c0c023a7d97df22cebe9b05 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:32:27 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-comparator5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index 79bb76b..d7fefba 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -126,6 +126,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 5.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b668e39e25fcbf06faecbf7c435f28dacacd659d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Sep 2025 06:25:03 +0200 Subject: [PATCH 8/8] v5.0.4 --- .gitignore | 1 + php-sebastian-comparator5.spec | 21 ++++++++++----------- sources | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index f7fbdc9..1565742 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-sebastian-comparator5-5.0.1-2db5010.tgz /php-sebastian-comparator5-5.0.2-2d3e04c.tgz /php-sebastian-comparator5-5.0.3-a18251e.tgz +/php-sebastian-comparator5-5.0.4-e8e5309.tgz diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec index d7fefba..6b903fc 100644 --- a/php-sebastian-comparator5.spec +++ b/php-sebastian-comparator5.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-sebastian-comparator5 # -# Copyright (c) 2014-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_without tests -%global gh_commit a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e +%global gh_commit e8e53097718d2b53cfb2aa859b06a41abf58c62e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,8 +24,8 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.3 -Release: 3%{?dist} +Version: 5.0.4 +Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -36,10 +36,8 @@ Source1: makesrc.sh BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: php-date BuildRequires: php-dom BuildRequires: php-mbstring -BuildRequires: php-spl BuildRequires: (php-composer(%{pk_vendor}/diff) >= 5.0 with php-composer(%{pk_vendor}/diff) < 6) BuildRequires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer(%{pk_vendor}/exporter) < 6) BuildRequires: php-fedora-autoloader-devel @@ -61,8 +59,6 @@ Requires: php-mbstring Requires: (php-composer(%{pk_vendor}/diff) >= 5.0 with php-composer(%{pk_vendor}/diff) < 6) Requires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer(%{pk_vendor}/exporter) < 6) # from phpcompatinfo report for version 5.0.0 -Requires: php-date -Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) @@ -107,7 +103,7 @@ mkdir vendor : Run upstream test suite 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 -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit10 --no-coverage || ret=1 @@ -126,6 +122,9 @@ exit $ret %changelog +* Mon Sep 8 2025 Remi Collet - 5.0.4-1 +- update to 5.0.4 + * Fri Jul 25 2025 Fedora Release Engineering - 5.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index b6be9bf..55f805e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-comparator5-5.0.3-a18251e.tgz) = e3e21b5ac069b74020e81397789aa49ad6594700b9145bf36208d482179cc595358bb3189d4f6b7889bcfd18c02caeafbf6dde4192cdfafc4b333256bf328903 +SHA512 (php-sebastian-comparator5-5.0.4-e8e5309.tgz) = 1c23041312557f1b9750db3903b5026bd393a30b8eeb5130445dfe21e019b5e76feb63a4ce397b72f1d55606b975170773ee0e740b61df0c945b15e88fa60e3c