summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json6
-rw-r--r--php-sebastian-diff9.spec17
2 files changed, 14 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 744502d..7e18bca 100644
--- a/composer.json
+++ b/composer.json
@@ -30,8 +30,8 @@
"php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^13.0",
- "symfony/process": "^7.2"
+ "phpunit/phpunit": "^13.2",
+ "symfony/process": "^7.4.13"
},
"autoload": {
"classmap": [
@@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "8.3-dev"
+ "dev-main": "9.0-dev"
}
}
}
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.3.0-1
- update to 8.3.0