summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-php-file-iterator2.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-file-iterator2.spec b/php-phpunit-php-file-iterator2.spec
index c186e2d..4674296 100644
--- a/php-phpunit-php-file-iterator2.spec
+++ b/php-phpunit-php-file-iterator2.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e20525b0c2945c7c317fff95660698cb3d2a53bc
+%global gh_commit cecbc684605bb0cc288828eb5d65d93d5c676d3c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-file-iterator
@@ -22,7 +22,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: FilterIterator implementation that filters files based on a list of suffixes
@@ -84,6 +84,9 @@ exit(class_exists("SebastianBergmann\FileIterator\\Iterator") ? 0 : 1);
%changelog
+* Mon Jun 11 2018 Remi Collet <remi@remirepo.net> - 2.0.1-1
+- update to 2.0.1
+
* Tue May 29 2018 Remi Collet <remi@remirepo.net> - 2.0.0-1
- update to 2.0.0
- raise dependency on PHP 7.1