update to 11.5.27
raise dependency on myclabs/deep-copy 1.13.3
This commit is contained in:
parent
f15a25fcf6
commit
575c5186cb
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/phpunit11-11.5.24-6b07ab1.tgz
|
||||
/phpunit11-11.5.25-864ab32.tgz
|
||||
/phpunit11-11.5.26-4ad8fe2.tgz
|
||||
/phpunit11-11.5.27-446d438.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit 4ad8fe263a0b55b54a8028c38a18e3c5bef312e0
|
||||
%global gh_date 2025-07-04
|
||||
%global gh_commit 446d43867314781df7e9adf79c3ec7464956fd8f
|
||||
%global gh_date 2025-07-11
|
||||
%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.26
|
||||
%global upstream_version 11.5.27
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 8.2
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-code-coverage) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12)
|
||||
|
|
@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "ext-mbstring": "*",
|
||||
# "ext-xml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "myclabs/deep-copy": "^1.13.1",
|
||||
# "myclabs/deep-copy": "^1.13.3",
|
||||
# "phar-io/manifest": "^2.0.4",
|
||||
# "phar-io/version": "^3.2.1",
|
||||
# "phpunit/php-code-coverage": "^11.0.10",
|
||||
|
|
@ -112,7 +112,7 @@ Requires: php-libxml
|
|||
Requires: php-mbstring
|
||||
Requires: php-xml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12)
|
||||
|
|
@ -291,6 +291,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 11.5.27-1
|
||||
- update to 11.5.27
|
||||
- raise dependency on myclabs/deep-copy 1.13.3
|
||||
|
||||
* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 11.5.26-1
|
||||
- update to 11.5.26
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit11-11.5.26-4ad8fe2.tgz) = a1fc7f924c8ec2180480e120d226c9c03382131d9a72a265991a0d1fd09da87c6d025a0acf27a655e62b6c9dcfef9c9567c15827ffd050158429f5140cb5db0b
|
||||
SHA512 (phpunit11-11.5.27-446d438.tgz) = 556ccdeed2909b91522799d0608b26903b72b06dca5e4f30e0aa48bb1500726d369a2b4ae1f9d5c867e9f53e6942165032716ec37a56f3572db566e1a3642106
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue