v3.0.5 (no change)

This commit is contained in:
Remi Collet 2020-09-28 09:32:39 +02:00
commit fc8ace9e5b
3 changed files with 11 additions and 7 deletions

View file

@ -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