diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-13 11:43:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-13 11:43:29 +0200 |
commit | d27e17d727673e04f4e80492551bb64459628f3d (patch) | |
tree | 3d73361cddc2a484f1e738480d8e51ea110f82ec | |
parent | c133031771b225b24566050a3ba4e7249a0b85ad (diff) |
update to 3.0.4
-rw-r--r-- | php-phpunit-php-file-iterator3.spec | 7 |
1 files 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 <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 + * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 - update to 3.0.3 |