From cdfa1bcf1274bc53e3efc467213a58d65f957eda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Jul 2023 15:03:02 +0200 Subject: update to 9.2.27 --- composer.json | 3 ++- php-phpunit-php-code-coverage9.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d6f1079..0f18174 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues" + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy" }, "config": { "platform": { diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 263a478..332b27a 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1 +%global gh_commit b0a88255cb70d52653d80c890bd7f38740ea50d1 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.2.26 +Version: 9.2.27 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -141,7 +141,7 @@ Provides: bundled(js-popper) Library that provides collection, processing, and rendering functionality for PHP code coverage information. -This package provides the version %{ver_major} of the library. +This package provides version %{ver_major} of %{pk_vendor}/%{pk_project} library. Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php @@ -215,6 +215,9 @@ exit $ret %changelog +* Thu Jul 27 2023 Remi Collet - 9.2.27-1 +- update to 9.2.27 + * Mon Mar 6 2023 Remi Collet - 9.2.26-1 - update to 9.2.26 -- cgit