diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-04 07:05:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-04 07:05:22 +0200 |
commit | 724c5138f4c9e3ea3d57291f33a5ed05930f5e2b (patch) | |
tree | 8795ea87e7ee6045c4d1f63fb82b44ce5614e57a /phpunit12.spec | |
parent | 39c9ddbb2a0e76c65956dcd32ce63dcf71ef9dbe (diff) |
raise dependency on myclabs/deep-copy 1.13.1
Diffstat (limited to 'phpunit12.spec')
-rw-r--r-- | phpunit12.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 32642f4..5a4c9b2 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 72ca50e817dd7d65356c16772c30f06c01a6fae2 -%global gh_date 2025-04-22 +%global gh_commit 5ee57ad690bda2c487594577600931a99053436c +%global gh_date 2025-05-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 12 %global ver_minor 1 -%global upstream_version 12.1.3 +%global upstream_version 12.1.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.3 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 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) >= 12.1.2 with php-composer(phpunit/php-code-coverage) < 13) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.0", +# "myclabs/deep-copy": "^1.13.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^12.1.2", @@ -113,7 +113,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 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) >= 12.1.2 with php-composer(phpunit/php-code-coverage) < 13) @@ -286,6 +286,10 @@ exit $ret %changelog +* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 12.1.4-1 +- update to 12.1.4 +- raise dependency on myclabs/deep-copy 1.13.1 + * Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 12.1.3-1 - update to 12.1.3 |