From ad40e85243d7289986bdf47d245947dc6da41bcc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Nov 2017 06:10:33 +0100 Subject: v1.4.5 --- php-phpunit-File-Iterator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec index 19b4638..149801c 100644 --- a/php-phpunit-File-Iterator.spec +++ b/php-phpunit-File-Iterator.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8ebba84e5bd74fc5fdeb916b38749016c7232f93 +%global gh_commit 730b01bc3e867237eaac355e06a36b85dd93a8b4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -18,7 +18,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-phpunit-File-Iterator -Version: 1.4.3 +Version: 1.4.5 Release: 1%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes @@ -87,6 +87,9 @@ fi %changelog +* Tue Nov 28 2017 Remi Collet - 1.4.5-1 +- Update to 1.4.5 + * Mon Nov 27 2017 Remi Collet - 1.4.3-1 - Update to 1.4.3 -- cgit