diff options
Diffstat (limited to 'php-phpunit-php-code-coverage11.spec')
-rw-r--r-- | php-phpunit-php-code-coverage11.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index 6c0fca1..256f566 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 11.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -35,7 +35,7 @@ Summary: PHP code coverage information, version %{ver_major} # 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} +URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -228,6 +228,9 @@ exit $ret %changelog +* Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 11.0.0-2 +- fix package URL + * Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 11.0.0-1 - update to 11.0.0 - raise depdendency on PHP 8.2 |