v3.0.5 (no change)
This commit is contained in:
parent
66dc85617f
commit
fc8ace9e5b
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/php-phpunit-php-file-iterator3-3.0.2-eba15e5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.3-8e282e5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.4-25fefc5.tgz
|
||||
/php-phpunit-php-file-iterator3-3.0.5-aa4be85.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 25fefc5b19835ca653877fe081644a3f8c1d915e
|
||||
%global gh_commit aa4be8575f26070b100fccb67faabb28f21f66f8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-file-iterator
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: FilterIterator implementation that filters files based on a list of suffixes
|
||||
|
||||
License: BSD
|
||||
|
|
@ -40,8 +40,8 @@ Source1: makesrc.sh
|
|||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
# From composer.json, "require-dev"
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
BuildRequires: phpunit9
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
BuildRequires: php(language) >= 7.3
|
||||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
|
|
@ -49,7 +49,7 @@ BuildRequires: php-spl
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
||||
# From composer.json, "require"
|
||||
# "php": "^7.3 || ^8.0"
|
||||
# "php": ">=7.3"
|
||||
Requires: php(language) >= 7.3
|
||||
# From phpcompatinfo report for 3.0.0
|
||||
Requires: php-pcre
|
||||
|
|
@ -107,6 +107,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.0.5-1
|
||||
- update to 3.0.5 (no change)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-file-iterator3-3.0.4-25fefc5.tgz) = 46bea12b6ce225620b5cdf308b435d60dcc9c14bcd18c997f63c4948e041fd55130284a0df4e625fb99dc544231e86b009f2bcf7cd1b40636044547be1d9f9e8
|
||||
SHA512 (php-phpunit-php-file-iterator3-3.0.5-aa4be85.tgz) = 7b097bc0540c887629c24849e0b04fbffdb3024af54b4a9aebe180294f28f961589ef3738a13baf3eec7d5900789b150c048e91c32a42a66b42ed2845ebddd59
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue