diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-11 15:17:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-11 15:17:25 +0200 |
commit | 6ee3e80f867d2699ac61fbf36a9c721c0df819a9 (patch) | |
tree | d1737349937be32408b885d6cafe83402b5df573 /php-phpunit-php-file-iterator2.spec | |
parent | 40de4bc441730dca30cef95b97152ccb2fdd13f8 (diff) |
v2.0.1
Diffstat (limited to 'php-phpunit-php-file-iterator2.spec')
-rw-r--r-- | php-phpunit-php-file-iterator2.spec | 7 |
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 |