public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/phpcov] f44: v13.1.0
Date: Wed, 12 Aug 2026 07:33:58 GMT [thread overview]
Message-ID: <178652003820.1.7634594210180273118.rpms-phpcov-3886413f6787@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/phpcov
Branch : f44
Commit : 3886413f678711072d983ffaabef5d62c6c77fc0
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-08-12T09:33:51+02:00
Stats : +22/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/phpcov/c/3886413f678711072d983ffaabef5d62c6c77fc0?branch=f44
Log:
v13.1.0
---
diff --git a/.gitignore b/.gitignore
index 6a136d7..9c1997f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ clog
/phpcov-12.0.0-74b9508.tgz
/phpcov-13.0.0-c87f0c3.tgz
/phpcov-13.0.1.tgz
+/phpcov-13.1.0.tgz
diff --git a/phpcov.spec b/phpcov.spec
index 7508a63..538ebdf 100644
--- a/phpcov.spec
+++ b/phpcov.spec
@@ -22,7 +22,7 @@
Name: %{pk_project}
-Version: 13.0.1
+Version: 13.1.0
Release: 1%{?dist}
Summary: CLI frontend for PHP_CodeCoverage
@@ -38,28 +38,28 @@ BuildArch: noarch
BuildRequires: php(language) >= 8.4.1
BuildRequires: php-fedora-autoloader-devel
%if %{with tests}
-BuildRequires: (php-composer(phpunit/php-code-coverage) >= 14.1.3 with php-composer(phpunit/php-code-coverage) < 15)
+BuildRequires: (php-composer(phpunit/php-code-coverage) >= 14.3.0 with php-composer(phpunit/php-code-coverage) < 15)
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 7.0.0 with php-composer(phpunit/php-file-iterator) < 8)
-BuildRequires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-composer(sebastian/cli-parser) < 6)
-BuildRequires: (php-composer(sebastian/diff) >= 8.1.0 with php-composer(sebastian/diff) < 9)
+BuildRequires: (php-composer(sebastian/cli-parser) >= 5.0.1 with php-composer(sebastian/cli-parser) < 6)
+BuildRequires: (php-composer(sebastian/diff) >= 9.0.0 with php-composer(sebastian/diff) < 10)
BuildRequires: (php-composer(sebastian/version) >= 7.0.0 with php-composer(sebastian/version) < 8)
BuildRequires: php-pecl(Xdebug) >= 3
# from composer.json, require-dev
-BuildRequires: phpunit13 >= 13.1.6
+BuildRequires: phpunit13 >= 13.3.0
%endif
# from composer.json
# "php": ">=8.4",
-# "phpunit/php-code-coverage": "^14.1.3",
+# "phpunit/php-code-coverage": "^14.3.0",
# "phpunit/php-file-iterator": "^7.0.0",
-# "sebastian/cli-parser": "^5.0.0",
-# "sebastian/diff": "^8.1.0",
+# "sebastian/cli-parser": "^5.0.1",
+# "sebastian/diff": "^9.0.0",
# "sebastian/version": "^7.0.0"
Requires: php(language) >= 8.4
-Requires: (php-composer(phpunit/php-code-coverage) >= 14.1.3 with php-composer(phpunit/php-code-coverage) < 15)
+Requires: (php-composer(phpunit/php-code-coverage) >= 14.3.0 with php-composer(phpunit/php-code-coverage) < 15)
Requires: (php-composer(phpunit/php-file-iterator) >= 7.0.0 with php-composer(phpunit/php-file-iterator) < 8)
-Requires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-composer(sebastian/cli-parser) < 6)
-Requires: (php-composer(sebastian/diff) >= 8.1.0 with php-composer(sebastian/diff) < 9)
+Requires: (php-composer(sebastian/cli-parser) >= 5.0.1 with php-composer(sebastian/cli-parser) < 6)
+Requires: (php-composer(sebastian/diff) >= 9.0.0 with php-composer(sebastian/diff) < 10)
Requires: (php-composer(sebastian/version) >= 7.0.0 with php-composer(sebastian/version) < 8)
# from phpcompatinfo report for version 4.0.0
# none
@@ -92,7 +92,7 @@ cat << 'EOF' | tee -a src/autoload.php
'%{php_home}/%{ns_vendor}/CodeCoverage14/autoload.php',
'%{php_home}/%{ns_vendor}/FileIterator7/autoload.php',
'%{php_home}/%{ns_vendor}/CliParser5/autoload.php',
- '%{php_home}/%{ns_vendor}/Diff8/autoload.php',
+ '%{php_home}/%{ns_vendor}/Diff9/autoload.php',
'%{php_home}/%{ns_vendor}/Version7/autoload.php',
]);
EOF
@@ -123,6 +123,8 @@ rm tests/end-to-end/composer/merge/mismatching-php-version-do-not-require.phpt
rm tests/end-to-end/composer/merge/valid-directory-with-text-report-stdout.phpt
rm tests/end-to-end/composer/patch-coverage/valid-arguments-with-valid-path-prefix.phpt
rm tests/end-to-end/composer/patch-coverage/valid-arguments-all-covered.phpt
+rm tests/end-to-end/composer/merge/valid-directory-with-html-report-and-file-view.phpt
+rm tests/end-to-end/composer/merge/valid-directory-with-html-report-and-class-view.phpt
ret=0
for cmd in php php84 php85; do
@@ -145,6 +147,12 @@ exit $ret;
%changelog
+* Fri Aug 7 2026 Remi Collet <remi@remirepo.net> - 13.1.0-1
+- update to 13.1.0
+- raise dependency on phpunit/php-code-coverage 14.3
+- raise dependency on sebastian/cli-parser 5.0.1
+- raise dependency on sebastian/diff 9.0.0
+
* Sun Apr 19 2026 Remi Collet <remi@remirepo.net> - 13.0.1-1
- update to 13.0.1
- raise dependency on phpunit/php-code-coverage 14.1.3
diff --git a/sources b/sources
index f920769..b6d7202 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (phpcov-13.0.1.tgz) = 78452470b6e1362f4069e5dd2008db5ec631b104cd1e6d0ad8ccf10a1a9a5a437fffb2f668f724d348b1540105b45de5eab221bfc83a27788577ba4db25db823
+SHA512 (phpcov-13.1.0.tgz) = 5c2b9777dc03e54bb218365da5bbced7e6344e5923c66fa2241fdb9b27e0f4ef2f1362da71e087e3939dca3bef6b67b2739ef5965d6d579c8cc00a76ad46497a
reply other threads:[~2026-08-12 7:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178652003820.1.7634594210180273118.rpms-phpcov-3886413f6787@fedoraproject.org \
--to=remi@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox