summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-21 08:19:01 +0100
committerRemi Collet <remi@php.net>2025-02-21 08:19:01 +0100
commitd932d7c808621a74c9710e9672e852ae3b2ce5e1 (patch)
tree082f96645e72cd15e81773fc3dac8964f33fc3eb
parent9c66b4fdcf54d9cbadd651b990d8161b82c7d1a4 (diff)
update to 11.5.9HEADmaster
raise dependency on myclabs/deep-copy 1.13.0
-rw-r--r--composer.json2
-rw-r--r--phpunit11.spec16
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index b666777..ea6a626 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
- "myclabs/deep-copy": "^1.12.1",
+ "myclabs/deep-copy": "^1.13.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"phpunit/php-code-coverage": "^11.0.8",
diff --git a/phpunit11.spec b/phpunit11.spec
index 19495f1..1107233 100644
--- a/phpunit11.spec
+++ b/phpunit11.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049
-%global gh_date 2025-02-18
+%global gh_commit c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b
+%global gh_date 2025-02-21
%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 11
%global ver_minor 5
-%global upstream_version 11.5.8
+%global upstream_version 11.5.9
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -52,7 +52,7 @@ Patch0: %{name}-rpm.patch
BuildArch: noarch
BuildRequires: php(language) >= 8.2
-BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2)
+BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.0 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.8 with php-composer(phpunit/php-code-coverage) < 12)
@@ -88,7 +88,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "ext-mbstring": "*",
# "ext-xml": "*",
# "ext-xmlwriter": "*",
-# "myclabs/deep-copy": "^1.12.1",
+# "myclabs/deep-copy": "^1.13.0",
# "phar-io/manifest": "^2.0.4",
# "phar-io/version": "^3.2.1",
# "phpunit/php-code-coverage": "^11.0.8",
@@ -115,7 +115,7 @@ Requires: php-libxml
Requires: php-mbstring
Requires: php-xml
Requires: php-xmlwriter
-Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2)
+Requires: (php-composer(myclabs/deep-copy) >= 1.13.0 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.8 with php-composer(phpunit/php-code-coverage) < 12)
@@ -299,6 +299,10 @@ exit $ret
%changelog
+* Fri Feb 21 2025 Remi Collet <remi@remirepo.net> - 11.5.9-1
+- update to 11.5.9
+- raise dependency on myclabs/deep-copy 1.13.0
+
* Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 11.5.8-1
- update to 11.5.8