From 6ee3e80f867d2699ac61fbf36a9c721c0df819a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jun 2018 15:17:25 +0200 Subject: v2.0.1 --- php-phpunit-php-file-iterator2.spec | 7 +++++-- 1 file 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 - 2.0.1-1 +- update to 2.0.1 + * Tue May 29 2018 Remi Collet - 2.0.0-1 - update to 2.0.0 - raise dependency on PHP 7.1 -- cgit