v2.0.1
This commit is contained in:
parent
7b711c2438
commit
7ede6a0cec
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-phpunit-php-file-iterator2-2.0.0-e20525b.tar.gz
|
||||
/php-phpunit-php-file-iterator2-2.0.1-cecbc68.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-file-iterator2-2.0.0-e20525b.tar.gz) = 4cde9751a78bacfa1ccead26cf1ec373c501ff2ed66da3f0cf193ceb28cc3199fcbf998dd739161c12904ff3e1eb6164a1a4ee67b1e8330ebe99ed2cb5caa040
|
||||
SHA512 (php-phpunit-php-file-iterator2-2.0.1-cecbc68.tar.gz) = 73be8d9b7d91f3a425bd153902c0a9c07e6b81e9da84b24800efec8716c92f5e7fbd4978dc42e1722055a645aed7389e1d9070f26f4cbb65587a8dd31fcf07a6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue