diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-09 08:00:39 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-09 08:00:39 +0100 |
commit | f17922d9e120db0f063742ec3681f6b3c1cef011 (patch) | |
tree | ef4fb3be126ff0c1b73c0ab58db6149d084690c7 | |
parent | fe37b660208cbb40a77bd8743499c7418c07810a (diff) |
update to 12.0.2
-rw-r--r-- | php-phpunit-php-code-coverage12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index 8b5576e..2147955 100644 --- a/php-phpunit-php-code-coverage12.spec +++ b/php-phpunit-php-code-coverage12.spec @@ -11,11 +11,11 @@ %bcond_with tests # Github -%global gh_commit 89d8cb213336dfd15f134bd4ebfd9a420bba6024 +%global gh_commit 69dde560510151f7d04315fac6c72016cc5d7bc8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2025-02-07 +%global gh_date 2025-02-08 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,7 +26,7 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.0.1 +Version: 12.0.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -190,6 +190,9 @@ exit $ret %changelog +* Sun Feb 9 2025 Remi Collet <remi@remirepo.net> - 12.0.2-1 +- update to 12.0.2 + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 12.0.1-1 - update to 12.0.1 |