summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit12.spec16
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index f2f6338..3616e90 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
"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": "^12.3.1",
diff --git a/phpunit12.spec b/phpunit12.spec
index 7772d75..57d4dcc 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit 638644c62a58f04974da115f98981c9b48564021
-%global gh_date 2025-07-04
+%global gh_commit 8b1348b254e5959acaf1539c6bd790515fb49414
+%global gh_date 2025-07-11
%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 2
-%global upstream_version 12.2.6
+%global upstream_version 12.2.7
#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.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) >= 12.3.1 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.1",
+# "myclabs/deep-copy": "^1.13.3",
# "phar-io/manifest": "^2.0.4",
# "phar-io/version": "^3.2.1",
# "phpunit/php-code-coverage": "^12.3.1",
@@ -113,7 +113,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) >= 12.3.1 with php-composer(phpunit/php-code-coverage) < 13)
@@ -286,6 +286,10 @@ exit $ret
%changelog
+* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 12.2.7-1
+- update to 12.2.7
+- raise dependency on myclabs/deep-copy 1.13.3
+
* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 12.2.6-1
- update to 12.2.6