From 2382920a3b20a5c47bd0068950c35111331b8001 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:17:07 +0000 Subject: [PATCH 01/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 90f9926..81d2798 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PHP code coverage information # Main license is BSD @@ -187,6 +187,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 7.0.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 7.0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From cea33a6ee21d292dcb5f16b5ac7f1759ffc102b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:14:29 +0000 Subject: [PATCH 02/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 81d2798..46a28d5 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PHP code coverage information # Main license is BSD @@ -187,6 +187,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 7.0.15-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 7.0.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 11e70cb944054cf0df55e7a41177d00a158d823f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Apr 2023 15:56:03 +0200 Subject: [PATCH 03/12] use SPDX license ID --- php-phpunit-php-code-coverage7.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 46a28d5..c40f280 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phpunit-php-code-coverage7 # -# Copyright (c) 2013-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2013-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -30,14 +30,14 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PHP code coverage information -# Main license is BSD -# BSD: D3 +# SPDX: Main license is BSD-3-Clause +# BSD-3-Clause: D3 # MIT: boostrap, d3, holder, html5shiv, jquery, respond -# ASL 2.0: nvd3 -License: BSD and MIT and ASL 2.0 +# Apache-2.0: nvd3 +License: BSD-3-Clause AND MIT AND Apache-2.0 URL: https://github.com/%{gh_vendor}/%{gh_project} Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -160,7 +160,7 @@ EOF ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then if [ $($cmd -r 'echo PHP_VERSION_ID;') -lt 80000 ]; then # ignore test failing with phpunit/php-token-stream v4 @@ -187,6 +187,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet - 7.0.15-5 +- use SPDX license ID + * Fri Jan 20 2023 Fedora Release Engineering - 7.0.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 456aec117e2bdf700c2cd40e218ffa3a86212601 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:01:29 +0000 Subject: [PATCH 04/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index c40f280..adca67a 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -187,6 +187,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 7.0.15-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Apr 20 2023 Remi Collet - 7.0.15-5 - use SPDX license ID From dcecb115b40209e4056717a7ec563bda85eaeb11 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:17:59 +0000 Subject: [PATCH 05/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index adca67a..45ba1ad 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -187,6 +187,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 7.0.15-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 7.0.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From fb04a39f08a09ef794d2eb6277896e1dbafb2f63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:05:25 +0000 Subject: [PATCH 06/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 45ba1ad..c892a93 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.15 -Release: 7%{?dist} +Release: 8%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -187,6 +187,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 7.0.15-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 7.0.15-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b468fb7e5894a94d7cdbbd40a1c1a2d1e5adf56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:09:30 +0100 Subject: [PATCH 07/12] update to 7.0.17 sources from git snapshot --- .gitignore | 1 + makesrc.sh | 28 ++++++++++++++++++++++++++++ php-phpunit-php-code-coverage7.spec | 28 ++++++++++++++-------------- sources | 2 +- 4 files changed, 44 insertions(+), 15 deletions(-) create mode 100755 makesrc.sh diff --git a/.gitignore b/.gitignore index 072a161..029da84 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /php-phpunit-php-code-coverage7-7.0.13-ad0dcd7.tar.gz /php-phpunit-php-code-coverage7-7.0.14-bb7c9a2.tar.gz /php-phpunit-php-code-coverage7-7.0.15-819f92b.tar.gz +/php-phpunit-php-code-coverage7-7.0.17-40a4ed1.tgz diff --git a/makesrc.sh b/makesrc.sh new file mode 100755 index 0000000..3d8028d --- /dev/null +++ b/makesrc.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +NAME=$(basename $PWD) +OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) +PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) +VERSION=$(sed -n '/^Version:/{s/.* //;p}' $NAME.spec) +COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) +SHORT=${COMMIT:0:7} + +echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" + +echo "Cloning..." +rm -rf $PROJECT-$COMMIT +git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT + +echo "Getting commit..." +pushd $PROJECT-$COMMIT +git checkout $COMMIT +cp composer.json ../composer.json +popd + +echo "Archiving..." +tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs --exclude tools $PROJECT-$COMMIT + +echo "Cleaning..." +rm -rf $PROJECT-$COMMIT + +echo "Done." diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index c892a93..5239aa4 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-code-coverage7 # -# Copyright (c) 2013-2023 Remi Collet +# Copyright (c) 2013-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,10 +9,10 @@ %global bootstrap 0 # Github -%global gh_commit 819f92bba8b001d4363065928088de22f25a3a48 +%global gh_commit 40a4ed114a4aea5afd6df8d0f0c9cd3033097f66 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_vendor sebastianbergmann +%global gh_owner sebastianbergmann %global gh_project php-code-coverage # Packagist %global pk_vendor phpunit @@ -29,8 +29,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.15 -Release: 8%{?dist} +Version: 7.0.17 +Release: 1%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -38,8 +38,9 @@ Summary: PHP code coverage information # MIT: boostrap, d3, holder, html5shiv, jquery, respond # Apache-2.0: nvd3 License: BSD-3-Clause AND MIT AND Apache-2.0 -URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz +URL: https://github.com/%{gh_owner}/%{gh_project} +Source0: %{name}-%{version}-%{gh_short}.tgz +Source1: makesrc.sh BuildArch: noarch BuildRequires: php-fedora-autoloader-devel >= 1.0.0 @@ -160,14 +161,9 @@ EOF ret=0 -for cmd in php php74 php80 php81 php82; do +for cmd in php php81 php82 php83; do if which $cmd; then - if [ $($cmd -r 'echo PHP_VERSION_ID;') -lt 80000 ]; then - # ignore test failing with phpunit/php-token-stream v4 - FILTER="--filter '^((?!(testCloverForFileWithIgnoredLines|testCloverForClassWithAnonymousFunction|testForFileWithIgnoredLines|testForClassWithAnonymousFunction)).)*$'" - else - FILTER="--filter '^((?!(testCloverForFileWithIgnoredLines|testCloverForClassWithAnonymousFunction|testForFileWithIgnoredLines|testForClassWithAnonymousFunction|testForBankAccountTest)).)*$'" - fi + FILTER="--filter '^((?!(testCloverForFileWithIgnoredLines|testCloverForClassWithAnonymousFunction|testForFileWithIgnoredLines|testForClassWithAnonymousFunction|testForBankAccountTest|testGetLinesToBeIgnored3|testGetLinesToBeIgnoredOneLineAnnotations)).)*$'" $cmd $EXT \ -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ %{_bindir}/phpunit8 \ @@ -187,6 +183,10 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 7.0.17-1 +- update to 7.0.17 +- sources from git snapshot + * Thu Jan 25 2024 Fedora Release Engineering - 7.0.15-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 465e0f9..838409b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-code-coverage7-7.0.15-819f92b.tar.gz) = ba8921ddeacb6831baf922c80f62eb3d968036219e491f125737bd12db932b7dd97e88cb2466dce04dfeb14ca2e97af0e60d1de6b128ace13e2a51d4a6ebff1c +SHA512 (php-phpunit-php-code-coverage7-7.0.17-40a4ed1.tgz) = 6141c867d1d1992d1dc8b16e10db6f91d912e5cf70879d792def6796444a8b47e5815e8bb958156d20c08278c15efd5dd140c60a1ce876d8a7321f196c798f33 From ababe223cfc63947b96f3915a38e242e5c1aa366 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:19:34 +0000 Subject: [PATCH 08/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 5239aa4..df5494f 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -183,6 +183,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 7.0.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Mar 5 2024 Remi Collet - 7.0.17-1 - update to 7.0.17 - sources from git snapshot From 9267cdaa4a11b2e99d4d102adb50521239e58ee8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:33:35 +0000 Subject: [PATCH 09/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index df5494f..21859c5 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -183,6 +183,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 7.0.17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 7.0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 43b4a3e23b14bf090fda41e929e69ac32ccd008b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2025 12:29:37 +0200 Subject: [PATCH 10/12] drop phpunit/php-token-stream v3 --- php-phpunit-php-code-coverage7.spec | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 21859c5..466849f 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-phpunit-php-code-coverage7 # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.17 -Release: 3%{?dist} +Release: 2%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -47,7 +47,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with_tests} BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) -BuildRequires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 5) +BuildRequires: (php-composer(phpunit/php-token-stream) >= 4.0 with php-composer(phpunit/php-token-stream) < 5) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2) BuildRequires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) @@ -75,7 +75,7 @@ Requires: php(language) >= 7.1 Requires: php-dom Requires: php-xmlwriter Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) -Requires: (php-composer(phpunit/php-token-stream) >= 3.1.1 with php-composer(phpunit/php-token-stream) < 5) +Requires: (php-composer(phpunit/php-token-stream) >= 4.0 with php-composer(phpunit/php-token-stream) < 5) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2) Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) @@ -86,10 +86,7 @@ Requires: (php-composer(theseer/tokenizer) >= 1.1.3 with Suggests: php-xdebug Recommends: php-pcov # From phpcompatinfo report for version 5.0.0 -Requires: php-reflection -Requires: php-date Requires: php-json -Requires: php-spl Requires: php-tokenizer # Autoloader Requires: php-composer(fedora/autoloader) @@ -126,10 +123,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php cat << 'EOF' | tee -a src/autoload.php \Fedora\Autoloader\Dependencies::required([ '%{php_home}/SebastianBergmann/FileIterator2/autoload.php', - [ - '%{php_home}/%{ns_vendor}/PhpTokenStream4/autoload.php', - '%{php_home}/%{ns_vendor}/PhpTokenStream3/autoload.php', - ], + '%{php_home}/%{ns_vendor}/PhpTokenStream4/autoload.php', '%{php_home}/Text/Template/Autoload.php', '%{php_home}/%{ns_vendor}/CodeUnitReverseLookup/autoload.php', '%{php_home}/%{ns_vendor}/Environment4/autoload.php', @@ -161,7 +155,7 @@ EOF ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then FILTER="--filter '^((?!(testCloverForFileWithIgnoredLines|testCloverForClassWithAnonymousFunction|testForFileWithIgnoredLines|testForClassWithAnonymousFunction|testForBankAccountTest|testGetLinesToBeIgnored3|testGetLinesToBeIgnoredOneLineAnnotations)).)*$'" $cmd $EXT \ @@ -183,6 +177,9 @@ exit $ret %changelog +* Thu May 22 2025 Remi Collet - 7.0.17-2 +- drop phpunit/php-token-stream v3 + * Sat Jan 18 2025 Fedora Release Engineering - 7.0.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c7d735b5ea1330e2b954cad22351a4421881145f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2025 12:40:03 +0200 Subject: [PATCH 11/12] bump release --- php-phpunit-php-code-coverage7.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 466849f..f1a89a3 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.17 -Release: 2%{?dist} +Release: 4%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -177,7 +177,7 @@ exit $ret %changelog -* Thu May 22 2025 Remi Collet - 7.0.17-2 +* Thu May 22 2025 Remi Collet - 7.0.17-4 - drop phpunit/php-token-stream v3 * Sat Jan 18 2025 Fedora Release Engineering - 7.0.17-3 From 1ce519e5e81ca7c9854ce103465e63bad31a1736 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:26:59 +0000 Subject: [PATCH 12/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-code-coverage7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index f1a89a3..abe0825 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -30,7 +30,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 7.0.17 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PHP code coverage information # SPDX: Main license is BSD-3-Clause @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 7.0.17-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu May 22 2025 Remi Collet - 7.0.17-4 - drop phpunit/php-token-stream v3