summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-13 10:57:14 +0100
committerRemi Collet <remi@php.net>2023-02-13 10:57:14 +0100
commit629d15c80aff4fd68c732cbb8b249572e76feef0 (patch)
tree126ca288e4f3ae475da02d6a6e38d7767f15aa7f
parent0e383fef18302a6eb90498e657f7e17b7dcd8797 (diff)
update to 4.0.1
-rw-r--r--php-phpunit-php-file-iterator4.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec
index d361e7a..0c10a32 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 7d66d4e816d34e90acec9db9d8d94b5cfbfe926f
+%global gh_commit fd9329ab3368f59fe1fe808a189c51086bd4b6bd
%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.0
+Version: 4.0.1
Release: 1%{?dist}
Summary: FilterIterator implementation based on a list of suffixes, version %{major}
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Mon Feb 13 2023 Remi Collet <remi@remirepo.net> - 4.0.1-1
+- update to 4.0.1
+
* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 4.0.0-1
- update to 4.0.0
- raise dependency on PHP 8.1