From 9f0d6b01c7ccf705f9763a61eb917d822fc62f8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jun 2026 08:30:31 +0200 Subject: update to 9.0.0 rename to php-sebastian-diff9 move to /usr/share/php/SebastianBergmann/Diff9 --- php-sebastian-diff9.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-sebastian-diff9.spec') diff --git a/php-sebastian-diff9.spec b/php-sebastian-diff9.spec index 2566b3f..2d63e8e 100644 --- a/php-sebastian-diff9.spec +++ b/php-sebastian-diff9.spec @@ -1,4 +1,4 @@ -# remirepo/fedora spec file for php-sebastian-diff8 +# remirepo/fedora spec file for php-sebastian-diff9 # # SPDX-FileCopyrightText: Copyright 2013-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 @@ -18,11 +18,11 @@ %global ns_vendor SebastianBergmann %global ns_project Diff -%global major 8 +%global major 9 %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 8.3.0 +Version: 9.0.0 Release: 1%{?dist} Summary: Diff implementation, version %{major} @@ -32,7 +32,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}.tgz Source1: makesrc.sh # php-symfony7 not available, only used for tests -%global symfony_version 7.4.8 +%global symfony_version 7.4.13 Source2: https://github.com/symfony/process/archive/v%{symfony_version}/php-symfony-process-%{symfony_version}.tar.gz BuildArch: noarch @@ -40,8 +40,8 @@ BuildRequires: php-fedora-autoloader-devel %if %{with tests} BuildRequires: php(language) >= 8.4.1 # from composer.json, "require-dev": { -# "phpunit/phpunit": "^13.0", -# "symfony/process": "^7.2" +# "phpunit/phpunit": "^13.2", +# "symfony/process": "^7.4.13" BuildRequires: phpunit13 %endif @@ -105,6 +105,11 @@ exit $ret %changelog +* Fri Jun 5 2026 Remi Collet - 9.0.0-1 +- update to 9.0.0 +- rename to php-sebastian-diff9 +- move to /usr/share/php/SebastianBergmann/Diff9 + * Sat May 16 2026 Remi Collet - 8.3.0-1 - update to 8.3.0 -- cgit