update to 9.6.12
raise dependency on phpunit/php-code-coverage 9.2.28
This commit is contained in:
parent
d7c31635db
commit
ea3eda18ed
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -47,3 +47,4 @@
|
|||
/phpunit9-9.6.9-a9aceaf.tgz
|
||||
/phpunit9-9.6.10-a6d3516.tgz
|
||||
/phpunit9-9.6.11-810500e.tgz
|
||||
/phpunit9-9.6.12-a122c2e.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit 810500e92855eba8a7a5319ae913be2da6f957b0
|
||||
%global gh_commit a122c2ebd469b751d774aa0f613dc0d67697653f
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%global ver_major 9
|
||||
%global ver_minor 6
|
||||
|
||||
%global upstream_version 9.6.11
|
||||
%global upstream_version 9.6.12
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -83,7 +83,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "myclabs/deep-copy": "^1.10.1",
|
||||
# "phar-io/manifest": "^2.0.3",
|
||||
# "phar-io/version": "^3.0.2",
|
||||
# "phpunit/php-code-coverage": "^9.2.13",
|
||||
# "phpunit/php-code-coverage": "^9.2.28",
|
||||
# "phpunit/php-file-iterator": "^3.0.5",
|
||||
# "phpunit/php-invoker": "^3.1.1",
|
||||
# "phpunit/php-text-template": "^2.0.3",
|
||||
|
|
@ -112,7 +112,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c
|
|||
Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3)
|
||||
Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4)
|
||||
Requires: (php-composer(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.13 with php-composer(phpunit/php-code-coverage) < 10)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.28 with php-composer(phpunit/php-code-coverage) < 10)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.4 with php-composer(phpunit/php-file-iterator) < 4)
|
||||
Requires: (php-composer(phpunit/php-invoker) >= 3.1 with php-composer(phpunit/php-invoker) < 4)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3)
|
||||
|
|
@ -252,6 +252,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 9.6.12-1
|
||||
- update to 9.6.12
|
||||
- raise dependency on phpunit/php-code-coverage 9.2.28
|
||||
|
||||
* Sun Aug 20 2023 Remi Collet <remi@remirepo.net> - 9.6.11-1
|
||||
- update to 9.6.11
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.6.11-810500e.tgz) = e08b83b84420eeb2bd4e0da86b85d8212ba3a7332fdc0593fe6baf2a9ed973b5f2fda322ec65f37aba42fe1c1ce0352162ebcbb73c82d315bc1332592f513d48
|
||||
SHA512 (phpunit9-9.6.12-a122c2e.tgz) = 5a303f901b122d3d752c0b1aa59e857103e3fd1b0d67c8068d52c30a8010f776fed70a6d0104fcb1ae83020ceb090a86ae9a67fbca82f6b5b4fc13888ffbf97e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue