From ad6643c7133c007918f54174a9c298c22dc28146 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Mar 2023 07:27:28 +0100 Subject: update to 5.0.1 --- composer.json | 4 ++++ php-sebastian-diff5.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b8e778b..cd37ef6 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,10 @@ "email": "mail@kore-nordmann.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "security": "https://github.com/sebastianbergmann/diff/security/policy" + }, "prefer-stable": true, "config": { "platform": { diff --git a/php-sebastian-diff5.spec b/php-sebastian-diff5.spec index c2acac4..66d68f8 100644 --- a/php-sebastian-diff5.spec +++ b/php-sebastian-diff5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_with tests -%global gh_commit 70dd1b20bc198da394ad542e988381b44e64e39f +%global gh_commit aae9a0a43bff37bd5d8d0311426c87bf36153f02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project diff @@ -25,7 +25,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.0 +Version: 5.0.1 Release: 1%{?dist} Summary: Diff implementation, version %{major} @@ -87,7 +87,7 @@ mkdir vendor %{_bindir}/phpab --output vendor/autoload.php tests process-%{symfony_version} # remirepo:5 -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 : Ignore tests using git command: unknown option 'unsafe-paths' with old git rm -r tests/Output/Integration rm tests/Utils/UnifiedDiffAssertTraitIntegrationTest.php @@ -118,6 +118,9 @@ exit $ret %changelog +* Thu Mar 23 2023 Remi Collet - 5.0.1-1 +- update to 5.0.1 + * Fri Feb 3 2023 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.1 -- cgit