diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit11.spec | 21 |
2 files changed, 15 insertions, 8 deletions
diff --git a/composer.json b/composer.json index d17bd88..b1baf18 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": "^11.0.10", diff --git a/phpunit11.spec b/phpunit11.spec index 3cb582d..e23fd26 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 864ab32b3ff52058f917c5b19b3cef821e4a4f1b -%global gh_date 2025-06-27 +%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 @@ -33,7 +33,7 @@ %global ver_major 11 %global ver_minor 5 -%global upstream_version 11.5.25 +%global upstream_version 11.5.27 #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.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) @@ -88,7 +88,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", @@ -115,7 +115,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) @@ -278,7 +278,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php82 php83 php84; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -299,6 +299,13 @@ 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 + * Sat Jun 28 2025 Remi Collet <remi@remirepo.net> - 11.5.25-1 - update to 11.5.25 |