summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-04 06:53:12 +0200
committerRemi Collet <remi@php.net>2025-05-04 06:53:12 +0200
commitd50f44aafc4ec76ce8aff06b7d8a9842db1f43ff (patch)
treefa2efbc0d1cd9c8e2830bb08156b08623e4cabb6
parentdcbf7ce5241777d572410356369a3c9888e26ada (diff)
update to 8.5.42HEADmaster
raise dependency on myclabs/deep-copy 1.13.1
-rw-r--r--composer.json3
-rw-r--r--phpunit8.spec28
2 files changed, 16 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index e6835eb..972b346 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"doctrine/instantiator": "^1.5.0",
- "myclabs/deep-copy": "^1.12.1",
+ "myclabs/deep-copy": "^1.13.1",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"phpunit/php-code-coverage": "^7.0.17",
@@ -51,6 +51,7 @@
"platform": {
"php": "7.2.0"
},
+ "classmap-authoritative": true,
"optimize-autoloader": true,
"sort-packages": true
},
diff --git a/phpunit8.spec b/phpunit8.spec
index 18d835e..684e603 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -1,9 +1,8 @@
# remirepo/fedora spec file for phpunit8
#
-# Copyright (c) 2010-2024 Remi Collet
-#
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -12,8 +11,8 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa
-%global gh_date 2024-12-05
+%global gh_commit 3a68a70824da546d26ac08ca4fced67341f4158f
+%global gh_date 2025-05-02
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -26,7 +25,7 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.41
+%global upstream_version 8.5.42
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -45,7 +44,7 @@ Patch0: %{name}-rpm.patch
BuildArch: noarch
BuildRequires: php(language) >= 7.2
BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 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.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(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2)
@@ -81,7 +80,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "ext-xml": "*",
# "ext-xmlwriter": "*",
# "doctrine/instantiator": "^1.5.0",
-# "myclabs/deep-copy": "^1.12.1",
+# "myclabs/deep-copy": "^1.13.1",
# "phar-io/manifest": "^2.0.4",
# "phar-io/version": "^3.2.1",
# "phpunit/php-code-coverage": "^7.0.17",
@@ -106,7 +105,7 @@ Requires: php-mbstring
Requires: php-xml
Requires: php-xmlwriter
Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 2)
-Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 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(phpspec/prophecy) >= 1.10.3 with php-composer(phpspec/prophecy) < 2)
@@ -137,12 +136,9 @@ Recommends: phpunit11
# Autoloader
Requires: php-composer(fedora/autoloader)
# From phpcompatinfo report for version 8.0.0
-Requires: php-reflection
Requires: php-openssl
Requires: php-pcntl
-Requires: php-pcre
Requires: php-phar
-Requires: php-spl
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
Provides: php-composer(phpunit/phpunit) = %{version}
@@ -157,7 +153,7 @@ It is an instance of the xUnit architecture for unit testing frameworks.
This package provides the version %{ver_major} of PHPUnit,
available using the %{name} command.
-Documentation: https://phpunit.readthedocs.io/
+Documentation: https://phpunit.de/documentation.html
%prep
@@ -245,6 +241,10 @@ exit $ret
%changelog
+* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 8.5.42-1
+- update to 8.5.42
+- raise dependency on myclabs/deep-copy 1.13.1
+
* Thu Dec 5 2024 Remi Collet <remi@remirepo.net> - 8.5.41-1
- update to 8.5.41 (no change)
- raise dependency on myclabs/deep-copy 1.12.1