Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0324d38dac | ||
|
|
825536787b |
3 changed files with 15 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-phpunitgoodpractices-polyfill-1.0.0-3968a1f.tgz
|
||||
/php-phpunitgoodpractices-polyfill-1.1.0-f7c9b77.tgz
|
||||
/php-phpunitgoodpractices-traits-1.5.1-10d22ad.tgz
|
||||
/php-phpunitgoodpractices-traits-1.6.0-d3d74de.tgz
|
||||
/php-phpunitgoodpractices-traits-1.7.0-d7864f7.tgz
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@
|
|||
%global php_home %{_datadir}/php
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
# Traits
|
||||
%global tr_commit 10d22ad5e222b5e5eae6941aac91c068397b5127
|
||||
%global tr_commit d7864f7d8eb9ee2e84eebc45baf3eace73ce2c4b
|
||||
%global tr_short %(c=%{tr_commit}; echo ${c:0:7})
|
||||
%global tr_version 1.5.1
|
||||
%global tr_version 1.7.0
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Lacking future-compat polyfills for PHPUnit
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -51,7 +51,7 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
|
||||
# From composer.json, "require": {
|
||||
# "php": "^5.5 || ^7.0",
|
||||
# "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0"
|
||||
# "phpunit/phpunit": ""~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6 || ~7.3.0 || ~7.4.0 || ~7.5.0"
|
||||
Requires: php(language) >= 5.5
|
||||
Requires: (phpunit7 or phpunit6 or php-phpunit-PHPUnit)
|
||||
# From phpcompatinfo report for version 1.0.0
|
||||
|
|
@ -59,9 +59,9 @@ Requires: (phpunit7 or phpunit6 or php-phpunit-PHPUnit)
|
|||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version}
|
||||
Provides: php-%{pk_vendor}-traits = %{tr_version}
|
||||
Provides: php-composer(%{pk_vendor}/traits) = %{tr_version}
|
||||
Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version}
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -140,6 +140,12 @@ if (!class_exists("PHPUnitGoodPractices\\Traits\\PHPUnitVersionRetriever")) {
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 29 2018 Remi Collet <remi@remirepo.net> - 1.1.0-5
|
||||
- update phpunitgoodpractices/traits to 1.7.0
|
||||
|
||||
* Tue Sep 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-4
|
||||
- update phpunitgoodpractices/traits to 1.6.0
|
||||
|
||||
* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2
|
||||
- add mandatory dependency on one PHPUnit version
|
||||
- add phpunitgoodpractices/traits 1.5.1
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (php-phpunitgoodpractices-polyfill-1.1.0-f7c9b77.tgz) = f6d536bbace9762d3a20129854caef4cddca450f7f07a767989f1d39a5df7a7faa9b08acdf4554882ed9748ce419327451ff6fa244da6e3855d8a9a7a1a5d64a
|
||||
SHA512 (php-phpunitgoodpractices-traits-1.5.1-10d22ad.tgz) = 155778546bc78cdc416a882c672ab1a827623e2534fbb7e7d6ff67552ec40ee04b7fb397ca35c54457bd82a0b0785b304e9d9b872f09326cfd4a8b57fa0166ad
|
||||
SHA512 (php-phpunitgoodpractices-polyfill-1.1.0-f7c9b77.tgz) = a79effb99ddd092ab89a6b734ecac53f0458b480535b7801ae74b645a38331dbde3365f702395c3589e6582749fc839c02db32b74fe6d2e89080065d1402395a
|
||||
SHA512 (php-phpunitgoodpractices-traits-1.7.0-d7864f7.tgz) = 63bdfd5a2666f9c954da540f38aa07c8928219913497b83741654b3b5442d82ec324446b14be5927cd2a720ebcaae95c68d13cd34fdfecdd35074dcf0352cb77
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue