summaryrefslogtreecommitdiffstats
path: root/phpunit13.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit13.spec')
-rw-r--r--phpunit13.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/phpunit13.spec b/phpunit13.spec
index d6db63a..b2d24c6 100644
--- a/phpunit13.spec
+++ b/phpunit13.spec
@@ -32,7 +32,7 @@
Name: %{pk_project}%{ver_major}
Version: 13.2.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD-3-Clause
@@ -43,6 +43,7 @@ Source1: makesrc.sh
# Fix command for autoload
Patch0: %{name}-rpm.patch
+Patch1: upstream.patch
BuildArch: noarch
BuildRequires: php(language) >= 8.4.1
@@ -58,7 +59,7 @@ BuildRequires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-c
BuildRequires: (php-composer(sebastian/comparator) >= 8.3.0 with php-composer(sebastian/comparator) < 9)
BuildRequires: (php-composer(sebastian/diff) >= 9.0 with php-composer(sebastian/diff) < 10)
BuildRequires: (php-composer(sebastian/environment) >= 9.3.2 with php-composer(sebastian/environment) < 10)
-BuildRequires: (php-composer(sebastian/exporter) >= 8.1.0 with php-composer(sebastian/exporter) < 9)
+BuildRequires: (php-composer(sebastian/exporter) >= 8.1.1 with php-composer(sebastian/exporter) < 9)
BuildRequires: (php-composer(sebastian/file-filter) >= 1.0 with php-composer(sebastian/file-filter) < 2)
BuildRequires: (php-composer(sebastian/git-state) >= 1.0.0 with php-composer(sebastian/git-state) < 2)
BuildRequires: (php-composer(sebastian/global-state) >= 9.0.1 with php-composer(sebastian/global-state) < 10)
@@ -96,7 +97,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/comparator": "^8.3.0",
# "sebastian/diff": "^9.0",
# "sebastian/environment": "^9.3.2",
-# "sebastian/exporter": "^8.1.0",
+# "sebastian/exporter": "^8.1.1",
# "sebastian/file-filter": "^1.0",
# "sebastian/git-state": "^1.0",
# "sebastian/global-state": "^9.0.1",
@@ -124,7 +125,7 @@ Requires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-c
Requires: (php-composer(sebastian/comparator) >= 8.3.0 with php-composer(sebastian/comparator) < 9)
Requires: (php-composer(sebastian/diff) >= 9.0 with php-composer(sebastian/diff) < 10)
Requires: (php-composer(sebastian/environment) >= 9.3.2 with php-composer(sebastian/environment) < 10)
-Requires: (php-composer(sebastian/exporter) >= 8.1.0 with php-composer(sebastian/exporter) < 9)
+Requires: (php-composer(sebastian/exporter) >= 8.1.1 with php-composer(sebastian/exporter) < 9)
Requires: (php-composer(sebastian/file-filter) >= 1.0 with php-composer(sebastian/file-filter) < 2)
Requires: (php-composer(sebastian/git-state) >= 1.0.0 with php-composer(sebastian/git-state) < 2)
Requires: (php-composer(sebastian/global-state) >= 9.0.1 with php-composer(sebastian/global-state) < 10)
@@ -168,6 +169,7 @@ Documentation: https://phpunit.de/documentation.html
%prep
%setup -q -n %{gh_project}-%{version}
%patch -P0 -p0 -b .rpm
+%patch -P1 -p1 -b .upstream
find . -name \*.rpm -delete -print
@@ -299,6 +301,10 @@ exit $ret
%changelog
+* Wed Jul 22 2026 Remi Collet <remi@remirepo.net> - 13.2.4-2
+- add upstream patch for sebastian/exporter 8.1.1 FTBFS #2504411
+- raise dependency on sebastian/exporter 8.1.1
+
* Wed Jul 8 2026 Remi Collet <remi@remirepo.net> - 13.2.4-1
- update to 13.2.4
- raise dependency on phpunit/php-code-coverage 14.2.3