diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-11 08:48:37 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-11 08:48:37 +0100 |
commit | d028d7fe0396d344b716ca23f66cc4b284a00544 (patch) | |
tree | f8b752323410004f8cf5da9deef33de832078789 /php-phpunit-php-code-coverage11.spec | |
parent | 9867ec240e40524fd8acd0d6cb1ebc5bdbcbac83 (diff) |
update to 11.0.2
Diffstat (limited to 'php-phpunit-php-code-coverage11.spec')
-rw-r--r-- | php-phpunit-php-code-coverage11.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index 4856ff1..43debd3 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -11,11 +11,11 @@ %bcond_with tests # Github -%global gh_commit 89702be0ad026873ef3a1605fe8726254eef4e2c +%global gh_commit 9e0a298b4dc6438a1e70ac8e1b3ea4980ae5a09b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2024-03-02 +%global gh_date 2024-03-09 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,7 +26,7 @@ %global ver_major 11 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 11.0.1 +Version: 11.0.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -36,6 +36,7 @@ Summary: PHP code coverage information, version %{ver_major} # Apache-2.0: nvd3 License: BSD-3-Clause AND MIT AND Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -228,6 +229,9 @@ exit $ret %changelog +* Mon Mar 11 2024 Remi Collet <remi@remirepo.net> - 11.0.2-1 +- update to 11.0.2 + * Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 11.0.1-1 - update to 11.0.1 |