From d27e17d727673e04f4e80492551bb64459628f3d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jul 2020 11:43:29 +0200 Subject: update to 3.0.4 --- php-phpunit-php-file-iterator3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpunit-php-file-iterator3.spec b/php-phpunit-php-file-iterator3.spec index 21cd688..4f0d4d8 100644 --- a/php-phpunit-php-file-iterator3.spec +++ b/php-phpunit-php-file-iterator3.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 8e282e5f5e2db5fb2271b3962ad69875c34a6f41 +%global gh_commit 25fefc5b19835ca653877fe081644a3f8c1d915e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes @@ -109,6 +109,9 @@ exit $ret %changelog +* Mon Jul 13 2020 Remi Collet - 3.0.4-1 +- update to 3.0.4 + * Mon Jun 29 2020 Remi Collet - 3.0.3-1 - update to 3.0.3 -- cgit