This commit is contained in:
Remi Collet 2018-06-12 06:36:50 +02:00
commit 7ede6a0cec
3 changed files with 7 additions and 3 deletions

View file

@ -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