diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-26 14:39:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-26 14:39:17 +0200 |
commit | 5bc38d210167cdf8ba875b21442e04e733edb92a (patch) | |
tree | ae6809df158b1ee2dea3cfa8fb419343bf1b9fdb /php-sebastian-diff7.spec | |
parent | 8b7a9a1878896505171a47e5f56b1d2a63cab71e (diff) |
Diffstat (limited to 'php-sebastian-diff7.spec')
-rw-r--r-- | php-sebastian-diff7.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-sebastian-diff7.spec b/php-sebastian-diff7.spec index 00216ac..86f8754 100644 --- a/php-sebastian-diff7.spec +++ b/php-sebastian-diff7.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Diff implementation, version %{major} License: BSD-3-Clause @@ -38,6 +38,8 @@ Source1: makesrc.sh %global symfony_version 7.2.0 Source2: https://github.com/symfony/process/archive/v%{symfony_version}/php-symfony-process-%{symfony_version}.tar.gz +Patch0: https://github.com/sebastianbergmann/diff/commit/98c299d8486b460efd667d0d64f1a32dd588971d.patch + BuildArch: noarch BuildRequires: php-fedora-autoloader-devel %if %{with tests} @@ -68,6 +70,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -a 2 +%patch -P0 -p1 %build @@ -108,6 +111,9 @@ exit $ret %changelog +* Thu Jun 26 2025 Remi Collet <remi@remirepo.net> - 7.0.0-3 +- add upstream patch for test suite with phpunit 12.2 + * Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2 - enable test suite |