update phpunitgoodpractices/polyfill to 1.5.0

This commit is contained in:
Remi Collet 2020-12-08 08:06:11 +01:00
commit 2d17417a27
3 changed files with 11 additions and 13 deletions

View file

@ -9,7 +9,7 @@
# Polyfill
# https://github.com/PHPUnitGoodPractices/polyfill/releases
%global gh_commit 0e3754f1e31b0051eeb5a7223f9b45ba6442af0d
%global gh_commit b87c59f0d3df764d0dcf8154e18be69fe6cb5cba
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner PHPUnitGoodPractices
%global gh_project polyfill
@ -28,7 +28,7 @@
%global tr_version 1.9.1
Name: php-%{pk_vendor}-%{pk_project}
Version: 1.4.0
Version: 1.5.0
Release: 1%{?dist}
Summary: Lacking future-compat polyfills for PHPUnit
@ -45,7 +45,8 @@ BuildArch: noarch
BuildRequires: php(language) >= 5.5
BuildRequires: %{_bindir}/phpunit
# From composer.json, "require-dev": {
# "friendsofphp/php-cs-fixer": "^2.11"
# "friendsofphp/php-cs-fixer": "^2",
# "php-coveralls/php-coveralls": "^2.4"
# Autoloader
BuildRequires: php-fedora-autoloader-devel
%endif
@ -143,6 +144,9 @@ if (!class_exists("PHPUnitGoodPractices\\Traits\\PHPUnitVersionRetriever")) {
%changelog
* Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 1.5.0-1
- update phpunitgoodpractices/polyfill to 1.5.0
* Tue Oct 20 2020 Remi Collet <remi@remirepo.net> - 1.4.0-1
- update phpunitgoodpractices/polyfill to 1.4.0
- update phpunitgoodpractices/traits to 1.9.1