update to 9.6.29 (no change)
raise dependency on sebastian/exporter 4.0.8
(cherry picked from commit dc49b10604)
This commit is contained in:
parent
77ba6e322a
commit
a54313956d
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -62,3 +62,4 @@
|
|||
/phpunit9-9.6.25-049c011.tgz
|
||||
/phpunit9-9.6.26-a0139ea.tgz
|
||||
/phpunit9-9.6.27-0a9aa44.tgz
|
||||
/phpunit9-9.6.29-9ecfec5.tgz
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit 0a9aa4440b6a9528cf360071502628d717af3e0a
|
||||
%global gh_date 2025-09-14
|
||||
%global gh_commit 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3
|
||||
%global gh_date 2025-09-24
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
%global ver_major 9
|
||||
%global ver_minor 6
|
||||
|
||||
%global upstream_version 9.6.27
|
||||
%global upstream_version 9.6.29
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -55,7 +55,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c
|
|||
BuildRequires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5)
|
||||
BuildRequires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6)
|
||||
BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5)
|
||||
BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4)
|
||||
|
|
@ -92,7 +92,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "sebastian/comparator": "^4.0.9",
|
||||
# "sebastian/diff": "^4.0.6",
|
||||
# "sebastian/environment": "^5.1.5",
|
||||
# "sebastian/exporter": "^4.0.6",
|
||||
# "sebastian/exporter": "^4.0.8",
|
||||
# "sebastian/global-state": "^5.0.8",
|
||||
# "sebastian/object-enumerator": "^4.0.4",
|
||||
# "sebastian/resource-operations": "^3.0.4",
|
||||
|
|
@ -121,7 +121,7 @@ Requires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c
|
|||
Requires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5)
|
||||
Requires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5)
|
||||
Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
||||
Requires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5)
|
||||
Requires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5)
|
||||
Requires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6)
|
||||
Requires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5)
|
||||
Requires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4)
|
||||
|
|
@ -256,6 +256,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 9.6.29-1
|
||||
- update to 9.6.29 (no change)
|
||||
- raise dependency on sebastian/exporter 4.0.8
|
||||
|
||||
* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 9.6.27-1
|
||||
- update to 9.6.27
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.6.27-0a9aa44.tgz) = bdddaf2807ae8d7eeaa77388257754d86a78cba950bba494ab2007bc47c2689978c2b9fd61be94c1403c57177e13996a413ffc330ced2cec76da601a0ffc15c6
|
||||
SHA512 (phpunit9-9.6.29-9ecfec5.tgz) = 133af75404686128ab63ed359d0321cc0cd361fe39f1a4dac28eb67a164e30940503e409a354d6786fe5035eb223396235027920dc62822503b86dcb21eba33f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue