summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-09 11:29:12 +0200
committerRemi Collet <remi@php.net>2023-05-09 11:29:12 +0200
commit627a300205530179014581a231cb488176bfad4b (patch)
tree6cef95934144f0070ee2da888f4f796aafb102c5
parent629d15c80aff4fd68c732cbb8b249572e76feef0 (diff)
update to 4.0.2
-rw-r--r--composer.json3
-rw-r--r--php-phpunit-php-file-iterator4.spec14
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 <remi@remirepo.net> - 4.0.2-1
+- update to 4.0.2
+
* Mon Feb 13 2023 Remi Collet <remi@remirepo.net> - 4.0.1-1
- update to 4.0.1