update to 11.5.12
raise dependency on sebastian/comparator 6.3.1
This commit is contained in:
parent
2a68874aac
commit
3785fc601b
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/phpunit11-11.5.8-c9bd61a.tgz
|
||||
/phpunit11-11.5.10-d5df2b3.tgz
|
||||
/phpunit11-11.5.11-3946ac3.tgz
|
||||
/phpunit11-11.5.12-d427858.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit 3946ac38410be7440186c6e74584f31b15107fc7
|
||||
%global gh_date 2025-03-05
|
||||
%global gh_commit d42785840519401ed2113292263795eb4c0f95da
|
||||
%global gh_date 2025-03-07
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
%global ver_major 11
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 11.5.11
|
||||
%global upstream_version 11.5.12
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-c
|
|||
BuildRequires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8)
|
||||
BuildRequires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4)
|
||||
BuildRequires: (php-composer(sebastian/code-unit) >= 3.0.2 with php-composer(sebastian/code-unit) < 4)
|
||||
BuildRequires: (php-composer(sebastian/comparator) >= 6.3.0 with php-composer(sebastian/comparator) < 7)
|
||||
BuildRequires: (php-composer(sebastian/comparator) >= 6.3.1 with php-composer(sebastian/comparator) < 7)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 6.3.0 with php-composer(sebastian/exporter) < 7)
|
||||
|
|
@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "phpunit/php-timer": "^7.0.1",
|
||||
# "sebastian/cli-parser": "^3.0.2",
|
||||
# "sebastian/code-unit": "^3.0.2",
|
||||
# "sebastian/comparator": "^6.3.0",
|
||||
# "sebastian/comparator": "^6.3.",
|
||||
# "sebastian/diff": "^6.0.2",
|
||||
# "sebastian/environment": "^7.2.0",
|
||||
# "sebastian/exporter": "^6.3.0",
|
||||
|
|
@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-c
|
|||
Requires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8)
|
||||
Requires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4)
|
||||
Requires: (php-composer(sebastian/code-unit) >= 3.0.2 with php-composer(sebastian/code-unit) < 4)
|
||||
Requires: (php-composer(sebastian/comparator) >= 6.3.0 with php-composer(sebastian/comparator) < 7)
|
||||
Requires: (php-composer(sebastian/comparator) >= 6.3.1 with php-composer(sebastian/comparator) < 7)
|
||||
Requires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7)
|
||||
Requires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
|
||||
Requires: (php-composer(sebastian/exporter) >= 6.3.0 with php-composer(sebastian/exporter) < 7)
|
||||
|
|
@ -291,6 +291,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 8 2025 Remi Collet <remi@remirepo.net> - 11.5.12-1
|
||||
- update to 11.5.12
|
||||
- raise dependency on sebastian/comparator 6.3.1
|
||||
|
||||
* Wed Mar 5 2025 Remi Collet <remi@remirepo.net> - 11.5.11-1
|
||||
- update to 11.5.11
|
||||
- raise dependency on phpunit/php-code-coverage 11.0.9
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit11-11.5.11-3946ac3.tgz) = 0c576d71d57a5401be990b121aeddaf24537af1bcc0dbed56900a90298c9c788aa756bba5206d6d472d050185a2d9d8a4b450f62279061b1bcd48391ff8a70fd
|
||||
SHA512 (phpunit11-11.5.12-d427858.tgz) = d74330083af80581462eb7712e606718b4714901e60200780556b9c10df479f1106bd1fd268140be1d422c5cb8132bf662c5fa93b43e21368b30dd3be2f7c57f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue