diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-28 06:10:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-28 06:10:33 +0100 |
commit | ad40e85243d7289986bdf47d245947dc6da41bcc (patch) | |
tree | 3ddaf19be92413d65daa01e77589fabd8613fd86 | |
parent | b7f95e4e0519f7135dd761be63318ca4737d6e49 (diff) |
v1.4.5
-rw-r--r-- | php-phpunit-File-Iterator.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.4.5-1 +- Update to 1.4.5 + * Mon Nov 27 2017 Remi Collet <remi@remirepo.net> - 1.4.3-1 - Update to 1.4.3 |