diff options
-rw-r--r-- | php-phpunit-php-file-iterator4.spec | 7 |
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 |