v3.0.3
This commit is contained in:
parent
a3fe4f3bd9
commit
658bd5e50a
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/php-phpunit-php-file-iterator3-3.0.0-354d4a5.tar.gz
|
||||
/php-phpunit-php-file-iterator3-3.0.1-4ac5b3e.tar.gz
|
||||
/php-phpunit-php-file-iterator3-3.0.2-eba15e5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.3-8e282e5.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit eba15e538f2bb3fe018b7bbb47d2fe32d404bfd2
|
||||
%global gh_commit 8e282e5f5e2db5fb2271b3962ad69875c34a6f41
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-file-iterator
|
||||
|
|
@ -21,14 +21,14 @@
|
|||
%global ns_vendor SebastianBergmann
|
||||
%global ns_project FileIterator
|
||||
%if %{bootstrap}
|
||||
%global with_tests 0%{?_with_tests:1}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: FilterIterator implementation that filters files based on a list of suffixes
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
|
|||
Source1: makesrc.sh
|
||||
|
||||
BuildArch: noarch
|
||||
%if %{with_tests}
|
||||
%if %{with tests}
|
||||
# From composer.json, "require-dev"
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
BuildRequires: phpunit9
|
||||
|
|
@ -49,7 +49,7 @@ BuildRequires: php-spl
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
||||
# From composer.json, "require"
|
||||
# "php": "^7.3"
|
||||
# "php": "^7.3 || ^8.0"
|
||||
Requires: php(language) >= 7.3
|
||||
# From phpcompatinfo report for 3.0.0
|
||||
Requires: php-pcre
|
||||
|
|
@ -107,6 +107,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1
|
||||
- update to 3.0.3
|
||||
|
||||
* Tue Jun 16 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1
|
||||
- update to 3.0.2
|
||||
- sources from git snapshot
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-file-iterator3-3.0.2-eba15e5.tgz) = 49977b10977ea7df148461084408ca53a0c704136daf06d6e8be8c08f8fb3ac7d4bfeaea56955dcbf4e8952157f4e2f11868ca0609eabb62acda7973ed1c268d
|
||||
SHA512 (php-phpunit-php-file-iterator3-3.0.3-8e282e5.tgz) = de160620092b185046c6c874d1f58b6c46ba5f92545209addd0d06b3a7137251c576873fa995bde08c51b1eb6c5e62cca685a82a1da034fcab95fd9e0bae3811
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue