From 627a300205530179014581a231cb488176bfad4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2023 11:29:12 +0200 Subject: update to 4.0.2 --- composer.json | 3 ++- php-phpunit-php-file-iterator4.spec | 14 ++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e2bef2a..3f0089c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues" + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy" }, "config": { "platform": { diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 0c10a32..2673cce 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -11,7 +11,7 @@ # disabled until phpunit10 available %bcond_with tests -%global gh_commit fd9329ab3368f59fe1fe808a189c51086bd4b6bd +%global gh_commit 5647d65443818959172645e7ed999217360654b6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.1 +Version: 4.0.2 Release: 1%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} @@ -59,8 +59,11 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description -FilterIterator implementation that filters files based on a list of suffixes, -version %{major}. +FilterIterator implementation that filters files based on a list of suffixes. + +This package provides version %{major} of %{pk_vendor}/%{pk_project} library. + +Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep @@ -108,6 +111,9 @@ exit $ret %changelog +* Tue May 9 2023 Remi Collet - 4.0.2-1 +- update to 4.0.2 + * Mon Feb 13 2023 Remi Collet - 4.0.1-1 - update to 4.0.1 -- cgit